/*
 * 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 {
	text-decoration : underline;
	color : Red;
	}

A:HOVER {
	text-decoration : underline;
	}

A:LINK {
	color : Blue;
	text-decoration : none;
	}
A:VISITED {
	color : #800080;
	text-decoration : none;
	}

.HeadLine {font-family:Arial Black; font-size: 18px; line-height: 24px; color: #000000;}
.HeadLine A:link {color : #000000}
.HeadLine A:visited {color : #000000}
.HeadLine A:hover { text-decoration : underline;}

.subheadLine {
	font-family:Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.subheadLine A:link {color : Blue;}

.head {
	font-family:Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #D0663C;
	font-weight: bold;
}

.body {font-family:Arial, sans-serif; font-size: 75%; line-height: 12pt; color: #37474E}
.body A:link {color : Blue;text-decoration : underline;}
.body A:visited {color : #800080;text-decoration : underline;}
.body A:hover { text-decoration : underline;}



.action {font-family:Arial, sans-serif; font-size: 11px; line-height: 12px; color: #37474E}
.action A:link {color : Blue;text-decoration : underline;}
.action A:visited {color : #800080;text-decoration : underline;}
.action A:hover { text-decoration : underline;}


.hmsub {font-family:Arial Black; font-size: 11px; line-height: 11pt; color: #ffffff;}

.footer {
	font-family:Arial, sans-serif;
	font-size: 60%;
	line-height: 10pt;
	color: #999999;
	letter-spacing : 1px;
}


</STYLE>


