/**************** Global Styles ****************/ 

body {
	background-color: #ECECEC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	}

/**************** Font Styles ****************/ 

h1 {
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color: #616161;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C6C6C6;
}
.contactheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
		color: #545454;
}

/**************** Main Navigation Link Styles ****************/ 

.navlink a:link {
	color: #2F5A92;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
} 
.navlink a:visited {
	color: #2F5A92;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
} 
.navlink a:hover {
	color: #2F5A92;
	font-weight: bold;
	text-decoration: none;
	font-weight: normal;
	background-color: #D9E9FF;
	font-size: 11px;
} 
.navlink a:active { 
	color: #2F5A92;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
} 

/**************** Content Link Styles ****************/ 

a:link { 
color: #494949; 
text-decoration: underline; 
font-weight: normal; 
	font-size: 12px;
} 
a:visited { 
color: #494949; 
text-decoration: underline; 
font-weight: normal; 
	font-size: 12px;
} 
a:hover {
	color: #494949;
	font-weight: normal;
	text-decoration: none;
	background-color: #CDE2FF;
		font-size: 12px;
} 
a:active { 
color: #58A380; 
font-weight: normal; 
	font-size: 12px;
} 

/**************** Section Styles ****************/ 

table.footer    {font-size: 9px; color: #AFAFAF;}
table.footer th {font-size: 9px; color: #AFAFAF;}
table.footer td {font-size: 9px; color: #AFAFAF;}

.footerlink a:link { 
color: #AFAFAF; 
text-decoration: underline; 
font-weight: normal; 
	font-size: 9px;
} 
.footerlink a:visited { 
color: #AFAFAF; 
text-decoration: underline; 
font-weight: normal; 
	font-size: 9px;
} 
.footerlink a:hover {
	color: #AFAFAF;
	font-weight: normal;
	text-decoration: none;
	background-color: #DFEFFD;
		font-size: 9px;
} 
.footerlink a:active { 
color: #AFAFAF; 
font-weight: normal; 
	font-size: 9px;
} 
