/*
 * 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, sans-serif; font-size: 110%; line-height: 18pt; color: #5271b5

}

.subheadLine {
	font-family:Arial, sans-serif;
	font-size: 80%;
	line-height: 12pt;
	color: #6699cc;
}

.subheadLine A:link {color : #6699cc;}
.subheadLine A:visited {color : #666666;}
.subheadLine A:hover {color : #FFCC66;text-decoration : underline;}


.body {font-family:Arial, sans-serif; font-size: 75%; line-height: 12pt; color: #5271b5

}

.location {font-family:Arial, sans-serif; font-size: 60%; color: #7C7C7C

}


.nav {font-family:Arial, sans-serif; font-size: 70%; line-height: 10pt; color: #37474E

}

.nav A:link {color : Blue;}
.nav A:visited {color : #800080;}
.nav A:hover {color : Red;text-decoration : underline;}


.hmBody {font-family:Arial, sans-serif; font-size: 80%; line-height: 16pt; color: #333333

}

.footer {font-family:Arial, sans-serif; font-size: 60%; line-height: 10pt; color: #666666

}

.Articles {font-family:Arial, sans-serif; font-size: 70%; line-height: 12pt; color: #5271b5

}
.imgborder
{
	border-left-color: steelblue;
	border-bottom-color: steelblue;
	border-top-style: solid;
	border-top-color: steelblue;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: steelblue;
	border-bottom-style: solid;
}
</STYLE>
