body {
	/*font-family: 'Trebuchet MS', Verdana, serif;}*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

/* Text Sizes*/

p, ul, li, a {
	font-size: 12px;
	}
h1 {
	font-size:1em;
	}	
h2 {
	font-size: 12px;
	padding-top:0px;
	padding-bottom:10px;
	line-height:15px;
	}			
h3 {
	font-size: 12px;
	}
h5 {
	font-size: 12px;
	font-weight: bold
	}
h6 {
	font-size: 11px;
	font-weight: normal;
	}
a {
	color: #069;
	text-decoration:underline;
	}
a:hover {
	color: #F60;
	text-decoration:underline;
	}

/*Text Colors*/
h2, h3 {
	color:#FF6633;
	}
h4 {
	color:#330099;
	}
h5 {
	color:#069;
	}
h6 {
	color:#6699cc;
	margin-bottom: 3px;
	}
p {
	color: #333;
	}

