	
/*paragraph content styling*/
p   {
	color: #666666;
	font-size: 13px;
	font-family: Arial,helvetica, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height : normal;
	}
/*corywrite*/	
.copy		{
	color: #666666;
	font-size: 10px;
	font-family: Arial,helvetica, Verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height : normal;
			}
/*background*/	
.bg		{
			background-image: url('../images/bg.gif');
			background-repeat: repeat-x; 
			background-position: top left;
			}

/*large titles*/				
H1 	{
	color: #000000;
	font-size: 40px;
	font-family: Arial,helvetica, Verdana, sans-serif;
	font-weight: lighter;
	margin : -10px 0px 5px 0px;
	}
	
/*medium titles*/	
H2 	{
	color: #000000;
	font-size: 20px;
	font-weight: lighter;
	font-family: Arial,helvetica, Verdana, sans-serif;
	margin : 5px 0px 5px 0px;
	}
	
/*small titles*/		
H3 	{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,helvetica, Verdana, sans-serif;
	margin : 0px 0px 5px 0px;
	}

/*bolding text*/		
strong 	{
		color: #fc1921;
		font-size: 13px;
		font-family: Arial,helvetica, Verdana, sans-serif;
		font-weight: bold;
		}

/*unordered list*/	
ul   	{ color: #666666; 
		margin: 0px auto 15px auto; 
		}
		
/*ordered list*/			
ol   	{ 
		color: #666666; 
		margin: 0px auto 15px auto; 
		}
		
/*bullets*/		
li   	{ color: #666666; 
		font-size: 13px; 
		font-family: Arial,helvetica, Verdana, sans-serif;
		margin: 0px 0px 5px 0px;
		/*list-style-image: url("../images/bullet.gif"); */
		}

/*horizontal rules*/		
hr 		{  height:1px; 
		color:#fc1921; 
		margin: 0px 0px 5px 0px;
		}

/*content links*/		
A         { color: #fc1921; text-decoration: none;}
A:link    { color: #fc1921; }
A:hover   { color: #fc1921; text-decoration: underline;}
A:active  { color: #fc1921; }
A:visited { color: #fc1921; }

