﻿body { font-family: Calibri; background-image: url('images/bg.jpg'); background-position: center; background-repeat: repeat-y; background-color: #01489E; margin: 0px 0px 0px 0px; overflow-y: scroll; }
a { color: darkblue; text-decoration: none; cursor: hand; }
a:hover { color: darkred; text-decoration: none; cursor: hand; }

.TABLE_banner { padding: 0px; margin: 0px; }
.TD_banner { background-image: url('images/banner.jpg'); height: 80px; }
.TD_footer { height: 35px; background-repeat: no-repeat; font-size: smaller; text-align: center; }

.FormLabel { text-align: left; color: Black; vertical-align: top; cursor: help; font-weight: bold; }
.FormLabelRequired { font-weight: bold; text-align: left; color: DarkRed; vertical-align: top; cursor: help; }
.FormControl { text-align: left; }
.FormButton { text-align: center; }

.ContentBox { border: solid 1px darkgray; margin: 5px; }
.ContentBoxHeading { }
.ContentBoxContent { padding: 5px; }