body {
	margin: 0px;
	color: black;
	background-color: white;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
p, li, blockquote {
	margin-right: 15px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;	
}

a{
	font-weight: normal;
	text-decoration: none;
}

a:link{
	color: #749d30;
	font-weight: normal;
	text-decoration: none
}

a:visited{
	color: #54156d;
	font-weight: normal;
}

a:active{
	color: #54156d;
	font-weight: normal;
	text-decoration: underline;
}

a:hover { 
	color: #54156d;
	font-weight: normal;
	text-decoration: underline;
 } 

a.bar:link,a.bar:visited{
	color : white;
	font-weight: bold;
	text-decoration : none;
}

a.bar:active,a.bar:hover{
	color : #749d30;
	font-weight: bold;
	text-decoration : none;
}

a.navsect:link,a.navsect:visited{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

a.navsect:hover,a.navsect:active{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

blockquote {
	margin-right: 15px;
	font: x-small Arial, Helvetica, sans-serif;
	font-weight: normal;
}

body {
	margin: 0px;
	color: black;
	background-color: white;
}

h1.int {
	color: #54156d;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

h2.int {
	color: #54156d;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

h3.int {
	color: #54156d;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

h1.aw {
	color: #749d30;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

h2.aw {
	color: #749d30;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

h3.aw {
	color: #749d30;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

h1.spon {
	color: #0070b0;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

h2.spon {
	color: #0070b0;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

h3.spon {
	color: #0070b0;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

p.nav {
	margin-right: 15px;
	font: x-small Arial, Helvetica, sans-serif;
	font-weight: normal;
}


ul  	{
	margin-left: 1em;
}

span.int {
	color: #54156d;
	font-size: 90%;
	font-weight: bold;
}

span.aw {
	color: #749d30;
	font-size: 90%;
	font-weight: bold;
}

span.spon {
	color: #0070b0;
	font-size: 90%;
	font-weight: bold;
}

.floatl {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-left: 0px;
}

.floatr {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
}

.small {
	font: xx-small Arial, Helvetica, sans-serif;
	font-weight: normal;
}


hr	{
	color: #54156d;
	background-color: #54156d;
	border: 0px;
	height: 1px;
}

hr.aw	{
	color: #749d30;
	background-color: #749d30;
	border: 0px;
	height: 1px;
}

hr.spon	{
	color: #0070b0;
	background-color: #0070b0;
	border: 0px;
	height: 1px;
}


