a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

body {
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 14px;
}

.navActive {
	background-image: url(../images/misc/greenArrow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}

.first {
	float:left;
	font-size: 33px;
	color:#21368C;
	font-weight: bold;
	padding-right: 5px;
	line-height: 28px;
	position: relative;
	bottom: 4px;
	left: 3px;
	height: 28px;
}
h1 {
	font-size:26px;
	font-weight: normal;
	line-height:26px;
}

h2 {
	font-size:18px;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-size:13px;
	font-weight: normal;
}
.subTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

sup{
	font-size: 8px;
	vertical-align: super;
}
blockquote {
	margin-left:20px;
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
}
.small {
	font-size:11px;
}

.featured {
background-color:#00A65D;
padding:10px;
}

.Black {
color:#000000;
}

.Orange {
color:#FEBD1F;
}

.White {
color:#FFFFFF;
}

.Purple {
color:#6A67AF;
}

.LBlue {
color:#4B8FCC;
}

.LLblue {
color:#9EBBE2;
}

.Red {
color:#B00331;
}

.Grey {
color:#999999;
}

.Dblue {
	color:#21368C;
}

.Green {
	color:#00A65D;
}

.LGreen {
	color:#7BC8A2;
}

.Serif {
font-family:"Times New Roman", Times, serif;
}

