@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 777px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #EBEBEB;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtrHdr #footer { 
	padding: 0 px;
	color:#000000;
	font-size: x-small;
}

a, a:visited {
	text-decoration: none;
	color:#BF2026; 
}

a:hover {
	text-decoration: underline;
	color: #00526E;
	}
	
a.faq:link {
	text-decoration: none;
	color: #BF2026;
}

a.faq:visited {
	text-decoration: none;
	color: #BF2026;
}

a.faq:hover {
	text-decoration: underline;
	color: #00526E;
}

h1, h2, h3, h4 {
color: #00526E;
}

p {
font-size:small; 
} 

.content {
	padding-left:10px;
	padding-right:10px
}

p {
font-size:small; 
}

.style1 {
font-size: small;
color: #FFFFFF;
}

.style14 {
font-size: small;
}

.style15 {
color: #FFFFFF;
}

.style16 {
color: #FFFFFF; 
font-size: x-small;
}

.style17 {
font-size: x-small;
}

.style18 {
	font-size: medium;
	font-weight: bold;
	color: #ED1A3A;
}

.style19 {
	color: #ED1A3A;
	font-weight: bold;
}

.style20 {
	color: #000000;
	font-weight: bold;
}

.style21 {
	font-size: xx-small;
}