.bodyText{ font-family: verdana; }
form, h1{ margin: 0px; }
a{ text-decoration: none; }
.upper{ text-transform: uppercase;  }
.capper{ text-transform: capitalize; }

.bottomLeftBorder{
border-top: 0px;
border-right: 0px;
}

.bottomRightBorder{
border-top: 0px;
border-left: 0px;
}

.topLeftBorder{
border-bottom: 0px;
border-right: 0px;
}

.topBorder{
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

.bottomBorder{
border-top: 0px;
border-right: 0px;
border-left: 0px;
}


.leftBorder{
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
}

.sideBorder{
border-left-width: 10px;
border-right-width: 10px;
border-bottom: 0px;
border-top: 0px;
}

.smallText{
font-size: 10px;
font-family: verdana;
text-decoration: none;
}

.mediumText{
font-size: 12px;
font-family: verdana;
text-decoration: none;
}

largeText{
font-size: 12px;
font-family: verdana;
text-decoration: none;
}

.inputText{
border: 0px;
font-weight: bold;
font-size: 10px;
font-family: verdana;
color: #000000;
padding: 3px;
}

.inputSubmit{
font-weight: bold;
font-size: 10px;
font-family: verdana;
color: #000000;
border: 0px;
padding: 3px;
}

.gradient{
background: #FFFFFF url('/data/template/images/gradient.gif') repeat-x;
}
.formButton{
font-weight: bold;
padding: 2px;
margin: 0px;
}

.noteAlert{ background: url('/alert.gif'); }
.alert{ background: url('/alert.gif'); }

.borderContent{
border-left-width: 10px;
border-right-width: 10px;
border-bottom: 0px;
border-top: 0px;
}

table { empty-cells: hide }

div.menu{  }
div.menu .menuDropDown{ display:none; position: absolute; }
div.menu:hover .menuDropDown{ display:block; }
