BODY{
    background: white url('images/bg.jpg');
	scrollbar-3d-light-color: #F0F1EE;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #898D7A;
	scrollbar-dark-shadow-color: #B0B3A3;
	scrollbar-face-color: #D4D6CA;
	scrollbar-highlight-color: #F0F1EE;
	scrollbar-shadow-color: #898D7A;
	scrollbar-track-color: white;
	}
	
table.main {
background-color: white;
border: #D82C2A 2px solid;
}

.pictures {
border: #898D7A 4px solid;
}

h1 {
font-family: verdana, sans-serif;
font-size: 13px;
color: #575B49;
font-weight: bold;
text-transform: uppercase;
}

h2 {
font-family: verdana, sans-serif;
font-size: 15px;
color: #7A7F6A;
font-weight: bold;
}

td.topnav {
background-color: #D82C2A;
font-family: verdana, sans-serif;
font-size: 11px;
color: white;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 0px;
line-height: 30px;
text-transform: uppercase;
}
.topnav a:link, .topnav a:visited {
font-family: verdana, sans-serif;
font-size: 11px;;
color: white;
text-decoration: none;
font-weight: bold;
border-left: #D82C2A 1px solid;
border-right: #D82C2A 1px solid;
}
.topnav a:active, .topnav a:hover {
font-family: verdana, sans-serif;
font-size: 11px;
color: white;
text-decoration: none;
font-weight: bold;
background-color: green;
display: block;
width: 100%;
border-left: white 1px solid;
border-right: white 1px solid;
}

td.pagetitle {
background-color: green;
font-family: verdana, sans-serif;
font-size: 12px;
color: white;
font-weight: bold;
text-decoration: none;
padding: 3px;
line-height: 15px;
text-transform: uppercase;
}

td.text {
font-family: verdana, sans-serif;
font-size: 12px;
color: #575B49;
text-decoration: none;
font-weight: normal;
padding: 7px;
}
.text a:link, .text a:visited {
font-family: verdana, sans-serif;
font-size: 12px;
color: #D82C2A;
text-decoration: none;
font-weight: bold;
}
.text a:active, .text a:hover {
font-family: verdana, sans-serif;
font-size: 12px;
color: #D82C2A;
text-decoration: underline;
font-weight: bold;
border-bottom: #D82C2A 1px solid;
}

td.footer {
font-family: verdana, sans-serif;
font-size: 10px;
color: #FDBDBD;
text-decoration: none;
font-weight: bold;
padding: 7px;
background-color: #D82C2A;
}
.footer a:link, .footer a:visited {
font-family: verdana, sans-serif;
font-size: 10px;
color: white;
text-decoration: none;
font-weight: bold;
}
.footer a:active, .footer a:hover {
font-family: verdana, sans-serif;
font-size: 10px;
color: white;
text-decoration: underline;
font-weight: bold;
}

.fieldnames {
font-family: verdana, sans-serif;
font-size: 11px;
color: #666666;
text-decoration: none;
font-weight: normal	
}

.fields {
font-family: sans-serif;
font-size: 11px;
color: green;
text-decoration: none;
font-weight: bold;
border: gray 1px solid;
padding: 2px;
}

.submitbuttons {
font-family: sans-serif;
font-size: 11px;
color: white;
text-decoration: none;
font-weight: bold;
background-color: green;
border: white 1px solid;
}