BODY,SELECT
{
    FONT-FAMILY: Verdana,sans-serif;
    FONT-SIZE: 10pt;
    background: #F5DEB3;
}
BODY
{
    MARGIN-TOP: 0pt;
    PADDING-TOP: 0pt;
}
PRE
{
    BACKGROUND: LightGray;
    COLOR: Black;
    FONT-FAMILY: Courier New;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}
H1
{
    BACKGROUND-COLOR: #eeeeee;
    COLOR: navy;
    FONT-SIZE: 16pt;
    height: 25pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 3pt;
    TEXT-ALIGN: center
}
H2
{
    COLOR: white;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
H3
{
    COLOR: navy;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: bold;
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
FORM
{
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 0pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt
}
INPUT.submit
{
    BACKGROUND-color:LightGray;
}
TABLE
{
 	BORDER-COLLAPSE: collapse;
	Border-Color: lightgrey;
}
TH
{
	font-weight: bold;
	text-align: center;
    BACKGROUND: black;
}
A 
{ COLOR:DarkBlue; font-weight:normal;}
A:visited
{
	font-weight: normal;
	color: DarkRed;
}
A:hover 
{ COLOR:Red;}
HR 
{ color:DarkBlue; background: DarkBlue; border: 0; Height:1px;}
	
UL 
{
    MARGIN-BOTTOM: 0pt;
    MARGIN-TOP: 3pt;
    PADDING-BOTTOM: 0pt;
    PADDING-TOP: 0pt;
}	
/* 
   used on the main page left table column 
   the default contains the wave background
*/
.categorylistbackground
{
	background-image: url(images/newwave.jpg);
	width: 170px;
	vertical-align: top;
	padding-left: 4pt;
}
.smallbody 
{
    FONT-SIZE: 8pt;
}

/* Block backgrounds for headers etc. */
.menuband, .gridheader, .buttonlinks, .blockheader
{
	color: Cornsilk;
	background-color: #003399;
}
/* Alternate background color Color to offset the background
   used for the category list and banner strips for color
   variety. Should be a companion color to the block background
   colors (previous tag
*/

.gridheader
{
	font-weight: bold;
	text-decoration: none;
	background-image:url(images/floralbackground_sm.gif);
}
.gridnormal
{
	background-color: WhiteSmoke;
}
.gridalternate
{
	background-color:#B5C7D6;
}
.errormessage
{
	font-size: 10pt;
	font-weight: bold;
	color: Maroon;
}
