/* CSS Document */
HTML {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
}

a 	{
	text-decoration: underline; 
	color: #990033;
	}
a:hover	{
	text-decoration: underline;
	color: #666666;
}

TD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #666666;
	line-height: 13pt;
}

P {
	margin-top: 0px;
	margin-bottom: 10pt;
}

.directions {
	margin-left: 24pt;
}
	
.header {
	color: #990033;
	font-weight: bold;
	margin-bottom: 3pt;
	line-height: 10pt;
}

.header2 {
	font-weight: bold;
	margin-bottom: 4pt;
	line-height: 10pt;
}

UL, OL {
	padding-top: -4pt;
	margin-bottom: 16pt;
}

UL {
	list-style-type: square;
}


OL.directions {
	margin-left: 0px;
	padding-left: 24pt;
	margin-top: 0pt;
	margin-bottom: 14pt;
}


LI {
	margin-bottom: 2pt;
	margin: 0px;
	vertical-align: top;
	margin-top: 3pt;
}


.headShot {
	float: left;
	background-color: #EFEFEF;
	margin-right: 6pt;
	width: 125px;
	padding: 6pt;
	color: #990033;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headShot IMG {
	margin-bottom: 6pt;
}

TABLE.content {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	border-collapse: collapse;
	width: 408px;
}

TABLE.content TR TD {
	width: 408px;
	margin: 0px;
	padding: 0px;
}