@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/backgroundtile.png);
	background-position:left;
	background-position:top;
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	text-align:left;
	margin:18px;
}
.content2 {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	text-align:left;
	margin:18px;
}
.contentvdivider {
	background-image:url(images/content_divider_vert.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.subhead1 {
	margin-left:0px;
	background-image:url(images/subheader_leftbullet.png);
	background-position:left;
	background-repeat:no-repeat;
	height:37px;
}
.subhead1text {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:40px;
	text-align:left;
	height:37px;
}
.subhead2 {
	margin-left:0px;
	background-image:url(images/midmargin_bulletsubbg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:37px;
}
.subhead2text {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-left:65px;
	text-align:left;
	height:37px;
}.blackCell {
	color: #FFFFFF;
	background-position: center top;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
a.blackCell:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.imageOnBlackWbgBorder {
	background-color: #FFFFFF;
	padding: 10px;
	border: 3px double #CCCCCC;
}
a.blackCell:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.blackCell:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
a.blackCell:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000066;
}
.descTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #EAF4FF;
	text-align: center;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	border: 3px double #999999;
}
.descTableCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
