﻿@charset "utf-8";
/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	background-color: #5597e1;
}
body {
	background-color: #556566;
	margin: 0px;
	padding: 0px;
}
.nav-bg-td {
	background-image: url(images/navigation-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 30px;
}
.nav-selected-td {
	background-image: url(images/navigation-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 30px;
	color: #ff9902;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.nav-line {
	border-right-width: 1px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-color: #5597E1;
}
a:link {
	color: #ff9902;
	text-decoration: underline;
}
a:visited {
	color: #ff9902;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a.nav-link:link {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.nav-link:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.nav-link:hover {
	color: #ff9902;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.footer-link:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.footer-link:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.right {
	text-align: right;
}
a.footer-link:hover {
	color: #ff9902;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
h1 {
	font-size:12px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2 {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align: center;
	font-size: 18px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ff9902;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	color:#ff9902;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4 {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.add-td {
	background-color: #FF9900;
	background-image: url(images/ads-google-img-logo.gif);
	background-repeat: no-repeat;
	text-align: left;
	height: 25px;
}
.top-img {
	background-image: url(images/header-img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 125px;
}

