/*********** main text styles ************/


.h1 {
	font-family: Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1.5em;
	color: #112B74;
	font-weight: lighter;
}

.h2 {
	font-family: Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 0.85em;
	color: #999999;
}

.text {
	font-family: Trebuchet, Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2.0em;
	color: #999999;
}

A	{
	text-decoration: underline;
}

A:hover{
	color: #70C6F4;
	text-decoration: underline;
}