li { list-style-image:none; background-image:none; list-style-type:none; }
li a { list-style-image:none; background-image:none; list-style-type:none; }

body,form,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,blockquote,input { margin: 0; padding: 0; font-family: verdana,arial,helvetica,sans-serif; }
body { color: #333; background: #d8f0a6; }
* { font-smooth: always; }

a { color: #ff9900; }
a.active { color: #ff9900; }
a.visited { color: #ff9900; }

table#mTable {
	background: url("../img/bg.jpg") no-repeat 18px 0px;
}

table#mTable td img {
	margin-left: 18px;
}

td.white { background-color: #fff; }

a.caps { text-transform: uppercase; text-decoration: none; }
a.blu { text-transform: uppercase; text-decoration: none; color: #3b6771; }

/*float clearing*/
form:after {
	content: "."; 
	display: block; 
	height: 1px; 
	clear: both;  
	visibility: hidden;
}
/* end float clear */