
body {
	padding-left: 10px;
	padding-top: 20px;
	
   	scrollbar-3dlight-color:    rgb(255,255,255);   
	scrollbar-arrow-color:      rgb(255,255,255);   
	scrollbar-base-color:       rgb(0,114,188);   
	scrollbar-darkshadow-color: rgb(0,76,115);   
	scrollbar-highlight-color:  rgb(0,114,188);   
	scrollbar-shadow-color:     rgb(0,0,0);   
	scrollbar-track-color:      rgb(0,76,115);
	
	background-attachment: fixed;	
}

.formular
{
	background-color: #C2D3EC;
	color: #000000;
	border: 1px solid #006FBB;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	height: 20px;
	width: 370px;
}

.checkbox
{
	background-color: #C2D3EC;
	color: #000000;
	border: 1px solid #006FBB;
}

.newshead
{
	width: 100%;
	background-color: #C2D3EC;
	padding: 4px;
	font-weight: bold;
}

body, p, pre, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006FBB;
}

#nav p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EC262E;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #005CB1;
}

a:hover
{
	text-decoration: underline;
	color: #005CB1;
}

#nav a:link, #nav a:visited, #nav a:active
{
	font-size: 14px;
	font-weight: bold;
	color: #EC262E;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}