body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #FFF;
}
.headerText{
	font-size: 11px;
	color: #FFF;
}
.headerText a{
	color: #FFF;
	text-decoration: underline;
	vertical-align: bottom;
}
.headerText a:hover{
	/*color:#C9F;*/
	text-decoration: overline;
}
.callout {
	color: #660066;
	text-align: left;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
}
.callout12 {
	color: #660066;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
}
.footnote{
	font-size: 10px;
	color: #000;
}
.divisionIntro {
	text-align: left;
	vertical-align: top;
	line-height: 17px;
	margin-left: 10px;
	overflow: auto;
}
td.gridHeader {
	border-top: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;
	border-right: solid #666666 1px;
	border-bottom: solid #666666 1px;
	font-size: 10px;
	font-weight: bold;
	background-color: #660066;
	color: #FFFFFF;
}
td.raised {
	border-top: solid #FFFFFF 1px;
	border-left: solid #FFFFFF 1px;	
	border-right: solid #666666 1px;	
	border-bottom: solid #666666 1px;
}
.alternate1 {
	background-color: #EEEEEE;
}
.alternate2 {
	background-color: #CCCCCC;
}
blockquote {
	border : 1px dashed #999;
	width: 450px;
	margin: 0px;
	padding: 10px;
	background-color: #EEEEEE;
}
.searchTable {
	vertical-align: top;
	border: 1px solid #660066;
	height: 100%;
	width: 100%;
	background-color: #EEEEEE;
}
.formButton {
	font: 10px Verdana,Arial,sans-serif;
	font-weight: bold;
	color: #660066;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	background-image: url(https://www.cavlog.com/i/form_btn_tile_bio.gif);
	border-style: outset;
	border-width: 2px;
	border-color: #FFCC00;
}
.formButtonDisabled {
	font: 10px Verdana,Arial,sans-serif;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
	cursor: hand;
	background-image: url(https://www.cavlog.com/i/form_btn_disabled_tile.gif);
	background-color: #FFFFFF;
	border-style: outset;
	border-width: 2px;
	border-color: #CCCCCC;
}