/*	Default CSS Styles for the Employee Contact Tables	*/
/*	If embedding styles into a companies own CSS file, must include the 
	ID and CLASS definitions listed below.	*/


/* HTML TAG Style Definitions */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0px;
}


h1 {
	font-size: 16px;
	line-height: 20px;
	color:#fff;
	margin: 10px 0;
	padding: 0;}
h6	{
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	margin: 25px 0 10px 0;
	padding: 0;}	
p {	
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	margin: 5px 0;
	padding:0;}

a:link {
	text-decoration: underline;
	color: #fff;}
a:visited {
	text-decoration: underline;
	color: #fff;}
a:hover {
	text-decoration:underline;
	color: #ccc;}
a:active {
	text-decoration: underline;
	color: #ccc;}
	
/* ID Style Definitions	*/			

/* Used to style the E-mail Form */	
#emailform {
	font-size: 11px;
	line-height: 15px;
	color: #000;
	margin: 5px 0;
	padding:0;
	clear:both;}	

/* Class to indicate Form Fields that were not verified by Form checker */	
.invalid {
	background-color: #ccc;
	border: 1px solid #CC0000;}			

/* Footer so the Image and Text will float properly */	
div#bioFoot {
	clear: both;}		
div#bioFoot h6	{
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	font-style: italic;
	text-align:right;
	color: #000;
	margin: 25px 0 10px 0;
	padding: 0;}
div#bioFoot a:link, div#bioFoot a:visited {
	color: #000;
	text-decoration: underline;}
div#bioFoot a:hover {
	color: #999;
	text-decoration: underline;}
div#bioFoot a:active {
	color: #ccc;
	text-decoration: underline;}			
		