/* 
	CSS Author: Drew Bartlett
	CSS For Headings, Spans, Ps And All Text Elements
*/

/*-------------------------------------------------- Heading Tags --*/
#full h2
{
	background: #0046d2 url(images/footerbg.png) repeat-x top;
	border-bottom: solid 1px #a6a6a6;
	color: #fff;
	font-size: 18pt;
	margin: 0px 0px 0px -10px;
	padding: 5px 5px 5px 15px;
	width: 908px;
}


h3
{
	background: #0046d2 url(images/footerbg.png) repeat-x top;
	border: solid 1px #a6a6a6;
	border-bottom: 0;
	color: #fff;
	font-size: 16pt;
	margin: 0px 0px -5px 0px;
	padding: 5px 5px 5px 15px;
}