
/* Body Text Style */

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2D4452;
}
a.body_text:link {
	color: #2D4452;
	text-decoration:none;
}
a.body_text:visited {
	text-decoration:none;
	color: #2D4452;
}
a.body_text:hover {
	text-decoration:underline;
	color: #996600;
}
a.body_text:active {
	text-decoration:none;
	color: #2D4452;
}

.body_text_Gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
a.body_text_Gray:link {
	color: #999999;
	text-decoration:none;
}
a.body_text_Gray:visited {
	text-decoration:none;
	color: #999999;
}
a.body_text_Gray:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
a.body_text_Gray:active {
	text-decoration:none;
	color: #999999;
}



/* Title Text Style */
.title_text_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.title_text_Orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}

.title_text_Blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}


/* Menu Text Style */

.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.menu_text:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.menu_text:visited {
	text-decoration:none;
	color: #FFFFFF;
}
a.menu_text:hover {
	text-decoration:none;
	color: #99FF00;
}
a.menu_text:active {
	text-decoration:none;
	color: #FFFFFF;
}


/* Form Style */

.form_style_1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	padding-left: 3px;
	color: #999999;
	border: #c5cbcf; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}