/* CSS Document */

body
{
background-color: #eeeeee; 
font-family: 'Trebuchet MS', Tahoma, Verdana; 
color: #555555;
}

.whitetable
{
background-color: #ffffff;
}
.greytable
{
background-color: #f9f9f9;
}
.textbox
{
font-size: 0.85em;
padding-top: 0.5em;
margin-left: 7px;
margin-right: 7px;
text-align: justify;
}
#emphasis
{

font-size: 0.9em;
font-style: italic;
}
#emphasisplus
{
color: #9a6868;
font-size: 0.9em;
font-style: italic;
font-weight: bold;
}
#highlight
{
color: #9a6868;
}
#nav
{
font-size: 0.8em;
height: 25px;
padding-top: 3px;
text-align: center;
color: #9a6868;
/*border-right: solid black 1px;*/
}
#nav a
{
color: #9a6868;
text-decoration: none;
}
#nav a:hover
{
font-weight: bold;
}
#credit
{
font-size: 0.6em;
height: 25px;
padding-top: 3px;
text-align: center;
}
#credit a
{
color: #996868;
}
#credit a:hover
{
color: #ff6600;
}
#centre
{
text-align: center;
}
.input
{
border: 1px solid #9a6868;
width: 225px;
}
textarea
{
border: 1px solid #9a6868;
width: 225px;
height: 125px;
}
.subimg
{
background-image: url(images/sendicon.gif);
background-position: left center;
background-repeat: no repeat;
background-color: #f9f9f9;
cursor: hand;
width: 40px;
height: 40px;
border: 0px;

}
#arrow
{
background-image: url(images/000black.gif);
background-position: right bottom;
background-repeat: no-repeat;
}
#lis
{
list-style-type: disc;
font-size: 0.85em;
}