/* CSS definition file containing site wide stylesheets */

.underline {
	padding-bottom: 12pt;
 	border-bottom: 1px solid rgb(203,215,222)
}

.bordertop {
	padding-top: 12pt;
 	border-top: 1pt solid rgb(255,204,0)
}

.caption {
	font-family: Georgia,  Palatino,  "Times New Roman",  Times,  Serif;
 	font-size: 10pt;
 	color: rgb(51,51,51);
 	line-height: 130%;
 	font-style: italic;
 	margin-bottom: 12pt
}

.nospaceabove {
	margin-top: 0pt
}

.formError {
	color: rgb(204,0,0);
 	font-weight: bold
}

.form {
	font-size: x-small
}