body {
	background: #FFFFFF;
	margin: 0px;
}

tr,td,th,body
{
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}
a,a:active,a:visited,a:hover {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #4C619D;
	color: #000000;
}
a:hover {
	color: #CC0000;
	border-bottom: 1px dashed #000000;
}
th,tr,td {
	vertical-align: top;
}
img {
	border: 0px;
}
hr {
	text-align: left;
	border: none 0;
	border-top: 1px dashed #CC0000;
	height: 1px;
}
.newhr {
	text-align: left;
	border: none 0;
	border-top: 1px solid #7C87A5;
	height: 1px;
}
input,.input {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 8pt;
	height: 18px;
	width: 250px;
}
.input2 {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 8pt;
	height: 25px;
	width: 250px;
}
textarea {
	border: 1px solid #999999;
	background: #FFFFFF;
	font-size: 8pt;
	height: 150px;
	width: 250px;
}
table {
	border-collapse: collapse;
}
h1 {
	font-size: 22pt;
	font-weight: normal;
	font-family: Georgia;
	color: #000000;
	font-variant: small-caps;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 16pt;
	font-weight: normal;
	font-family: Georgia;
	color: #4C619D;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
ul {
	margin-left: 0;
	padding-left: 2em;
}
li {
	list-style-type: square;
	margin: 0;
	padding: 0;
}
b {
	font-variant: small-caps;
}
.pad {
	padding-left: 10px;
	padding-bottom: 2px;
}
.menu {
	border-left: 5px solid #FFCC00;
	padding-left: 10px;
	font-size: 16pt;
	font-weight: normal;
	font-family: Georgia;
	color: #000000;
	font-variant: small-caps;
	background: #E7E8EB;
}
a.source,a.source:active,a.source:visited,a.source:hover {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;
	border: 0px;
	color: #000000;
}
a.source.source:hover {
	color: #CC0000;
}
.dropcap {
	float:left;
	color:#444444;
	font-size:50px;
	line-height:30px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
}