BODY{
    background: #CCDDFF;
	scrollbar-3d-light-color: #EAF2FE;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #01366A;
	scrollbar-dark-shadow-color: #445979;
	scrollbar-face-color: #6989BB;
	scrollbar-highlight-color: #EAF2FE;
	scrollbar-shadow-color: #C9B09A;
	scrollbar-track-color: #DFCFBF;
	}

table.main {
background-color: #FBF3EA;
border: white 4px dotted;
}

td.backbutton {
font-family: sans-serif;
font-size: 12px;
color: #B67023;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
background-color: #EDCAA3;
padding: 5px;
}

td.title {
font-family: sans-serif;
font-size: 16px;
color: navy;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
padding: 5px;
}

td.subtitle {
font-family: sans-serif;
font-size: 14px;
color: white;
text-decoration: none;
font-weight: bold;
background-color: navy;
border: #81BFFC 1px solid;
text-transform: uppercase;
padding: 5px;
}

td.packagetitles {
font-family: sans-serif;
font-size: 13px;
color: #894D08;
text-decoration: none;
font-weight: bold;
background-color: #FCCDA6;
border: #894D08 1px solid;
text-transform: uppercase;
margin: 0px;
padding: 0px;
line-height: 20px;
}
.packagetitles a:link, .packagetitles a:visited {
font-family: sans-serif;
font-size: 13px;
color: #894D08;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}
.packagetitles a:active, .packagetitles a:hover {
font-family: sans-serif;
font-size: 13px;
color: #FCCDA6;
text-decoration: none;
font-weight: bold;
background-color: #894D08;
display: block;
width: 100%;
text-transform: uppercase;
}

td.progression {
font-family: sans-serif;
font-size: 13px;
color: #B67023;
text-decoration: none;
font-weight: normal;
padding: 3px;
}

td.fieldnames {
font-family: sans-serif;
font-size: 13px;
color: #B67023;
text-decoration: none;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

.fields {
font-family: sans-serif;
font-size: 13px;
color: #894D08;
text-decoration: none;
font-weight: bold;
padding: 2px;
border: #B67023 1px solid;
}

.fields-small {
font-family: sans-serif;
font-size: 13px;
color: #894D08;
text-decoration: none;
font-weight: bold;
padding: 2px;
border: #B67023 1px solid;
width: 28px;
text-align: right;
}

.submitbuttons {
font-family: sans-serif;
font-size: 12px;
color: white;
text-decoration: none;
font-weight: bold;
padding: 2px;
border: #81BFFC 1px solid;
background-color: navy;
}