BODY
{	
	background-repeat: repeat-y;
	background-color: #FFFFFF;
    margin: 0px auto;
}

TD
{
    FONT-SIZE: 11px;
	color:#000000;
    FONT-FAMILY: Arial, Tahoma, Verdana;
}

/* ................ CSS for Text .................... */

.body_text{
	font-size:12px;
	font-family:Arial, Tahoma, Verdana;
	color:#5C5C5C;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
	line-height:140%;
	padding:5px;
}

.blue_text_big{
	font-size:16px;
	font-family: Arial, Tahoma, Verdana;
	color:#3173BD;
	font-weight:bold;
	font-variant:normal;
	text-decoration:none;
	line-height:140%;
}

.heading_welcome{
	font-size:19px;
	font-family:Arial, Tahoma, Verdana;
	color:#777777;
	font-weight:normal;
	text-decoration:none;
	padding-left:5px;
}


.heading_maven{
	font-size:19px;
	font-family:Arial, Tahoma, Verdana;
	color:#014A9B;
	font-weight:normal
	text-decoration:none;

}

.footer{
	font-size:12px;
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
	line-height:140%;
}

/* ................ CSS for Links .................... */

A:link, A:visited, A:active
{
	color:#014999;
	font-size:12px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	font-weight:normal;
	text-decoration:underline;
}

A:hover
{
	color:#014999;
	font-size:12px;
	text-decoration: none;
}


A.footer_link:link, A.footer_link:visited, A.footer_link:active
{
	color:#014999;
	font-size:12px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	font-weight:normal;
	text-decoration:underline;
	padding-left:5px;
	padding-right:5px;
}

A.footer_link:hover
{
	color:#014999;
	font-size:12px;
	text-decoration: none;
}

A.footer_link_2:link, A.footer_link_2:visited, A.footer_link_2:active
{
	color:#014999;
	font-size:12px;
	FONT-FAMILY: Arial, Tahoma, Verdana;
	font-weight:normal;
	text-decoration:underline;
}

A.footer_link_2:hover
{
	color:#014999;
	font-size:12px;
	text-decoration: none;
}


/* ................ Miscellneaous .................... */

.top_menu_bg {
	background:url(../images/menu_bg.jpg) repeat-x;
}

.bottom_bg {
	background:url(../images/footer_bg.jpg) repeat-x;
}

.dotline_horizantal{
	background:url(../images/dotline_horizantal.jpg) repeat-x;
}

.body_bg{
	background:url(../images/body_bg.jpg) repeat-x;
}

.body2_bg{
	background:url(../images/body2_bg.jpg) repeat-x;
		
}

.tablehead{
    FONT-SIZE: 12px;
	color:#FFFFFF;
	font-weight:bold;
    FONT-FAMILY: Arial, Tahoma, Verdana;
	background-color:#1062B1;
	padding:6px;
}

.tabletext{
	font-size:12px;
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
	line-height:140%;
	padding:5px;
	background-color:#FFFFFF;
}

.tabletext2{
	font-size:12px;
	font-family:Arial, Tahoma, Verdana;
	color:#000000;
	font-weight:normal;
	font-variant:normal;
	text-decoration:none;
	line-height:140%;
	padding:5px;
	background-color:#eeeeee;
}

