/* The first item in this stylesheet will appear first in the RADEditor Control */
.heading1 {
	font-family: Arial, sans-serif;
	color:#e4e4e4;
	font-size:12px;
	font-weight:bold;
}

.heading2 {
	font-family: Arial, sans-serif;
	color:#e4e4e4;
	font-size:11px;
	font-weight:bold;
}

.PageTitle		
{
	font-family:arial,helvetica,sans-serif;
	font-size:14pt; 
	color:#e4e4e4; 
	font-weight:bold; 
	width:100%; 
}

.MainCopy 
{
	font-family:arial,helvetica,sans-serif;
	font-size:12px; 
	line-height:16px;
	color:#e4e4e4;
	margin-bottom:0px;
	font-weight:normal;
}

.MainSmallCopy			
{
	font-family:arial,helvetica,sans-serif;
	font-size:10px; 
	color:#e4e4e4; 
	font-weight:normal; 
	line-height:15px%;
}

a:link {font-family:arial;
font-size:11px; line-height:15px;
color:#e4e4e4;
font-weight:bold;
text-decoration:underline;
}
a:visited {font-family:arial;
font-size:11px; line-height:15px;
color:#e4e4e4;
font-weight:bold;
text-decoration:underline;
}
a:active {font-family:arial;
font-size:11px; line-height:15px;
color:#e4e4e4;
font-weight:bold;
text-decoration:underline;
}
a:hover {font-family:arial;
font-size:11px; line-height:15px;
color:#e4e4e4;
font-weight:bold;
text-decoration:none;
}
 ul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding:0px;
	border:0px;
	line-height:16px;
	color:#e4e4e4;
	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:#e4e4e4;
	margin-bottom:2px;	
	margin-left:0px;
	}

