* { font: 12px arial; 
	color: #222;
}

* img { border:0;}

/* site copy coloring */

.date_item {

	color:#007dc1;
	font-weight: normal;
}

.site_copy {
	color:#222;
	font-weight: normal;
	line-height: 1.5em;
}

.quoted {
	color: maroon;

	line-height: 1.5em;
	font-style: italic;
	font-family: tahoma;
	font-weight: normal;
}

.quoted_person {
	color: maroon;

	line-height: 1.5em;
	font-style: italic;
	font-family: tahoma;
	font-weight: bold;

}

h1 {
	color:#007dc1;
	font-weight: bold;
	font-size: 1.2em;

}

.cs_section_title {
	color: maroon;
	font-family: tahoma;
	font-weight: bold;
	}
	
.gen3callout {
	font-weight: bold;
}

/*

	Default styling for links

*/

 a:link { 
    color: #007dc1; 
    font-weight: bold;
	font-family: tahoma;
	text-decoration: none;
} 


a:visited { 
	font-weight: bold;
    color: #368ae2; 
   	text-decoration: none;
} 
a:hover { 
    color: #083360; 
    text-decoration: underline; 
    
} 

.footer_link:link, .footer_link:visited {
	color: #333;
	font-size: 9px; 
    font-weight: normal;
	font-family: arial;
	text-decoration: none;

}

.footer_link:hover { 
    color: #000; 
    text-decoration: underline; 
   
} 




/* Taken from current site for form */

.style19 {
	font-size: 11px;
}


