/* General stuff for the page */
 
body {margin: 0px; padding: 0px;spacing: 0px;background-color: #ffffff;}
input {border: 1px solid #999999; background: #ffffff;color: #ffffff; font: 11px Arial,Helvetica; text-color: black;}
img {border: 0px;}

.menuitem {color: #000000; font: bold 11px Verdana;}
.tdmenu {padding-left: 50px; padding-right: 25px; padding-bottom: 5px;}
.pagetitle {color: #000080; font: bold 13px Verdana;}
.sitename {color: #ffffff; font: bold italic 18px Verdana;}

.menuitem:LINK,.menuitem:ACTIVE, .menuitem:VISITED
{
Color: #black;
Background-Color: Transparent;
Font-Family: Verdana, Arial;
Text-Decoration: none;
}

.menuitem:HOVER
{
Color: blue;
Background-Color: transparent;
Text-Decoration: none;
}

/* This refers to the system buttons */
.button {background: #dddddd; border: 1px inset #999999; padding-left: 10px; padding-right: 10px; }


/* This refers to the title of the content page */
.title { font: bold 14px; color: black; text-align: left;  margin-left: 10px;}


/* This refers to the bodytext in the content page */
.bodytext {color: black; text-align: left;  margin-left: 10px; font: normal 13px Verdana;}


/* This refers to the image in the content page */
.pageimg {float: right; margin-left: 10px}

/* The footer*/
.footer {width: 800px; text-color: #FFFFFF; text-align: right;}