/* The first item in this stylesheet will appear first in the RADEditor Control */
h1{
	font-family: Arial, sans-serif;
	color:#013f70;
	font-size:22px;
	font-weight:bold;
}

h2{
	font-family: Arial, sans-serif;
	color:#838589;
	font-size:16px;
	font-weight:bold;
}

h3{
	font-family: Arial, sans-serif;
	color:#013f70;
	font-size:12px;
	font-weight:bold;
}



.MainCopy 
{
	font-family:arial,helvetica,sans-serif;
	font-size:11px; 
	line-height:15px;
	color:#6f7074;
	margin-bottom:0px;
	font-weight:normal;
}

.MainSmallCopy			
{
	font-family:arial,helvetica,sans-serif;
	font-size:10px; 
	color:#6f7074; 
	font-weight:normal; 
	line-height:14px;
}

a:link {font-family:arial;
font-size:11px; line-height:15px;
color:#004475;
font-weight:bold;
text-decoration:underline;
}
a:visited {font-family:arial;
font-size:11px; line-height:15px;
color:#004475;
font-weight:bold;
text-decoration:underline;
}
a:active {font-family:arial;
font-size:11px; line-height:15px;
color:#838589;
font-weight:bold;
text-decoration:underline;
}
a:hover {font-family:arial;
font-size:11px; line-height:15px;
color:#006599;
font-weight:bold;
text-decoration:none;
}
 ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding:0px;
	border:0px;
	line-height:16px;
	color:#505151;
	margin-bottom:10px;	
	margin:0px 0px 0px 16px;
	
}
li {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	list-style-position: outside;
	list-style-type:circle;
    color:#505151;
	margin-bottom:2px;	
	margin-left:0px;
	}
