/* CSS Document */

html, body {
  margin: 0px;
  padding: 0px;
} 

table {
margin-top:0;
background-color:#FFFFFF;
border:0;
padding-top:0;
}


a {	
	color: #FF0000;
	text-decoration: underline;
}

body {	

background-color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	color: #000000;
	}




h1 {
	color: #333333;
	font-size: 16px;
		
	}
	
h2  {
	color: #FF0000;
	font-size: 15px;
		}
	
h3 {	
	font-size: 14px;	
	color: #333333;
	}
h4 {	
	font-size: 12px;	
	color: #333333;
	}
	
.sm { 	font-size:10px;
color:#999999; }
	
.subtxt { 	color:#FF0000; }

ul {	
text-indent: 1px;	
list-style-image:	url(../images/circle.gif)
}
/* header */


#menu a { 
    background-image:url(../images/button-off.gif);
	background-repeat: no-repeat;
			font-size:10px;
font-weight:bold;
	text-decoration: none;
text-align:center;
color:#000000;
display: block;
	width: 77px;
height: 24px;

}
 
#menu a:hover { 
    background-image:url(../images/button-on.gif);
	background-repeat: no-repeat;
			font-size:10px;
font-weight:bold;
	text-decoration: none;
	color:#ffffff;
display: block;
	width: 77px;
height: 24px;

}
#menubg { 
    background-image:url(../images/menuspace.gif);
background-repeat:repeat-x;
background-position:bottom; }

  
/* footer */

a.botmenu:link { color:	#666666; text-decoration: none; }
a.botmenu:visited {color:#666666; text-decoration: none;}
a.botmenu:hover { color:#666666; text-decoration: none;}
a.botmenu:active {color:#666666; text-decoration: none;}