html,body{
	margin:0px;
	padding:0px;
	background-color: #F4F4F4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bg.gif);
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6D768C;
}
table {
	background-color: #FDFCFB;
	text-align: left;
	vertical-align: top;
}
.p_padding_left {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #072c5e;
	font-size: 11px;
	padding-left: 1em;
}
ul {
	list-style-position: outside;
	list-style-image: url(../images/bul2.gif);
	font-size: 11px;
	text-align: left;
	font-style: italic;
}
li {
	list-style-position: outside;
}
li p{
	padding-left: 1em;
	color: #454A58;
}

a{
	color: #454A58;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
	color: #676F84;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.current_page_menu {
	font-size: 10px;
	color: #6D6DB6;
}
.left_right_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #D1D8F0;
	border-left-color: #D1D8F0;
}
.under_image_text {
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}
hr {
	color: #D1D8F0;
}
.detail {
	font-style: italic;
	color: #3300CC;
	text-decoration: underline;
}
.goto {
	font-style: normal;
	color: #3300CC;
	text-decoration: underline;
}
.color01 {
	background-color: #E9E9E9;
}
.color02 {
	background-color: #F3EDD6;
}


