* {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #000000;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: underline;
	font-weight:bold;
	
}
a:visited {
	text-decoration: underline;
	font-weight:bold;
	
}
a:hover {
	text-decoration: underline;
	font-weight:bold;
	
}

a:active {
	text-decoration: underline;
	font-weight:bold;
	
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  
}

#fTable TD {padding:3px;}

.formElement1 { width:195px; border:1px solid #1D035E;background-color:#DCEFE1;color:#000000}
.formElement2 { width:130px; border:1px solid #1D035E;background-color:#DCEFE1;color:#000000}
.formElement3 { width:55px; border:1px solid #1D035E;background-color:#DCEFE1;color:#000000}
.formElement4 { width:195px; border:1px solid #1D035E;background-color:#DCEFE1;color:#000000}


.footer {
	font-size: 12px;
	color: #006600;
	font-weight: normal;
}
a.footer:link {
	font-size: 12px;
	font-weight: normal;
	color:#006600;
	text-decoration:none;
}
a.footer:visited {
	font-size: 12px;
	font-weight: normal;
	color:#006600;
	text-decoration:none;
}
a.footer:hover {
	font-size: 12px;
	font-weight: normal;
	color:#006600;
	text-decoration:underline;
}
a.footer:active {
	font-size: 12px;
	font-weight: normal;
	color:#006600;
	text-decoration:none;
}


.navi {
    font-weight:bold;
	color:#009966;
}

a.navi:link {
    font-weight:bold;
	color:#009966;
}

a.navi:visited {
    font-weight:bold;
	color:#009966;
}

a.navi:hover {
    font-weight:bold;
	color:#009966;
	text-decoration:underline;
}

.navi:active {
    font-weight:bold;
	color:#009966;
}

