body, li , ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	margin:0;
	}
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	}


h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:0px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
a {
	color: #457600;
}

a:hover {
	text-decoration: none;
	color: #FF5302;
}


img {
	border: none;
	}
	
#menu {
	width: 200px;
	margin: 10px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #003100;
	display: block;
	background:  url(menu.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF; 
	height: 20; 
	Filter: Glow(Color=#000000, Strength=5)
	text-shadow: 2px 2px 3px #000; 
	}



.bold { 
   font-weight: bold; 
} 

.center { 
   text-align: center; 
}

.italics { 
   font-style: italic; 
} 

.underline { 
   text-decoration: underline; 
} 

.strikethrough { 
   text-decoration: line-through; 
} 

.overline { 
   text-decoration: overline; 
} 

.sized { 
   text-size: 
} 

.quotecodeheader { 
   font-family: Verdana, arial, helvetica, sans-serif; 
   font-size: 12px; 
   font-weight: bold; 
} 

.codebody { 
   background-color: #FFFFFF; 
    font-family: Courier new, courier, mono; 
    font-size: 12px; 
    color: #006600; 
    border: 1px solid #BFBFBF; 
} 

.quotebody { 
   background-color: #FFFFFF; 
    font-family: Courier new, courier, mono; 
    font-size: 12px; 
    color: #660002; 
   border: 1px solid #BFBFBF; 
} 

.listbullet { 
   list-style-type: disc; 
   list-style-position: inside; 
} 

.listdecimal { 
   list-style-type: decimal; 
   list-style-position: inside; 
} 

.listlowerroman { 
   list-style-type: lower-roman; 
   list-style-position: inside; 
} 

.listupperroman { 
   list-style-type: upper-roman; 
   list-style-position: inside; 
} 

.listloweralpha { 
   list-style-type: lower-alpha; 
   list-style-position: inside; 
} 

.listupperalpha { 
   list-style-type: upper-alpha; 
   list-style-position: inside; 
} 

