BODY {
    padding: 0;
    margin: 0;
    color: #010101;
    font-weight: normal;
    font-size: 0.7em;
    font-family: Verdana;
    background-color: #FFFFFF;
}
TD {
    color: #010101;
    font-weight: normal;
    font-size: 0.7em;
    font-family: Verdana;
}
A {
	color: #006AAC;
}
H1 {
	text-transform: uppercase;
	color: #006AAC;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Tahoma;
	margin: 0;
}
H2 {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    font-size: 1.0em;
    font-family: Tahoma;
    margin: 0;
}
INPUT {
    color: #010101;
    font-weight: normal;
    font-size: 0.8em;
    font-family: Verdana;
}

/*** Backgrounds ***/
.back1 {
	background-color: #006AAC;
}
.back2 {
	background-color: #E9EEF3;
}
.back3 {
    background-color: #D7E7BD;
}

/*** Fonts ***/
.font1 {
    color: #44522A;
    font-size: 9;
    font-weight: normal;
    font-family: Tahoma;
}
.font2 {
    font-size: 0.75em;
}
.font3 {
    color: #BDBDBD;
    font-size: 0.6em;
    font-weight: bold;
    font-family: Arial;
}
.font4 {
    color: #737A63;
    font-size: 1em;
    font-weight: bold;
    font-family: Arial;
}
.font5 {
	font-size: 0.7em;
	font-weight: bold;
	font-family: Verdana;
}

/*** Links ***/
a.header {
	color: #006AAC;
	text-decoration: none;
	font-weight: bold;
	font-size: 11;
	font-family: Arial;
}
A.new {color: #336699; font-weight: bold; text-decoration: none;}
A.footer:{color: #BDBDBD; font-size: 0.9em;}

/*** Borders ***/
.border1 {
    border-left: 1px solid #D6E7BD;
}