body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
td {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}
.nav {
	background-image: url(images/leftfade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #1A2D6F;
}
.underline {
	background-image: url(images/underline.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
.foot {
	font-size: x-small;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 20px;
	background-image: url(images/bottomfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.disclaimer {
	font-size: xx-small;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.contenthome {
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 200px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
}
.content {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: small;
}
.fade {
	background-image: url(images/bottomfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	color: #000099;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
.fadeleft {
	background-image: url(images/leftfade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.pad {
	padding-bottom: 6px;
}
.head {
	background-image: url(images/headback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.error {
	color: #FF0000;
}
.floatright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
