@charset "utf-8";
/* CSS Document */

.nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: medium;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
.formslayout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
.header {
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
.medium {
	font-family: Arial;
	font-size: .8em;
}
.formtable {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #FFFF33;
}
.smallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}
.border {
	font-family: Arial;
	font-size: .9em;
	border: 1px solid #999999;
}
