/* BASIC */
body {   
   
   background-color: #FFFFC1;
   cursor: default;
   margin: 4px 0px 0px 0px;
}

hr {
   border: none;
   height: 1px;
   color: black;
   background-color: black;
}

p {
   margin: 0; padding: 0;
}

form {
   margin: 0px 0px 0px 0px;
}

td {
   font-family: verdana;
   font-size: 8pt;
   background-color: white;
}

input,select,textarea {
   font-family: verdana;
   font-size: 8pt;
   background-color: #E8E8E8;
   border: 1px solid #A8A8A8;
}

a:link,
a:visited,
a:active {
   font-size: ;
   font-family: ;
   color: #000000;
   text-decoration:underline;;
}
a:hover {
   font-size: ;
   font-family: ;
   color: #000000;
   text-decoration:none;;
}

/* FOOTER */
.Footer,
a.Footer:link,
a.Footer:visited,
a.Footer:active {
   background-color: transparent;
   font-size: 10px;
   font-family: arial;
   color: #000000;
   ;
}
a.Footer:hover {
   text-decoration: none;
}

/* BODY */
.Pagetitle {
   font-size: 20px;
   color: #000000;
   font-family: georgia;
   font-weight:bold;;
}

.Top {
   background-color: #FF3300;
   background-image:url("/images/header.jpg");
   border-left: 0px solid black;
   border-top: 0px solid black;
   border-right: 0px solid black;
}

.Title {
   font-size: 11pt;
   color: #FFFFFF;
   font-family: georgia;
   font-weight:bold;font-style: italic;letter-spacing:25px;
}

.Menu {
   background-color: #ffffff;
   border-left: 1px solid black;
   border-right: 1px solid black;
   border-top: 1px solid black;
   border-bottom: 0px solid black;
}

.MiddleLeft {font: 4px arial;border-left: 1px solid black;}
.MiddleCenter {font:8pt verdana; background-color: white;}
.MiddleRight {font:4px arial; border-right: 1px solid black;}

.BottomLeft {font:4px arial; background-color: transparent;}
.BottomCenter {font:4px arial; border-bottom: 1px solid black;}
.BottomRight {font:4px arial; background-color: transparent;}

