﻿@charset "utf-8";
.bold {font-weight: bold}
.redtext {
	color: #FF0000;
	font-weight: bold;
}

.yellowtext {
	color: #FFFF00;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}

/* CSS Document */
body {
	font-family: Verdana;
	font-size: 9pt;
}
form {
	margin-top: 0;
	margin-bottom: 0;
}
table {
		font-family: Verdana;
	font-size: 9pt;
}
h1 {
	font-family: Verdana;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: text-top;
}
h2 {
	font-family: Verdana;
	font-size: 11pt;
	margin-top: 3px;
	margin-bottom: 0;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	word-spacing: 0;
	margin-top: 0;
	margin-bottom: 0;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #663399;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #663399;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #663399;
}
.nowrap {
	white-space: nowrap;
}
.hand {
	cursor: pointer;
}
p {
	margin-bottom: 4px;
	margin-top: 0px;
}
