/* The first item in this stylesheet will appear first in the RADEditor Control */
/* The first item in this stylesheet will appear first in the RADEditor Control */
h1 {
	font-family:Arial; 
	font-size:16px; 
	color:#9b3739; 
	font-weight:bold; 
}

h2 {
	font-family:Arial; 
	font-size:14px; 
	color:#9b3739; 
	font-weight:bold; 
}

h3		
{
	font-family:Arial; 
	font-size:12px; 
	color:#9b3739; 
	font-weight:bold; 
}

.SubTitle
{
	font-family:Arial; 
	font-size:11px; 
	font-weight:bold; 
	color:#51545a; 
	font-weight:bold; 
}

.MainCopy 
{
	font-family:Arial;
	font-size:11px; 
	line-height:16px;
	color:#828080;
	font-weight:normal;
	line-height:130%;
}

.MainSmallCopy			
{
	font-family:Arial; 
	font-size:10px; 
	color:#828080;
	font-weight:normal; 
	line-height:130%;
}

a:link{color:#9b3739;font-size:11px; font-weight:bold; text-decoration:underline;  }
a:visited{color:#9b3739;font-size:11px; font-weight:bold;text-decoration:underline;}
a:active{color:#9b3739;font-size:11px; font-weight:bold;text-decoration:underline;}
a:hover{color:#9b3739;font-size:11px; font-weight:bold;text-decoration:underline;}

a.ContentLink:link 
{
	font-family:arial;
	font-size:11px; line-height:15px;
	color:#965253;
	font-weight:bold;
	text-decoration:underline;
}

a.ContentLink:visited 
{
	font-family:arial;
	font-size:11px; line-height:15px;
	color:#965253;
	font-weight:bold;
	text-decoration:underline;
}
a.ContentLink:active 
{
	font-family:arial;
	font-size:11px; line-height:15px;
	color:#965253;
	font-weight:bold;
	text-decoration:underline;
}
a.ContentLink:hover 
{
	font-family:arial;
	font-size:11px; line-height:15px;
	color:#965253;
	font-weight:bold;
	text-decoration:none;
}

li
{
	list-style-type:disc; 
	list-style-position:outside;
	color:#828080;
	font-family:Arial;
	font-size:11px; 
	line-height:16px;
	font-weight:normal;
	line-height:130%;
	padding-bottom:5px;      
}


.ContentTable
{
	background-color :#ccc;
	margin: 1px 1px 1px 1px;
	border-collapse:separate ;
	width:95%; 
}


.ContentTable td
{
	background-color :#ffffff;
	height:11px;
	padding:5px;  
	vertical-align :top ;
	font-family:Arial;
	font-size:11px; 
	line-height:16px;
	font-weight:normal;
	line-height:130%;
}

hr{height:1px; color:#ccc; }