/* The first item in this stylesheet will appear first in the RADEditor Control */
.heading1 {
	font-family: Arial, sans-serif;
	color:#6e6c6c;
	font-size:10pt;
	font-weight:bold;
}

.heading2 {
	font-family: Arial, sans-serif;
	color:#6e6c6c;
	font-size:10pt;
	font-weight:bold;
}



.MainCopy 
{
	font-family:arial,helvetica,sans-serif;
	font-size:9pt; 
	line-height:15px;
	color:#6e6c6c;
	margin-bottom:0px;
	font-weight:normal;
}

.MainSmallCopy			
{
	font-family:arial,helvetica,sans-serif;
	font-size:8pt; 
	color:#6e6c6c; 
	font-weight:normal; 
	line-height:14px;
}

a:link {font-family:arial;
font-size:9pt; line-height:15px;
color:#6e6c6c;
font-weight:bold;
text-decoration:underline;
}
a:visited {font-family:arial;
font-size:9pt; line-height:15px;
color:#6e6c6c;
font-weight:bold;
text-decoration:underline;
}
a:active {font-family:arial;
font-size:9pt; line-height:15px;
color:#6e6c6c;
font-weight:bold;
text-decoration:underline;
}
a:hover {font-family:arial;
font-size:9pt; line-height:15px;
color:#666666;
font-weight:bold;
text-decoration:none;
}
 ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	padding:0px;
	border:0px;
	line-height:16px;
	color:#6e6c6c;
	margin-bottom:10px;	
	margin:0px 0px 0px 16px;
	
}
li {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	list-style-position: outside;
	list-style-type:circle;
    color:#6e6c6c;
	margin-bottom:2px;	
	margin-left:0px;
	}
	
	
 a.ContentLink:link {COLOR:#234474;FONT-FAMILY:Arial;FONT-SIZE:9pt;FONT-WEIGHT:normal; text-decoration:none;}
 a.ContentLink:active{COLOR:#234474;FONT-FAMILY:Arial;FONT-SIZE:9pt;FONT-WEIGHT:normal; text-decoration:none;}
 a.ContentLink:visited{COLOR:#234474;FONT-FAMILY:Arial;FONT-SIZE:9pt;FONT-WEIGHT:normal; text-decoration:none;}
 a.ContentLink:hover{COLOR:#234474;FONT-FAMILY:Arial;FONT-SIZE:9pt;FONT-WEIGHT:normal; text-decoration:underline;}

