
/*	
	======================================================================

	general.css

	======================================================================
*/


/* ----------------------------------------------------
   content div
   ---------------------------------------------------- */

.mainContentDiv {

	position: relative;
	width: 671px;
	border: 1px solid black;
	background-image: none;
}

.basicTextBody {

	background-color: #FFF;
	padding: 20px;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
}

/* ----------------------------------------------------
   general formatting
   ---------------------------------------------------- */

.translucentHeader {

	background: url('/images/black-30-percent.png');
}

.pageHeader {

	background-color: #000;
}

.bottomLink {

	text-align: right;
	font-size: 9pt;
}

.indented {

	padding-left: 2em;
}

.small {

	font-size: 9pt;
}

.tinyItalicNote {

	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
}

.tableLabel {

	font-weight: bold;
	text-align: right;
}

.pageTitleDiv {

	margin-top: 13px;
	margin-left: 20px;
	margin-bottom: 7px;
	margin-right: 0px;
	font-size: 18pt;
	line-height: 18pt;
	color: #FFF;
	float: left;
}

.header {

	font-size: 12pt;
	font-weight: bold;
}

.subheader {

	font-size: 11pt;
	font-style: italic;
}

.clearDiv {

	clear: both;
}

.logoImage {

	padding-top: 0px;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
}

select, input {

	font-size: 10pt;
	color: #7A0026;
	background-color: #EEE;
}

.submitButton,.linkButton {

	background-color: #7A0026;
	color: #EEE;
}

