/* CSS Document */
body {font-family:  Arial, Helvetica, sans-serif;  margin:0px;}

p {color: #000000; font-size: 75%; margin:0px;}
li{color: #000000; font-size: 75%; }

h1 {font-size: 110%;  margin: 5px 0 5px 0; color:#6E1035;}
h2 { font-size: 90%;  color:#6E1035; }

input,textarea {
font-family:  Arial, Helvetica, sans-serif;
font-size: 75%;
border: 1px solid #6E1035;
}

a:link { 	font-size: 100%; text-decoration: underline; color: #6E1035;}
a:visited { font-size: 100%; text-decoration: underline; color: #6E1035;}
a:hover {	font-size: 100%; text-decoration: none; color: #6E1035;}

.footertxt{
font-size: 75%;
color:#6D0F34;
text-align: center;
background-color: #F2E3CE;
padding-top:10px;
}

a.footertxt:link { text-decoration: underline; color:#6D0F34;}
a.footertxt:visited { text-decoration: underline; color:#6D0F34;}
a.footertxt:hover { text-decoration: none; color:#6D0F34;
}

.navigation1 {
background-color: #6D0F34;
height: 25px;
color:#ffffff;
}

a.navigation:link { text-decoration: none;color:#ffffff;font-size: 75%;}
a.navigation:visited { text-decoration: none;color:#ffffff;font-size: 75%;}
a.navigation:hover { text-decoration: underline;color:#ffffff;font-size: 75%;}

.outerborder {
border: 1px solid #fffff;

}

.columnlabel {
font-size: 75%;
color:#6D0F34;
font-weight:bold;
}