body, input, textarea, select
{
   font-family: verdana;
}

body
{
   background-color: #EEEEEE;
   margin: 0px;
   text-align: center;
}

a,
a:active,
a:link,
a:visited
{
   color: #880B23;
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

form
{
   margin: 0px;
}

hr
{
   height: 1px;
   color: #880B23;
}

p
{
   line-height: 125%;
}

img
{
   border: 0px;
}

th
{
   border-bottom: 1px solid #880B23;
   font-weight: normal;
   text-align: left;
   vertical-align: bottom;
}


.alert
{
   color: #880B23;
}

.buttons
{
   font-size: 70%;
   margin-top: 20px;
   text-align: center;
}

.buttons input
{
   margin-right: 5px;
   width: 75px;
}

.center
{
   text-align: center;
}

.help
{
   cursor: help;
}

.hidden
{
   display: none;
}

.label
{
   width: 30%;
}

.page_numbers li
{
   display: inline;
   margin-left: 5px;
}

.page_numbers_current_page
{
   font-weight: bold;
}

.number
{
   text-align: right;
}

.required
{
   border: 1px solid #880B23;
}

.show
{
   display: block;
}

.value
{
   width: 70%;
}
