@charset "iso-8859-1";
/* CSS Document */

@import "header.css";
@import "columnes.css";
@import "content.css";
@import "footer.css";
@import "index.css";
@import "menu3.css";


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
	vertical-align: top;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link, a:visited {
color:#666666;
text-decoration:underline;}

a:hover, a:active {
color:#22367B;
text-decoration:underline;}

#back
{
	width: 920px;
	text-align:left;
	vertical-align: top;
}

#clear
{
	clear: both;
	margin: 0px;
	padding: 0px 0px 1px 0px;
}

#TheHeader, #TheContent, #TheFooter, #TheHeaderIndex, #TheContentIndex
{clear: both;
height:1%;}

#TheFooter
{padding-top:5px;}
