﻿a:link {
	color: #333300;
	text-decoration: underline;
}

a:visited {
	color: #898967;
	text-decoration: none;
}

a:hover {
	color: #333300;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a.sub:link {
	color: #333333;
	text-decoration: none;
}

a.sub:visited {
	color: #6600FF;
	text-decoration: none;
}

a.sub:hover {
	color: #233855;
	font-weight: bold;
	text-decoration: none;
}

a.sub:active {
	color: #333333;
	text-decoration: underline;
}

body {
	background-color: #cccc99;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;	
}

h1 {
	color: #333300;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

ul {
	list-style-type: disc;
	margin-left: 15px;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
	margin-right: 20px;
	padding-left: 0px;
	}
.Note {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	text-align: center;
}
.Question {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
}
.Answer {
	margin-left: 20px;
}
input {
	font-size: 10px;
	font-weight: bold;
	color: #333300;
}
.DOTline {
	font-size: 8px;
	font-weight: bold;
	color: #898967;
	letter-spacing: 2px;
	text-align: center;
}
