/* CSS Document */

/* Typography Styles ----------------------------------------*/

/* UNDO STYLES */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
	
/* Link Styles --------------------------------------------------------------*/
a	{
	color: #6491B4;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none; 
	color: #959595;
	}
	
/* Main Font Styles --------------------------------------------------------------*/
h1, h2, h3 { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; 
	color: #6491B4;
	padding: 15px 0 15px 0;
	}
h1 { 
	font-size: 1.8em; 
	font-weight: normal; 
	padding-top: 0; 
	}
h2 { font-size: 1.4em;}
h3 { font-size: 1.2em;}
	
h4, h5, h6 { 
	font-weight: bold; 
	color: #959595;
	padding: 15px 0 15px 0;
	}
h4 { font-size: 1.0em;}
h5 { font-size: 1.0em;}
h6 { font-size: 0.9em;}

p {
	padding: 0 0 20px 0;
	line-height: 24px; 
	font-size: 0.90em; 
	color: #959595;
	}
	
td, th {
	font-size: 1em;
	padding: 2px;
}