body {
    font-size : 12px;
   font-family : Verdana, Verdana, Sans-Serif, Helvetica;
   background-color : #FFFFFF;
}

td {
   font-size : 12px;
   font-family : Verdana, Arial, Sans-Serif, Helvetica;
}

h1 {
   font-size : 24px;
}

h2 {
   font-size : 18px;
}

h3 {
   font-size : 14px;
   margin-top : 8px;
   margin-bottom : 4px;
}

a {
   font-family : Verdana, Arial, Sans-Serif, Helvetica;
   text-decoration : underline;
   color : #4B0082;
}

a:active {
   color : #DC143C;
   text-decoration : underline;
}

a:hover {
   color : #DC143C;
   text-decoration : underline;
}

a:visited {
   color : #778899;
   text-decoration : underline;
}

.menuitem  {
   text-decoration : none;
   font-family : "Comic Sans MS";
   font-weight : bold;
   font-size : 12px;
}

.menuitem:visited  {
   text-decoration : none;
   color:  #4B0082;
}

.menuitem:hover  {
   color : Yellow;
   text-decoration : none;
}

.smalltext {
   font-family : Verdana, Arial, Sans-Serif, Helvetica;
   font-size: 10px;
   color : #999999
}

.bodytext {
   font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 9px;
   padding-top: 3px;
   padding-right: 6px;
   padding-bottom: 3px;
   padding-left: 6px;
}
   
.footer {
   font-size: 10px;
   text-align : right;
   margin-left : 20px;
   margin-right : 20px;
}

.header {
   font-family : Verdana, Arial, Sans-Serif, Helvetica;
   font-weight : bold;
   font-size : 12px;
   color : #993333;
   background-color : Silver;
   text-align : center;
}

.caption {
   font-family : Verdana,Arial,Sans-Serif,Helvetica;
   font-weight : bold;
   font-size : 12px;
   color :#993333;
   background-color : Silver;
   text-align : right;
}

.data {
   background-color : #DCDCDC;
   font-family : Verdana, Arial, Sans-Serif,Helvetica;
   font-size: 12px;
   color : #000000;
}

.datasmall {
   background-color : #DCDCDC;
   font-family : Verdana, Arial, Sans-Serif,Helvetica;
   font-size: 10px;
   color : #000000;
}

.button {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.note {
   font-family : Verdana, Arial, Sans-Serif, Helvetica;
   font-size: 10px;
   border: 1px solid #888888;
   padding-top: 3px;
   padding-right: 5px;
   padding-bottom: 4px;
   padding-left: 5px; 
   background-color : #FFFFCC;
   
}

.content {
	background-color : White;
	border-bottom : medium solid #B1B1B1;
	border-left : medium solid #666666;
	border-right : medium solid #B1B1B1;
	border-top : medium solid #666666;
	padding : 10px;
	height : 450px;
	vertical-align : top;
}
   

