/*******************************
 *
 *		  	typo.css
 *			
 * 	  
 *		
 *
 *	This CSS deals with typography
 */

html
{
	font-size: 100%;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

h1
{

}

h2
{
	padding-bottom: 15px;
	color: #660000;
	font-weight: normal;
	font-size: 200%;
}

h3
{
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 110%;
}

h3.tableheader
{
	padding-bottom: 10px;
	font-weight: normal;
	color: #000033;
}

ul
{
	color: #006600;
}

ul a
{
	color: #0000FF;
}

p
{
	padding-bottom: 10px;
}

.clear
{
	line-height: 0;
}

#nav
{
	color: #ffffff;
	text-transform: uppercase;
}

a {
text-decoration: none;
} 

a:hover
{
	text-decoration: underline;
}

/* #nav a
{
}

#nav a:hover
{
}

#nav .active
{
}

#content a
{
}

*/

/* color classes */

.bluetext
{
	color: #0033FF;
}

.blacktext
{
	color: #333333;
}

.redtext
{
	color: #FF0000;
}
