body,table  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #464646;
}
h1 {
	font-size: 18pt;
	font-family: Calibri, verdana, arial,;
	font-weight: bold;
}
h2,h3 {font-size: 13pt; font-family: arial; font-weight: bold;}
h4 {font-size: 12pt; font-family: arial; font-weight: bold;}
input,select,label {font-size: 8pt; font-family: tahoma,verdana,arial;}

a {
	color: #556B2F;
}
a:hover {color: red;}

.small {font-size: 7.5pt; font-family: verdana,arial;}
.smallwhite {font-size: 7.5pt; font-family: verdana,arial; color: white;}
.smallwhite a {color: white; text-decoration: none;}
.smallwhite a:hover {color: Gray; text-decoration: none;}
.headline {font-size: 12pt; font-family: arial; font-weight: bold;}
.white {color: white; font-family: arial; font-size: 8pt;}
.nav {font-size: 8pt; font-family: tahoma,verdana,arial;}

.navbar {
	background: #3876b3;
	text-align: right;
	font-size: 8pt;
	font-family: Tahoma;
	font-weight: bold;
	color: White;
	padding: 5 px;
}

.navbar a {
	color: white;
	text-decoration: none;
}
.navbar a:hover {
	color: Yellow;
	text-decoration: none;
}
