@charset "utf-8";
body {
	margin:0px;
	background-color: #16385A; background-image: url(images/bg.jpg); background-repeat: repeat; 
}

td {
	font-family:Arial; font-size:12px; color:#000000; line-height:22px; text-align:justify;
}

.smallfont {
	font-family:Arial; font-size:11px; color:#000000;
}

.whitefont {
	font-family:Arial; font-size:11px; color:#ffffff;
}

.redfont {
	font-family:Arial; font-size:12px; color:#ff0000;
}

.blue_header {
	font-family:"Trebuchet MS"; font-size:14px; color:#3852B8; font-weight:bold;
}

.left_bg {
	background-image:url(images/left_bg.jpg); background-repeat:repeat-y; width:16px;
}

.right_bg {
	background-image:url(images/right_bg.jpg); background-repeat:repeat-y; width:16px;
}

.nav_bg {
	background-image:url(images/nav_bg.jpg); background-repeat:repeat-x; height:34px;
}

.contact_bg {
	background-image:url(images/contact_bg.jpg); background-repeat:repeat-y;
}

.body_bg {
	background-image:url(images/body_bg.jpg); background-repeat:repeat-x;
}

.footer_bg {
	background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; height:41px;
}	

.bluelink:link {
	font-family:Arial; font-size:11px; color:#0E4E87; text-decoration:underline;
}

.bluelink:visited {
	font-family:Arial; font-size:11px; color:#0E4E87; text-decoration:underline;
}

.bluelink:hover {
	font-family:Arial; font-size:11px; color:#000000; text-decoration:underline;
}




