BODY {
	background-image : url(../images/beige009.jpg) ;
	color : #0066FF;
	background-color : #CCCCCC;
	font-family : Verdana, "MS Sans Serif", Courier, sans-serif;
	font-size : medium;
	text-align : left;
}

A {
	color : Blue;
	text-decoration : underline;
}

A:HOVER {
	color : red;
	text-decoration : none;
}

H1, H2, H3, H4 { 
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-variant: small-caps;
	padding: 4px;
	width: 100%;
}

p {
	color : #0000CC;
	text-decoration : none;
	font-family: sans-serif;
}

ul li{
   display : inline; 
}   

ul li a{
   padding-left : ;
   padding-right : 1em;
   background-color : blue;
   color : White;
   font-weight : bold;
   font-size: 8pt;
   font-family: verdana;
   text-decoration : none;
   float : left;
   border-right-color : blue;
   border-right-style : solid;
   border-right-width : 1px;
}

table#high_level_content {
    background-color:#FFFFFF;
    border: solid #000 3px;
    width: 600px;
}
table#high_level_content td {
    padding: 5px;
    border: solid #000 1px;
}
.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
}
.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFCC;
}
.leftcol {
    font-weight: bold;
    text-align: left;
    width: 150px;
    background-color: #CCCCCC;
} 