html, body {
	background: url(images/background-fade.jpg) top left repeat-x fixed;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	line-height: 1.5;
}

#content {
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	background: #FFFFFF;
}
	
a:link {
	color: #666666;
	text-decoration: none;
	text-decoration: underline;
}

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

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

a:active {
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}
.img {
	border:1px solid #FFFFFF;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	padding: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #5E94C4;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.heading {
	font-weight: bold;
	background: #A5C2DE;
}
a.topnav:link {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.topnav:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.topnav:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a.topnav:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.topnavactive {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.SmallText {
	font-size: 11px;
	text-align: center;
}
table {
	border-right: 1px solid #0F76BC;
	border-bottom: 1px solid #0F76BC;
	border-left: 1px solid #0F76BC;
}
td, tr {border: 0; }
table table { border: 0;}

#tabs {
	width: 787px;
	height: 30px;
	margin: 0 auto 10px auto;
/*	background: url(../images/tabs-background.png) top left no-repeat;
*/}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs ul li {
	float: right;
	width: 137px;
	position: relative;
	display: inline;
	margin: 0 -6px 0 0;
	line-height: 19px;
}
#tabs a:link {
	display: block;
	font-size: 10px;
	height: 23px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(images/tab-background.png) top left no-repeat;
	z-index: 1;
	position: relative;
}	
#tabs a:visited {
	display: block;
	font-size: 10px;
	height: 23px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	background: url(images/tab-background.png) top left no-repeat;
	z-index: 1;
	position: relative;
}
#tabs ul li.here a:link {
	color: #000;
	height: 23px;
	line-height: 21px;
	background: url(images/tab-background-current.png);
	z-index: 1000 !important;
	position: relative;
}
#tabs ul li.here a:visited {
	color: #000;
	height: 23px;
	line-height: 21px;
	background: url(images/tab-background-current.png);
	z-index: 1000 !important;
	position: relative;
}
