body
{
	color:#3a3a3a;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-style: normal; 
    font-weight: normal;
	font-size:0.7500em;
	letter-spacing: 0em;
			
}

h1, h2, h3, h4, h5, h6 
{
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	letter-spacing: 0px;
	font-style: normal; 
	font-weight: bold;
}

h1, h2,h3 {color:#3a3a3a;}

 h4, h5, h6 {color:#000000;}	
	
/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */

h1 {
	margin:0.5em 0 0 0;
	font-size: 1.6em;
	
}
h2 {
    margin:0.5em 0 0 0;
	font-size: 1.4em;

}
h3 {
    margin:0.5em 0 0 0;
	font-size: 1.2em;

}
h4 {
	margin: 0.5em 0;
	font-size: 1.6em;

}
h5 {
	margin: 0.5em 0;
	font-size: 1.4em;
}
h6 {
	margin: 0.5em 0;
	font-size: 1.2em;
}
p  {
	margin: 1em 0;
	line-height: 1.5em;
}

td
{
	font-size: .75em; 
}

span
{
	font-family: Arial, Verdana, Helvetica; 
	background-color: #a9a9a9; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 1em; 
	color: #000000;
}


a 
{
	text-decoration:underline;
	font-family : Arial, Verdana, Helvetica; 	
}

a[name]
{  
	color: #3a3a3a;
	text-decoration: none;
}
a[name][href]
{  
	color: #0000ff;
	text-decoration: underline;
}

a:hover 
{
	text-decoration:none;
}



a:link 
{ 	color : #0000FF; 
	text-decoration : underline; 
}


a:visited 
{
	color : #800080; 
	text-decoration : underline; 
}
