@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/sitebg.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#457db2;
	margin-top:10px;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
	letter-spacing:0.5px;
}

div {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
	letter-spacing:0.5px;
}

td {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
	letter-spacing:0.5px;
}

li {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	line-height:16px;
	margin-bottom:2px;
	letter-spacing:0.5px;
}

h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#014f97;
	font-weight: bold;
	letter-spacing:0.5px;
	margin-bottom:10px;
}

a {
	color:#666;
	font-weight: bold;
	text-decoration:none;
}

a:visited {color:#666;}  
a:hover {
	color:#014f97;
	text-decoration:underline;
}  
a:active {color:#014f97;} 

