body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0;
}

.headerback {
	background-image: url(../images/header_background.jpg);
	background-repeat: repeat-x; background-position: 0 45px;
	}
	
p	{
	margin-left: 15px;
	}
	
h1	{
	color:#000066;
	font-size: 14px;
	margin-left: 15px;
	}
	
.biggertext	{
	color: #000066;
	font-size: 14px;
	font-weight: bolder;
	}
	
.subblue {
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	}
	
.suborange {
	color:#FF6600;
	font-size: 13px;
	font-weight: bold;
	}
	
li	{
	list-style-type: square;
	}
	
.tint_gray	{
	background-color:#F7F7F7;
	}
	