/* --------- BODY ------------ */
body {
	margin:00px 0px; padding:0px;
	background-color:#ffffff;
	color:#000000;
	font-family:Arial,Helvetica,Geneva,Verdana,sans-serif;
	}
a:link  	{  color:#0977B4 }
a:visited 	{  color:#0977B4 }
a:hover 	{  color:#0977B4 }
/* --------- CONTAINERS ------------ */
.containerAll {
	width:740px;
	margin:auto;
}
/* --------- MASTHEAD ------------ */
a.navTop:link{
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:underline;
}
a.navTop:visited{
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:underline;
}
a.navTop:hover{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:underline;
}
/* --------- CONTENT ------------ */
h1 {
	font-size:18px;
	font-weight:bold;
	margin:5px 0 10px 0;
	color:#0977B4;
}
h2 {
	font-size:14px;
	font-weight:bold;
	margin:12px 0 6px 0;
	color:#0977B4;
}
p {
	margin:0 0 12px 0;
}
.txtSmall {
	font-size:11px;
	line-height:13px;
}
.txt {
	font-size:13px;
	line-height:16px;
	vertical-align:top;
}
strong {
	font-weight:bold;
}
.alignCenter {
	text-align:center;
}
.alignRight {
	text-align:right;	
}
ul {
	padding:0 0 0 15px;
}
ol {
	padding:0 0 0 24px;
	list-style-type:upper-alpha;
}
/* --------- IMAGES ------------ */
img {
	border:0px;
	line-height:0px;
}
.imgLeft {
	border:0px;
	margin-right:20px;
	float:left;
}
.imgRight {
	border:0px;
	margin-left:20px;
	float:right;
}
/* --------- OPTOUT ------------ */
.txtWhite {
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}
.navWhite {
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
/* --------- FORMS ------------ */
form {
	margin:0;padding:0;
}
.txtForm {
	font-size:13px;
	color:#ff0000;
}
