/* CSS Document */
body {font-family:  Arial, Helvetica, sans-serif;  margin:0px;}

p {color: #000798; font-size: 75%; margin:0px;}
li{font-size: 75%; }


h1 {font-size: 100%;  margin: 5px 0 5px 0; color:#ff0000;}
h2 { font-size: 90%;  color:#000798; }

input,textarea {
font-family:  Arial, Helvetica, sans-serif;
font-size: 75%;
border: 1px solid #000798;
}

a:link { 	font-size: 100%; text-decoration: none; color: #ffffff;}
a:visited { font-size: 100%; text-decoration: none; color: #ffffff;}
a:hover {	font-size: 100%; text-decoration: underline; color: #ffffff;}

.footertxt{
font-size: 70%;
color:#ffffff;
text-align: center;
background-color: #000798;
}


a.footertxt:link { text-decoration: none; color:#ffffff;}
a.footertxt:visited { text-decoration: none; color:#ffffff;}
a.footertxt:hover { text-decoration: underline; color:#ffffff;
}

.navigation {
font-size: 75%;
background-color: #ff0000;
height: 25px;
color: #ffffff;
}

a.navigation:link { text-decoration: none;}
a.navigation:visited { text-decoration: none;}
a.navigation:hover { text-decoration: underline;
}

.outerborder {
border: 2px solid #000798;

}

.columnlabel {
font-size: 75%;
color:#000798;
}