
/* Body Text Style */

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2D4452;
}
.blue_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;

}
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: #99A4AA;
}
a.body_text_Gray:link {
	color: #99A4AA;
	text-decoration:none;
}
a.body_text_Gray:visited {
	text-decoration:none;
	color: #99A4AA;
}
a.body_text_Gray:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
a.body_text_Gray:active {
	text-decoration:none;
	color: #99A4AA;
}


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


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


.body_text_Brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #524d30;
}

.body_text_Green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #988e1b;
}


/* Title Text Style */

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

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


/* Menu Text Style */

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


/* Arrow Style */

.arrow_Neon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #66FEFF;
}
.arrow_Brown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996500;
}
.arrow_Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

/* 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;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #E6E7E9;
}
