@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px;
	padding:0px;
	background-color:#E6E6E6;
}

#top_bg{
background:#fff url(../images/top_bg.jpg) repeat-x top left;}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D7D7D;
	line-height:18px;
}
input {
	border:solid 1px #7D7D7D;
	width:180px;
}
textarea {
	border:solid 1px #7D7D7D;
	width:180px;
}
.font_org {
	color:#FF9C00;
}
.font_blue {
	color:#1E7DCD;
	font-weight:bold;
}



/*================================MainMenu=========================================*/
a.main_menu,
a.main_menu:link,
a.main_menu:visited {
	color: #7E7E7E;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EBF3D4;
	background-image: url(../images/subMenu_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 17px;
	height: 22px;
	width: 211px;
	display: block;
	text-align: left;
	line-height: 22px;
	border-bottom:solid 1px #F9FFEA;
}
a.main_menu:hover {
	color: #FF9C00;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F2FBDB;
	background-image: url(../images/subMenu_icon_hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 17px;
	height: 22px;
	width: 211px;
	display: block;
	text-align: left;
	line-height: 22px;
	border-bottom:solid 1px #F9FFEA;
}



/*================================bottom_men=========================================*/
a.bottom_menu,
a.bottom_menu:link,
a.bottom_menu:visited {
	color: #7D7D7D;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a.bottom_menu:hover {
	color: #FF9C00;
	Text-decoration: none;
	Font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/*================================bottom_men=========================================*/

a.font_org,
a.font_org:link,
a.font_org:visited {
	color: #FF9C00;
	text-decoration: underline;
}
a.font_org:hover {
	color: #FF9C00;
	text-decoration: underline;
}
