/*
 * 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:Garamond, Palatino, Times, Times New Roman; 
	font-size: 200%;
	font-style: italic;
	font-weight: 700; 
	color: Orange}

.HeadLine2 {
	font-family:Latin Wide, Garamond Black, Palatino Black, times Black, Times New Roman Black, Garamond, Palatino, Times, Times New Roman; 
	font-size: 215%;
	font-weight: 900; 
	color: Blue}


.HeadLine3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif; 
	font-size: 190%;
	font-weight: 900; 
	color: White}


.subheadLine {
	font-family:Verdana, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: 700; 
	color: black;
}
.subheadLine A:link {color : Blue;}

.subheadLine2 {
	font-family:Verdana, sans-serif;
	font-size: 110%;
	font-weight: 700; 
	color: black;
}
.subheadLine2 A:link {color : Blue;}

.body {
	font-family:Verdana, sans-serif; 
	font-size: 70%; 
	padding-left: 10;
	color: #37474E}

.body A:link {color : Blue;text-decoration : underline;}
.body A:visited {color : #800080;text-decoration : underline;}
.body A:hover { text-decoration : underline;}

.bodyspaced {
	font-family:Verdana, sans-serif; 
	font-size: 100%;
	margin:0;
	border:0; 
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
	padding-left: 12;
	color: #37474E;}

.bold {
	font-family:Verdana, sans-serif; 
	font-size: 75%; 
	padding-left: 10;
	font-weight: 700; 
	color: #37474E}


.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}

.button {
	font-family:sans-serif;
	font-size: 14px;
	font-weight: bold; 
	color: #ffffff;
}

.button A:link {color : #ffffff; text-decoration : none;}
.button A:hover {color : #ffffff; text-decoration : none;}
.button A:visited {color : #ffffff; text-decoration : none;}
.button A:active {color : #ffffff; text-decoration : none;}



.login {
	font-family:Verdana, sans-serif;
	font-size: 70%;
	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;
}

.stickheader {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: gray;
	letter-spacing : -1px;
}

.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>



