@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #001515;
	background-color: #FFFFFD;

}
A:link		{
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:visited	{
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:hover		{
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:active	{ color: #FC6; }

H1, H2, H3, P, UL, OL, LI, DL, DT, DD, FORM, FIELDSET, BLOCKQUOTE, IMG {
	margin: 0;
	border: 0;
	padding: 0;
}

H1 {
	padding: 0.4em 0 0.4em;
	font-size: 14pt;
	font-weight: normal;
	color: #003333;
	text-transform: capitalize;
}
H1 .light {
	color: #998F7A;
}
H2 {
	padding: 0.8em 0 0.2em;
	color: #003333;
	font-size: 130%;
}
H2 A:link	{ color: #FEC; }
H2 A:hover	{ color: #FFF; }
H3 {
	padding: 0.8em 0 0.2em;
	font-size: 100%;
	color: #FFF;
}
.sub_head {
	font-family: Perpetua;
	font-size: 22px;
	font-weight: bold;
	color: #660000;
	text-transform: capitalize;
}
.sub_head2 {
	font-family: Perpetua;
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
	text-transform: capitalize;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
	list-style-image: url(images/bullet.gif);
	list-style-position: inside;
	font-weight: normal;
	font-style: italic;
}
.sub_line {
	font-family: Perpetua;
	font-size: 16px;
	color: #660000;
	font-weight: bold;
	text-transform: capitalize;
}

.footer 
{
	text-align:left;
	margin-top:2px;
	width:776px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #660000;
}
.B:link		{
	color: #99CC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.B:visited	{
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.B:hover		{
	color: #99FF33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.B:active	{ color: #FC6; }

.C:link		{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.C:visited	{
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.C:hover		{
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.C:active	{
	color: #000000;
	text-decoration: none;
}


.D:link		{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.D:visited	{
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.D:hover		{
	color: #FFFF66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.D:active	{
	color: #FFFFFF;
	text-decoration: none;
}
div.scroll {
	height: 320px;
	width: 520px;
	overflow: auto;
	
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}