html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #a7a6a6;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
input {
	width: 100%;
	padding: 2px;
}
.mainBorder {
	border: 7px solid #8a8888;
}
.whiteThumb {
	border: 4px solid #FFFFFF;
	margin-right: 7px;
}
.gradientBG {
	height: 172px;
	background-image: url(../images/bg-gradient.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
.lrgImage {
	padding: 0px 7px 7px 7px; 
	vertical-align: top; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-image: url(../images/loading.gif);
}
.footer {
	width: 850px; 
	padding: 5px 0px 0px 7px;
}
.footerBG {
	height: 76px;
	vertical-align: top;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-color: #a7a6a6;
}
.content {
	width: 470px;
 	vertical-align: top;
	padding-bottom: 10px;
}
.contentInner {
	padding-top: 190px;
	width: 460px;
}
.menuContent {
 	vertical-align: top;
	text-align: right;
}
#normal {
	padding: 5px 5px 5px 0px;
	background-image: url(../images/menu-normal.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#over {
	padding: 5px 5px 5px 0px;
	background-image: url(../images/menu-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.required {
	color: #006bc1;
	font-size: 18px;
	font-weight: bold;	
}
a {
	color: #006bc1;
}
a:hover {
	color: #000000;
}
.linkDiv {
	padding: 17px 28px 28px 17px;
	background-repeat: no-repeat;
	background-position: center 29px;
	text-align: center;
}
a.menu {
	font-family: 'Arial Black',Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
a.topMenu:hover {
	color: #000000;
}

/* ## PAGES ## */
.onPage {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	background: #006ac1;
	border-left: 1px solid #006ac1;
	border-bottom: 1px solid #006ac1;
	border-top: 1px solid #006ac1;
}
a.pageLink {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #006ac1;
	font-weight: bold;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	background: #FFFFFF;
	border-right: 1px solid #006ac1;
	border-bottom: 1px solid #006ac1;
	border-top: 1px solid #006ac1;
}
a.pageLink:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #006ac1;
	font-weight: bold;
	text-decoration: underline; 
	padding: 2px 5px 2px 5px;
	background: #FFFFFF;
	border-right: 1px solid #006ac1;
	border-bottom: 1px solid #006ac1;
	border-top: 1px solid #006ac1;
}

a.pageOther {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #006ac1;
	font-weight: bold;
	text-decoration: none; 
}
a.pageOther:hover {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none; 
	color: #006ac1;
	font-weight: bold;
}
