body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h1 {
	color: #194b64;
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	color: #194b64;
	font-size: 14px;
	font-weight: bold;
	}
	
h3 {
	font-family: Times;
	color: #194b64;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	}
	
hr {
	color: #CCCCCC;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.white {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	}
	
.img {
	border: 1px #000000 solid;
	}
	
.img02 {
	border: 1px #000000 solid;
	margin-left: 20px;
	}
	
a {
	color: #0000ff;
	text-decoration: underline;
	}
a:hover {
	color: #0000ff;
	text-decoration: none;
	}
a:visited {
	color:  #0000ff;
	text-decoration: underline;
	}
a:visited:hover {
	color: #0000ff;
	text-decoration: none;
	}
	
.topnav {
	font-weight: bold;
	color: #FFFFFF;
	}
a.topnav {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	}
a.topnav:hover {
	color: #fff468;
	font-weight: bold;
	text-decoration: none;
	}
a.topnav:visited {
	color:  #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
a.topnav:visited:hover {
	color: #fff468;
	font-weight: bold;
	text-decoration: none;
	}
	
.lefthead {
	font-size: 12px;
	font-weight: bold;
	color: #f8cd40;
	background: #194b64;
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #365467;
	}
	
a.leftnav {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 5px;
	}
a.leftnav:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: #e9d661;
	display: block;
	padding: 4px 5px 4px 5px;
	}
a.leftnav:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 4px 5px 4px 5px;
	}
a.leftnav:visited:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background: #e9d661;
	display: block;
	padding: 4px 5px 4px 5px;
	}

a.main_link {
	font-weight: bold;
	color: #497087;
	text-decoration: none;
	line-height: 24px;
	}
a.main_link:hover {
	color: #497087;
	text-decoration: underline;
	}
a.main_link:visited {
	color:  #497087;
	text-decoration: none;
	}
a.main_link:visited:hover {
	color: #497087;
	text-decoration: underline;
	}
	
.footer {
	font-size: 11px;
	color: #FFFFFF;
	}
a.footer {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a.footer:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.footer:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
