/* CSS Document */

body {
	margin:0px;
	background-image:url(../images/bg.jpg);
	background-color:#4f93d9;
	background-repeat:repeat-x;
}
body, td, p, li
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height:18px;
}

/*p {
	font:11px Verdana;
	color:#000000;
	line-height:17px;
}*/
h1 {
	font:20px "Trebuchet MS";
	line-height:20px;
	color:#858789;
	}
h2 {
	font:18px "Trebuchet MS";
	line-height:18px;
	color:#858789;
	}
	
h3 {
	font:16px "Trebuchet MS";
	line-height:16px;
	color:#858789;
	}

.menu_bg
 {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
}
.footertext {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#FFFFFF;	
}	
.header_bg {
	background-image:url(../images/header_bg.jpg);
	height:122px;
	background-repeat:repeat-x;
}
.menu_off {
	background-image:url(../images/menu_off.jpg);
	height:23px;
	}
	.menu_on {
	background-image:url(../images/menu_on.jpg);
	height:23px;
	}
.menu_text {
	color:#000e62;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}
a.menu_text {
	color:#000e62;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}
a:hover.menu_text {
	color:#000e62;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}
.menu_text2 {
	color:#FFFFFF;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}
a.menu_text2 {
	color:#FFFFFF;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}
a:hover.menu_text2 {
	color:#FFFFFF;
	font:11px Verdana;
	font-weight:bold;
	line-height:17px;
	text-decoration:none;
	}					

.footer_shadow_bg {
	background-repeat:repeat-x;
	background-image:url(../images/bg_footer_shadow.jpg);
	height:55px;	 
}
.footer_bg {
	background-repeat:repeat-x;
	background-image:url(../images/footer_bg.jpg);
	height:45px;	 
}
.bodytext {
	font:11px Verdana;
	color:#000000;
	line-height:17px;
}	

.bodytext-white {
	font:11px Verdana;
	color:#ffffff;
	line-height:17px;
}	
/*menu table */
.table {
	border-color:#cadcef;
	border-bottom:solid;
	border-bottom-color:#cadcef;
	border-bottom-width:1px;
	border-top:solid;
	border-top-color:#cadcef;
	border-top-width:1px;
	border-left:solid;
	border-left-color:#cadcef;
	border-left-width:1px;
	border-right:solid;
	border-right-color:#cadcef;
	border-right-width:1px;
	background-color:#EDF2F9;
	border-bottom-width:1px;
	padding:0 5px 0 5px;
	font: 11px Tahoma;
	font-weight:bold;
	color:#6d6d6d;	
	width:250px;
	height:30px;
}
