.TopContentBG {
	background-image: url(images/topbg.gif);
	background-repeat: repeat-y;
}
.ContentBG {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
#Content {
	margin-right: auto;
	margin-left: auto;
	width: 775px;
	background-color: #FFFFFF;
}
#Logos-Table img{
	margin: 5px;
	border: 1px solid #363636;
}

#LogoSpacing {
	margin-top: 35px;
	margin-left: 15px;
}

body {
	background-color: #A6A6A6;
	margin: 0px;
}
.Header-Nav {
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 11px;
}
.Header-Nav a{
	color: #FFFFFF;
	text-decoration:none;
}
.Header-Nav a:hover{
	text-decoration:underline;
}
#TopNav {
	padding-right: 30px;
	padding-left: 30px;
}
#TopNav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	font-size: 12px;
}
#TopNav a:hover {
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
}
#PageContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#PageContent img{
	border: 1px solid #000000;
	margin: 5px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #666666;
}
#BottomNav {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 10px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}


#BottomNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#BottomNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

body,td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.SmallText {
	font-size: 10px;
}
