/* CSS Document */


body,td,th {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#727273;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:
}
a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
a:active {
	text-decoration: none;
	color: #006699;
}

a.navigation:link {
	color: #333333;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a.navigation:visited {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
a.navigation:hover {
	text-decoration: underline;
	color: #000000;
	font-weight:bold;
}
a.navigation:active {
	text-decoration: none;
	color: #333333;
}


h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
.topBack {
	background-image: url(../images/topBack.jpg);
}
.navigationTable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bodyTable {
	background-color: #FFFFFF;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
}
.footerTable {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/bottomback.jpg);
	background-repeat: repeat-x;
}
.bottomTable {
	background-image: url(../images/bottombottomback.jpg);
	padding: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
