.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
#topnav {
	color: #FFF;
	font-size: 12px;
}
#topnav a:link { color: #FFF; text-decoration: none; }
#topnav a:visited { color: #FFF; text-decoration: none; }
#topnav a:hover { color: #FA7F07; text-decoration: none; }
#topnav a:active { color: #FFF; text-decoration: none; }

#topnav2 {
	color: #677593;
	font-size: 12px;
	font-weight: bold;
}
#topnav2 a:link { color: #677593; text-decoration: none; font-weight: bold; }
#topnav2 a:visited { color: #677593; text-decoration: none; font-weight: bold; }
#topnav2 a:hover { color: #6FA7F07; text-decoration: none; font-weight: bold; }
#topnav2 a:active { color: #677593; text-decoration: none; font-weight: bold; }

#Content td {
	font-size: 12px;
	color: #495165;
	padding: 8px;
}

#footer {
	background-color:#677593;
	color: #FFF;
	font-size: 11px;
}
#footer td {
	padding: 5px;
}
a{
color:#677593;
text-decoration:none;
font-weight:bold;
}
h1{
font-size:18px;
text-align:center;
}
h2{
font-size:18px;
text-align:left;
font-style:italic;
}
#Content a:hover{
font-weight:bold;
color:#FF7E00;
}
a:visited{
font-weight:bold;
color:#677593;
text-decoration:none;
}