@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../_img/bg-page.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.hcentre {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 0px;
}
.header {
	background-color: #FFFFFF;
}
.anteo-logo {
	padding-right: 15px;
	float: left;
}
.hwrapper {
	background-color: #FFFFFF;
	height: 125px;
}
.headerleft  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	height: 110px;
	margin-bottom: 0px;
}
.headermain   {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 505px;
	height: 110px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: right;
} 
.centre   {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto 25px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 0px;
}
.left  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}
.left p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin-top: 15px;
}
.left p a {
	color: #333333;
	text-decoration: none;
}
.left  a  strong  {
	color: #000000;
}
.left p a:hover {
	color: #FF9900;
}
.navigation1 {
}
.navigation1  ul {
	background-image: url(../_img/main-right-box-bg.gif);
	margin: 0px;
	padding: 0px;
}
.navigation1  ul  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding: 5px 5px 5px 12px;
	background-image: url(../_img/navigation1-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}
.navigation1  ul  li  a {
	color: #000000;
	text-decoration: none;
}
.navigation1  ul  li  a:hover {
	text-decoration: none;
	font-weight: bold;
}
.navigation2 {
}
.navigation2  ul {
	background-image: url(../_img/main-right-box-bg.gif);
	margin: 0px;
	padding: 0px;
}
.navigation2  ul  li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding: 5px 5px 5px 26px;
	background-image: url(../_img/navigation1-bg.gif);
	background-repeat: no-repeat;
	background-position: 14px center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.navigation2  ul  li  a {
	color: #999999;
	text-decoration: none;
}
.navigation2  ul  li  a:hover {
	text-decoration: none;
	color: #003366;
}
.moreinfo {
	margin-top: 20px;
	margin-bottom: 20px;
}
.moreinfo h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.moreinfo  h2 {
	font-size: 10px;
	background-color: #666666;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	line-height: 1.5em;
}
.moreinfo form {
	background-color: #666666;
	margin: 0px;
	padding-left: 12px;
	padding-top: 8px;
}
.moreinfo input {
	margin-bottom: 5px;
	color: #FF9900;
	font-size: 10px;
}
#infofooter {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.main   {
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 505px;
} 
.main h1 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0px 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.agentdetails {
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}.agentdetails h1 {
	font-size: 14px;
	color: #FF9900;
	margin-bottom: 5px;
	margin-top: 0px;
	font-weight: bold;
}
.agentdetails h1 strong {
	color: #CC0000;
	font-size: 12px;
}
.agentdetails h2 {
	font-size: 14px;
	color: #003366;
	margin-bottom: 0px;
	margin-top: 0px;
}
.agentdetails h2 strong {
	font-size: small;
	font-weight: normal;
	color: #666666;
}
.agentdetails h3 {
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	line-height: 1.4em;
}
.agentdetails h3  strong {
	color: #000000;
	padding-right: 15px;
}
.agentdetails   h3  a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.agentdetails h3  a:hover {
	color: #003366;
}
.agentdetails h4 {
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 4px;
}
.agentdetails h4 strong {
	color: #CC0000;
	margin-right: 15px;
}
.maintable{
border:0px !important;
}
.maintable td{
border:0px !important;
padding:0px !important;
}
.maintable tr {
	background-color:transparent !important;
}

.maintable tr:hover {
	background-color:transparent !important;
}

.maintable table{
border:0px !important;
margin-top:0px;
}
.mainbody {
	background-color: #EEE;
	padding: 15px;
	margin-top: 15px;
}
.title {
	background-color: #336699;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.title h1 {
	color: #FFFFFF;
	margin: 0px;
	font-weight: bold;
	font-size: medium;
}
.mainbody h1 {
	margin: 0px;
	font-size: 24px;
}
.mainbody h2 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 18px;
	color: #006699;
}
.mainbody h3 {
	font-size: medium;
	color: #336699;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mainbody p {
	font-size: 10px;
	color: #333333;
	line-height: 1.5em;
	margin: 0px 0px 5px;
}
.mainbody p a {
	color: #336699;
}
.mainbody p a:hover {
	color: #FF9900;
}
.mainbody p img {
	margin-top: 15px;
}
.smallimage {
	margin-right: 15px;
}
.mainbody ol li {
	font-size: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
	color: #333333;
}
.mainbody ol li strong {
	color: #336699;
}
.mainbody table {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right-style: none;
	border-bottom-style: none;
	margin-top: 15px;
}
.mainbody caption {
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #000000;
}
.mainbody th {
	color: #FFFFFF;
	background-color: #003366;
	font-size: 10px;
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.mainbody tr:hover {
	background-color: #FFFFFF;
}
.mainbody td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	color: #000000;
	line-height: 1.5em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.mainbody td a {
	color: #006699;
}
.mainbody td a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainbody td a:hover {
	color: #FF9900;
}
.top {
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
}
.top a {
	color: #999999;
	text-decoration: none;
}
.top a:hover {
	color: #FF9900;
}
