/*
 * The class styles defined in this section are all default values for style
 * tag attributes on html controls available in the Site Designer.  Editing
 * the definitions here alters the default style for the corresponding object
 * in Site designer.
 */
<STYLE TYPE="TEXT/CSS">


A:ACTIVE {
	color : Red;
	text-decoration : none;
	}

A:HOVER {
	color : #F1A019;
	border-bottom: 1px dotted #F1A019;
	}

A:LINK {
	color : #ffffff;
	text-decoration : none;
	}
A:VISITED {
	color : #c6c6c6;
	text-decoration : none;
	}
	

	
.HeadLine {font-family:Verdana; font-size: 24px; line-height: 26px; color: #0033CC; font-weight: bold; letter-spacing: -.5px}

.subheadLine {
	font-family:Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #F1A019;
	font-weight: bold;
	letter-spacing: -1
}

.subheadLine A:link {color : Blue;}

#content {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #eaeaea;
	
	background-color: #20282D;
	padding: 10px;
	margin: 20px;

}


.footer {
	font-family:Verdana, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	color: #999999;
	letter-spacing : 1px;
}


</STYLE>



