body, td {
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 0.7em;
}

.controlBG{
 	background: #B20000;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=Silver, endColorstr=#B20000);
 }
 
 .controlBTN{
 	background: #Silver;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=White, endColorstr=Silver);
 }

body {
   background-color: #FFFFFF;
   color: #000000;
}

form {
   padding: 0px;
   margin: 0px;
}

.menuItem {
    padding-left: 2px;
    padding-top: 3px;
    padding-bottom: 3px;
}

a {
   text-decoration: none;
   font-weight: normal;
   color: #B20000;
}

a:hover {
   text-decoration: underline;
   font-weight: inherit;
   color: #E5AE0C;
}

a:visited {
   font-weight: normal;
}

a.fat {
   font-weight: bold;
}

a.fat:hover {
   font-weight: bold;
   text-decoration: underline;
}

a.fat:visited {
   font-weight: bold;
}

.titlebarText {
   font-weight: bold;
   color: #FFFFFF;
}

.toolbar {
   background-repeat: repeat-x;
   height: 29px;
   max-height: 29px;
   min-height: 29px;
}

/*.toolbarInput {
   border-style: solid;
   border-color: #D8D2BD #FFFFFF #FFFFFF #D8D2BD;
   border-width: 1px;
}*/

.headline {
   font-weight: bold;
   font-family: Geneva, Arial, Helvetica, sans-serif;
   color: #5A7EDC;
   padding: 0px;
   margin: 0px;
   font-size: 1.3em; 
}

hr {
   border: 0px;
   padding: 0px;
   margin: 0px;
}

.contentBody {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 0.75em;
}

ul.noMargin, ol.noMargin {
   margin: 0px;
   list-style-position: inside;
   list-style-type: disc;
}

.smallFont {
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 0.7em;
}