body {
	background-color: #A1A1A1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th, .NormalText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.Header		{ font-size: 18px; font-weight: bold; text-transform: uppercase; color: #0F6598; }
.Subheader	{ font-size: 14px; font-weight: bold; padding-bottom: 0px; margin-bottom: 0px; }
.Subheader2	{ font-size: 12px; font-weight: bold; margin-bottom: 0px; padding-bottom: 0px; }
.SmallText	{ font-size: 10px; }
.Blue		{ color: #0F6598; }

a {
	font-size: 12px;
	color: #0F6598;
}
/* Main link styles */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F6598;
}
a:hover {
	text-decoration: underline;
	color: #00A2D9;
}
a:active {
	text-decoration: none;
	color: #0F6598;
}


/* Nav link styles */
a.navLink:link {
	text-decoration: none;
	margin-left: 15px;
	font-weight: bold;
}
a.navLink:visited {
	text-decoration: none;
	color: #0F6598;
	margin-left: 15px;
	font-weight: bold;
}
a.navLink:hover {
	text-decoration: underline;
	color: #00A2D9;
	margin-left: 15px;
	font-weight: bold;
}
a.navLink:active {
	text-decoration: none;
	color: #0F6598;
	margin-left: 15px;
	font-weight: bold;
}

/* Footer link styles */
a.footerLink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.footerLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footerLink:hover {
	text-decoration: underline;
	color: #00A2D9;
}
a.footerLink:active {
	text-decoration: none;
	color: #FFFFFF;
}


* .border {
	border: 1px solid #FFFFFF;
}
* .background-top {
	background-image: url(../images/background_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
* .top-banner {
	background-color: #0F6598;
	height: 12px;
}
* .footer {
	color: #FFFFFF;
	padding: 4px;
}
* .main-nav {
	padding-top: 8px;
	padding-right: 30px;

}
* .content {

	padding-top: 8px;
	padding-right: 10px;
}
* .background-bottom {
	background-image: url(../images/background_02.jpg);
	height: 45px;
	background-repeat: no-repeat;
}
* .background-gradient {
	background-image: url(../images/gradient-background.jpg);
	background-repeat: repeat-y;
}
* .photo {
	margin-left: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #0F6598;
}
* .sidebar {
	padding: 15px;
}
