body, td,th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424245;
	}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }

a:link, .Copy:link {
	color: #00b5c9;
	text-decoration: none;
}
a:visited, .Copy:visited {
	text-decoration: none;
	color: #00b5c9;
}
a:hover, .Copy:hover {
	text-decoration: none;
	color: #b10321;
}
a:active, .Copy:active {
	text-decoration: none;
	color: #b10321;
}

 
 
.intro {
	color: #353535;
	font-size: 12px;
}

.links {
	font-size: 12px;
	color: #1B96F6;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

 .Button {
	font-size: 11px;
	background-color: #00adc6;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #00719d
}		

 .FormField {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #353535;
	border: 1px solid #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;

}
 .Footer {
	color: #91919f;
	font-size: 11px;
}
 .Footer:active { color: #ffffff}
 .Footer:visited {color: #92919f}
 .Footer:hover { color: #ffffff}
 .Footer:link { color: #92919f}		
 .Header {
	font-size: 10px;
	font-weight: bold;
	color: #999999
}
 .Heading1, H1 {
	font-size: 16px;
	font-weight: bold;
	color: #ab000f;
	font-style: normal;
	text-transform: uppercase;

}
 .Heading2, H2 {
	font-size: 15px;
	font-weight: bold;
	color: #fa6e17;
}

.Heading3, H3 {
	font-size: 12px;
	font-weight: bold;
	color: #ab000f;
}
.Heading4 {
	font-size: 11px;
	font-weight: bold;
	color: #8DC73D;
}
 .JavascriptRollover { cursor: hand}
 .Navigation {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}
 .Navigation:active { color: #00b5c9;}
 .Navigation:visited { color: #00b5c9;}
 .Navigation:hover { color: #b10321;}
 .Navigation:link {color: #00b5c9;}

			
 .SmallPrint { font-size: 11px; color: #828282; text-decoration: none}
 .SmallPrint:hover {  font-size: 11px; color: #7A7A7A; text-decoration: none}

 .TableBorder {
	border: 1px solid #E8E8E8
}
 .TableBorderLight {
	/*	border: 1px solid #F0F0F0; */
	background-color: #E8E8E8;
	font-size: 12px;
}
 .TableHeader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3a3a3a;
}
 .TableHeaderNegative {
	font-size: 12px;
	font-weight: bold;
	color: #424245;
}
 .TableRow { font-size: 12px; color: #3c2e11; background-color: #FFFFFF}
 .TableRow1 {  font-size: 12px; background-color: #F0F0F0}
 .TableRow2 {  background-color: #FBFBFB}
 .TableRow3 {
	font-size: 11px;
	color: #353535;
	background-color: #E8E8E8;
	font-weight: bold;
}
.MainContent {
	background-attachment: fixed;
	background-image: url(../Images/images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

.MainContentGrey {
	background-attachment: fixed;
	background-image: url(../Images/images/bg_mainGrey.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

