body {
	font-family: arial, helvitca, verdana;
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-family: arial, helvitca, verdana;
	font-size: 24pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2px;
}

h2 {
	font-family: arial, helvitca, verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: arial, helvitca, verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}

form {
	margin: 0px;
}

a {
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

hr {
	margin: 2px;
	color: #CCCCCC;
	align: left;
	width: 94%;
}

.bar {
     width: 94%;
     height: 20px;
     display: block;
     text-align: left;
     font-size: 9pt;
     font-family: arial;
     color: #000000;
     background: #FFCC00;
     padding: 4px,4px,4px,10px;
     border: 1px solid black;
     text-decoration: none;
}

.blockbutton a{
     width: 480;
     display: block;
     text-align: left;
     font-size: 9pt;
     font-family: arial;
     color: #000000;
     background: #EEEEEE;
     padding: 4px,4px,4px,10px;
     border: 1px solid black;
     text-decoration: none;
}

.blockbutton a:hover {
     color: #FFFFFF;
     background: #000000;
}

.blockbutton_small a{
     width: 50px;
     height: 20px;
     text-align: left;
     font-size: 9pt;
     font-family: arial;
     color: #000000;
     background: #EEEEEE;
     padding: 4px,4px,4px,10px;
     border: 1px solid black;
     text-decoration: none;
}

.blockbutton_small a:hover {
     color: #FFFFFF;
     background: #000000;
}


.date { 
	text-align: right;
	font-size: 8pt; 
	font-family: arial;
	color: #000000; 
}


.input {
	font-family: arial, helvitca, verdana;
	font-size: 9pt;
	color: #000000;
	background: #FAFAFA;
	border: 2px solid black;
	padding: 2px;
}

.mainwindow { 
	text-align: left;
	font-size: 9pt; 
	font-family: arial;
	color: #000000;
	padding-right: 16px; 
}

.darker {
	font-size: 9pt;
	font-family: arial;
	background: #FFFFFF;
}

.lighter { 
	font-size: 9pt;
	font-family: arial;
	background: #FFFFFF;
}

.header { 
	font-size: 11pt;
	font-weight: bold;
}

.wrong { 
	color: #FF0000;
}

.message { 
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
}

.submit {
	background: #FFCC00;
	color: #000000;
}

.navlink {
	color: #666666;
	font-size: 8pt;
	padding-left: 20px;
}

.navlink:hover {
	color: #000000;
	font-size: 8pt;
	padding-left: 20px;
}

.footer {
	position: absolute;
	z-index:0;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.nav { 
	margin-bottom: 1px; 
	margin-top: 1px; 
}

.nav a {
	text-align: center;
	text-valign: top;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	width: 120px;
	//height: 20px;
	display: block;
	color: #000000;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 18px;
	margin-right: 1px;
	background-color: #FFFFFF;
	border: 2px #000000 solid;
}

.nav a:hover {
	color:#FFFFFF;
	background-color: #000000;
}
