body {background-color: white; 
	background-image: url(images/bgtile.jpg); 
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 50px;}
p {FONT-FAMILY: arial, helvetica, sans-serif;
    FONT-SIZE: 10pt}

h1   { font-family: Arial; font-size: 24pt; 
color: #CC3300; font-weight: bold; }

h2   { color: #CC3300; font-size: 18pt; font-weight: bold; }

h3   { color: #CC3300; font-size: 14pt; font-weight: bold; }

h4   { color: #CC3300; font-size: 12pt; font-weight: bold; }
h5    { color: #000000; font-size: 12pt; font-weight: bold; }

a:link  {COLOR: #CC3300; font-weight: bold;}

a:visited  {COLOR: #CC3300;font-weight: bold;}

a:active {COLOR:#CC3300; font-weight: bold;}

a:hover{
font-weight: bold;
text-decoration: none; COLOR: green;}



ul { list-style-image: url(images/bul1.gif); font-size: 12 pt;}
ul ul { list-style-image: url(images/dot.gif); font-size: 12 pt;}

.hbuttons a, .hbuttons a:visited{
display: block;
text-decoration: none;
font: bold 12px Arial;
color: #FFFFFF;
width: 110px;
height: 30px;
float:left;
display: inline;
margin-right: 8px;
background-image:url(images/blankbtnoff.gif);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

.hbuttons a:hover{
background-image:url(images/blankbtnon.gif);
color: #000000
}

.grn a, .grn a:visited{
display: block;
text-decoration: none;
font: bold 12px Arial;
color: #FFFFFF;
width: 110px;
height: 30px;
float: left;
display: inline;
margin-right: 8px;
background-image:url(images/greenoff.gif);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
}

.grn a:hover{
background-image:url(images/greenon.gif);
color: #000000;

ul ul ul
{
	list-style-image: url(images/dot.gif);
}

.nav a:link {color:#000000; font-size: 12px; text-decoration: none;}
.nav a:visited {color:#000000; font-size: 12px; text-decoration: none;}
.nav a:hover {color:#FFFFFF; font-size: 12px;  text-decoration: none;}
	
input.red {background-color: #CC0000; color:white;}
input.pink { background-color: #ffcccc;}


