﻿@charset "utf-8";
/* General Body Text */

body, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

li { list-style-type: none;
	background: url(images/bullet.gif) no-repeat scroll 0 4px;
	padding-left: 17px;
	margin-left: -20px;
	margin-bottom: 8px;
}


A:link				{
	color: #0d3264;
} 
A:visited			{
	color: #0d3264;
}
A:hover				{
	color: #0d3264;
}

/* headings and footers */

.head {
	margin:0;
	offset: 0;
	color: #0d3264;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.subhead {
	color: #0d3264;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
}
.footer1, .footer1 a:link, .footer1 a:active, .footer1 a:visited, .footer1 a:hover {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer2, .footer2 a:link, .footer2 a:active, .footer2 a:visited, .footer2 a:hover {
	color: #999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


