td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

td {
	vertical-align:top;
}

h1 {
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-bottom:5px;
	background-image:url(images/heading-bullet.gif);
	background-repeat:no-repeat;
	background-position: left 3px;
	display:block;
	padding-left:24px;
	padding-top:5px;
	padding-bottom:1px;
}

h1.full {
	background-image:url(images/heading-bullet-full.gif);
}

h1.smaller {
	font-size:17px;
}

p {
	margin-top:0;
	margin-bottom:5px;
	text-align: justify;
}

ol {
	margin-top: 10px;
	margin-left : 30px;
	padding-left: 0px;
}

li {
	padding-bottom: 4px;
}

a, a:visited {
	color : #333333;
}


.contentCell {
	background-image:url(images/watermark.jpg);
	background-repeat:repeat-y;
}

.headerRow {
	background-image:url(images/linksbg.gif)
}

.headerCell {
	border-right: 1px solid white;
	text-align:center;
}

.headerCellLast {
	text-align:center;
}

.headerCellLast a, .headerCell a {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	padding-left:1px;
	padding-right:1px;
}

.headerCellLast a:hover, .headerCell a:hover {
	text-decoration:underline;
	background-color:#666666;
	padding-top:6px;
	padding-bottom:4px;
	padding-left:2px;
	padding-right:0px;
}

.headerCellLast a:visited, .headerCell a:visited {
	text-decoration:underline;
	color: #FFFFFF;
	text-decoration:none;
}

span.hilight {
	color: #555555;
}

span.offering {
	color: #2fb1d0;
	font-size:12px;
	display:block;
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
	text-align:left;
}

.flashCaption {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:center;
	font:18px;
	color:#555555;
}

fieldset.reference legend, span.prompt {
	color: #2fb1d0;
	font-weight:bold;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}

fieldset.form legend {
	color: #2fb1d0;
	font-weight:bold;
	font-size: 14px;
	font:Arial, Helvetica, sans-serif;
}

fieldset {
	margin-bottom:10px;
}

blockquote {
	margin-top:0px;
	margin-left:20px;
	
}

.question {
	font-weight: bold;
	font-size: 12px;
}

.option {
	width:130px;
}

.errorText {
	display: block;
	color:#cc0000;
	font-family:Arial, Helvetica, sans-serif;
}

.errorTextLarge {
	display: block;
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:10 10 10 10;
	border: 1px solid #aaaaaa;
	margin: 10 10 10 10;
	font-family:Arial, Helvetica, sans-serif;
}

.listingTable {
	border-collapse:collapse
}


.listingTable th {
	background-color: #aaaaaa;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px;
	border: 1px solid #eeeeee;
}

.listingTable td {
	padding:5px;
	border: 1px solid #aaaaaa;
}

.requiredStar {
	color: #cc0000;
}