/* ------------------- GENERAL FORMATING ------------------- */

body , dt , dd , dl , sl , caption, u , blink , select , option , form , font , li {
	font-family:Arial, Helvetica, sans-serif;
	font-size : 13px;
	color:#333333;
	text-decoration: none;
	vertical-align: top;
}  
  
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	

}

A:LINK, A:ACTIVE, A:VISITED { 
	text-decoration: underline;
	color: #003399; 
} 
A:HOVER {
	text-decoration: underline;
	color: #0066FF;
} 
h1 {
	color: #003399;
	font-weight:bold;
	margin-top:12px;
	font-size : 15px;
	margin-bottom : 2px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h2 {
	color: #003399;
	font-weight:bold;
	margin-top:2px;
	font-size : 14px;
	margin-bottom : 6px;
	padding-top : 2px;
	padding-bottom : 2px;
}  
h3 {
	font-size : 12px;
	font-weight:bold;
	margin-top:4px;
	margin-bottom: 2px;
}  
h4 {
	font-weight:bold;
	margin-top:2px;
	font-size : 11px;
	color: #28316D;
}
/* ------------------- Custom List Styles ----------------- */

ul.list
{
	margin: 0;
	padding-left: 0; 
	list-style: none; 
}

ul.list li
{
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* ------------------- CONTENT AREA ------------------- */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
}
A.bodytext:LINK , A.bodytext:VISITED , A.bodytext:ACTIVE { 
	color : #003399;
	text-decoration: none;
}
A.bodytext:HOVER { 
	color: #0066FF;
	text-decoration: underline;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}


