body {
	background-color: #4A4A4A;
}

body, p, td {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: black;
	font-size: 24px;
	margin-top: 18px;
	margin-bottom: 40px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	border-bottom: black solid 2px;
}

h2 {
	color: #333;
	font-size: medium;
	font-weight: bold;
}

.note { color: Red;  font-weight: bold;  }

.sidebar {
	border: solid;
	border-color: #333333;
	background-color: White;
	border-width: 1px;
	margin-left: 24px;
	padding: 10px;
	font-size: 11px;
}

.footer {
	color: #A9A9A9;
	font-size: 10px;
}

.small {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

.smaller {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-weight: normal;
}

a:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #CC3333;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
.testim {
	margin-left: 3em;
	margin-right: 3em;
	color: Gray;
	font-size: smaller;
}

.nav2 a:link {
	color: white;
	text-decoration: none;
}

.nav2 a:visited {
	color: white;
	text-decoration: none;
}

.nav2 a:active {
	color: white;
	text-decoration: none;
}

.nav2 a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

.nav2 {
	font-size:14px;
	color: white;
	font-weight: bold;
	font-style: normal;
	padding-left:5px;
	padding-right:5px;
	background-color: #066E86;
}

.nav2-cur {color: #ddd;}