html, body {
 height: 100%;
 width: 100%;
 color: #000000;
 background-color: #3251A1;
 font-family: verdana, tahoma,helvetica;
 padding:0px;
 margin:0px;
}

body a:link, body a:visited, body a:active {
 color: #000000;
 font-weight : bold;
 text-decoration: none;
}

body a:hover {
 color: #000000;
 font-weight : bold;
 text-decoration: underline;
}

.navifont {
 font-size: 12px;
 font-weight: bold;
 font-family: verdana, tahoma,helvetica;
}

.copyright {
 font-size: 10px;
 padding: 5px;
 font-family: verdana, tahoma,helvetica;
}

.smallfont {
 font-size: 10px;
 font-family: verdana, tahoma,helvetica;
}

.normalfont_white {
 font-size: 11px;
 color: #ffffff;
 font-family: verdana, tahoma,helvetica;
}

.headline {
 font-size: 14px;
 font-family: verdana, tahoma,helvetica;
}

input, textarea, select {
	font-size: 12px;
	color: #000000;
	background-color: #F9F5F5;
	font-family: verdana, tahoma,helvetica;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0;
}