body, p, td, div, blockquote, dl, ul, ol, select, input, textarea, form
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

h3{
	font-family: Verdana, Arial, helvetica, sans-serif;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

th
{
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

tr.review{
	background-color: #cfd3de;
}

table{
	border: none;
	padding: 3px;
	background-color: White;
}

table.border{
	border: 1px solid Black;
	padding: 3px;
}

td.highlighed{
	font-weight: bold;
	color: darkred;
}

.regular{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black;
}

input {
	border: 1px solid Black;
}

textarea{
	width: 200px;
	height: 100px;
}

input.no_border{
	border: none;
}

input.radio{
	border: none;
}

input.button{
	background-color: white;
	border: darkred outset 2px;
	font-weight: bold;
	color: Black;
}

td.note{
	font-size: 10px;
}

td.title{
	font-size: 18px;
	color: darkred;
	text-align: center;
}

td.bold{
	font-weight: bold;
}

.bold{
	font-weight: bold;
}

.center{
	text-align: center;
}

a:active { color: darkred; }

a:hover { color: yellow; }

a:visited { color: darkblue; }

a:link { color: darkgreen; }

a.review:link {
	color: Blue;
}

a.review:visited {
	color: Blue;
}

a.review:hover {
	text-decoration: none;
}

a.review:active {
	color: Blue;
}

.italic {
	font-style: italic;
}

table.waiver{
	color: Black;
	text-align: justify;
}

ol{
	list-style: lower-roman;
}