/*
 * 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:Georgia; font-size: 16.5px; line-height: 18px; color: #ffffff; font-weight: bold; letter-spacing: -1px}

.subhead {
	font-family:Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #484553;
}

.subhead 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: 14px; line-height: 16px; color: #484553}
.body A:link {color : blue;text-decoration : underline;}
.body A:visited {color : #800080;text-decoration : underline;}
.body A:hover { text-decoration : underline;}

.hmbody {font-family:Arial, sans-serif; font-size: 12px; line-height: 16px; color: #ffffff}
.hmbody A:link {color : ADA3D1;text-decoration : underline;}
.hmbody A:visited {color : #ffffff;text-decoration : underline;}
.hmbody A:hover { text-decoration : underline;}

.action {font-family:Arial, sans-serif; font-size: 12px; line-height: 12px; color: #585465; font-weight: bold;}
.action A:link {color : Blue;text-decoration : underline;}
.action A:visited {color : #800080;text-decoration : underline;}
.action A:hover { text-decoration : underline;}

.sm {font-family:Arial, sans-serif; font-size: 9px; line-height: 12px; color: #5a5a5a}
.sm A:link {color : Blue;text-decoration : underline;}
.sm A:visited {color : #800080;text-decoration : underline;}
.sm A:hover { text-decoration : underline;}

.hmAction {font-family:Verdana, sans-serif; font-size: 12px; line-height: 11pt; color: #000000; letter-spacing: -.5px}

.hmAction A:link {color : #ffffff}
.hmAction A:visited {color : #ffffff}
.hmAction A:hover {text-decoration : underline;}

.sublinks {font-family:Verdana, sans-serif; font-size: 12px; line-height: 11pt; color: #585465; letter-spacing: -.5px}
.sublinks A:hover {text-decoration : underline;}

.leftNav {font-family:Arial, sans-serif; font-size: 12px; line-height: 16px; color: WhiteSmoke}
.leftNav A:link {color : blue;text-decoration : underline;}
.leftNav A:visited {color : WhiteSmoke ;text-decoration : underline;}
.leftNav A:hover { text-decoration : underline;}

.footer {
	font-family:Arial, sans-serif;
	font-size: 10px;
	line-height: 8px;
	color: #ffffff;
	letter-spacing : 1px;
}


</STYLE>


