/**********************************************************************

	This CSS controls typography

**********************************************************************/

html
	{ font-family: Arial, Tahoma, Helvetica, sans-serif;
	  font-size: 102%; }

body
	{ font-size: 62.5%;
	  line-height: 150%;
	  color: #545454; }

h1
	{ font-weight: normal;
	  font-size: 2em;
	  line-height: 1em; }

h2
	{ font-size: 1.75em;
	  font-weight: normal;
	  margin-left: 2px; }

h3
	{ font-size: 1.5em;
	  font-weight: normal; }
	  
h4
	{ font-size: 1.3em;
	  font-weight: normal; }
	  
span.serviceTitle
	{ font-family: arial, tahoma, sans-serif;
	  font-size: 1.3em;
	  font-weight: bold; }

span.feat
	{ color: #008913; 
	  font-weight: bold; }
	  
span.smallGr
	{ font-size: 0.8em; }
	  
span.smallGr
	{ color: #898989 }
	
a
	{ color: #3366cc;
	  text-decoration: none; }
	
a:hover
	{ color: #ff5300;
	  text-decoration: underline; }