/*
 * 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 : #ffffff;
	text-decoration : underline;
	font-weight: bold;
}
A:VISITED {
	color : #ffffff;
	text-decoration : underline;
}

.Headline {font-family:times, serif; font-size: 100%; line-height: 18pt; color: #2E3192; font-weight: bold

}

.subheadLine {
	font-family:Verdana, sans-serif;
	font-size: 90%;
	line-height: 12pt;
	color: #000000;
}

.subheadLine A:hover {text-decoration : underline;}


.body {font-family:Verdana, sans-serif; font-size: 11px; line-height: 18pt; color: #5a5a5a

}

.body A:link {color : #7577DF; text-decoration : underline;}
.body A:visited {color : #ffffff; text-decoration : underline;}
.body A:hover {text-decoration : underline;}


.form {font: 10px Verdana, Arial, sans-serif; color: gray; line-height:14px;}
.formReq {font: 10px Verdana, Arial, sans-serif; color: red; line-height:14px;}


.desc {font-family:Verdana, sans-serif; font-size: 11px; color: #cccccc}

.desc A:link {color : #ffffff; text-decoration : underline; font-weight: bold;}
.desc A:visited {color : #ffffff; text-decoration : underline;}
.desc A:hover {text-decoration : underline;}

.detail {font-family:Verdana, sans-serif; font-size: 75%; xline-height: 12pt; color: #333333

}
.detail A:link {color : Blue;}
.detail A:visited {color : #800080;}
.detail A:hover {text-decoration : underline;}


.footer {
	font-family:verdana, sans-serif;
	font-size: 60%;
	line-height: 12pt;
	color: #C0BDB4;
}

.footer A:link {color : #0080FF;}
.footer A:visited {color : #666666;}
.footer A:hover {color : #37474E; text-decoration : underline;}


</STYLE>
