@charset "utf-8";
/* CSS Document by WORD Web Design */

/**layout styles **/
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 20px;
}
#mainpadding {
	padding-left: 35px;
	padding-right: 34px;
}

/**text styles **/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.H1 {
	font-size: 22px;
	font-weight: bold;
	color: #0071ae;
}
.H2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.H2reverse {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.formquestions {
	text-align: right;
	padding-right: 10px;
}
.bubble {
	font-weight: bold;
	font-size: 15px;
	color: #0070AF;
	background-color: #e1e0e0;
	padding: 10px;
	text-align: center;
}
.lightgrayhighlight {
	background-color: #F2F2F2;
}
.smallprint {
	font-size: 12px;
	font-style: italic;
}
.topftr {
	font-weight: bold;
	color: #0071ae;
}

/*** Primary Link Style ***/
a:link {
	color: #006AA4;
}
a:visited {
	color: #0071ae;
}
a:hover {
	color: #000;
}
a:active {
	color: #0071ae;
}

/*** Extra Link Styles ***/

