/*
 * 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:Verdana, sans-serif; font-size: 110%; line-height: 18pt; color: #307DCD}


.subheadLine {
	font-family:Verdana, sans-serif;
	font-size: 80%;
	line-height: 10pt;
	color: #307DCD;
}
.subheadLine A:link {color : Blue;}

.body {font-family:Verdana, sans-serif; font-size: 12px; 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;}



.navLink {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
}

.navLink A:link {color : #ffffff;}
.navLink A:hover {color : #ffffff; text-decoration : underline;}
.navLink A:visited {color : #cccccc}
.navLink A:active {color : #FF660}



.login {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
}

.login A:link {color : #ffffff;}
.login A:hover {color : #ffffff; text-decoration : underline;}
.login A:visited {color : #cccccc}
.login A:active {color : #FF660}


.Link {
	font-family:Verdana, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #000000;
}

.Link A:link {color : #005E9C;}
.Link A:hover {color : #5a5a5a; text-decoration : underline;}
.Link A:visited {color : #5a5a5a}
.Link A:active {color : #FF660}


.footer {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10pt;
	color: #999999;
	letter-spacing : 0px;
}

.action {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #363636;
}
.action A:link {color : #0351A2; font-weight: bold}
.action A:hover {color : #307DCD; text-decoration : underline;}
.action A:visited {color : #307DCD; font-weight: bold}
.action A:active {color : #ffcc00}



</STYLE>


