HTML,BODY {
	font-family: Arial,Geneva;
	font-size: 12px;
	margin: 0; 
	padding: 0; 
	height: 100%;
	background: #fdfbcb;
}


TD {
	font-family: Arial,Geneva;
	font-size: 12px;
}


H1 {
	font-family :  Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000000;
	}


H2 {
	font-family :  Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	
}
.H2white{
	font-family :  Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	
}

.small {	
	font-family: Arial,Geneva;
	font-size: 10px;
	color : black;
}
.header {	
	font-family: Arial,Geneva;
	font-size: 15px;
	color : white;
	font-weight : bold;
}
input {	
	font-family: Arial,Geneva;
	font-size: 11px;
	color : black;
}
textarea{	
	font-family: Arial,Geneva;
	font-size: 11px;
	color : black;
	width: 460px;
}

.inputform {	
	font-family: Arial,Geneva;
	font-size: 11px;
	color : black;
	width: 400px;
}
.textareaform{	
	font-family: Arial,Geneva;
	font-size: 11px;
	color : black;
	width: 400px;
}
.warning {
	font-family: Arial,Geneva;
	font-size: 11px;
	background: #fdfbcb;
	
}
.alternate {
background-color:#fdfbcb;
}

A {
color: black;
font-family: sans-serif,Arial,Geneva;
font-size: 12px;
text-decoration : underline;
}
A:hover {
color: black;
font-family: sans-serif,Arial,Geneva;
font-size: 12px;
font-weight: bold;
text-decoration : underline;
}
A:visited {
color: black;
font-family: sans-serif,Arial,Geneva;
font-size: 12px;
text-decoration : underline;
}

