/*global*/
* { margin: 0; padding: 0; }
html { font: 62.5%/1.5 Verdana, Arial, sans-serif;}

li, dt, dd, p { font-size: 1.2em; color:#000;}
dd *, li * { font-size: 1em; }
ul, ol, dl { margin-bottom: 1.8em; color:#504B4A;}
p { margin-bottom: 1.2em; }
td, th { color:#504B4A; font-size: 1em}
form {font-size:1.2em;}

body {
	background: #757575 url(images/body-bg-wp.jpg) repeat-x;
}

td {
	vertical-align:top;
}
h1, h2, h3, h4{
	font-family: Verdana, Arial,  sans-serif;
}
h1 { 
margin-bottom:0.3em;
font-size:1.6em;
color: #666100;
text-transform:uppercase;
}

h2 {
margin-bottom:0.3em;
color: #666100;
font-size:15px;
}
h3 {
font-size: 1.1em;
color:#333;	
margin-bottom:0;

}
h4 {
font-size: 1.3em;
margin-top:0.4em;
margin-bottom:0.4em;	
}
h5 {
font-size: 1.2em;	
}
img {
	border:0;
}

a:link, a:visited {
color:#000;
}
a:hover {
color:#000;
}
hr {
color: #fff; 
background-color: #fff; 
border: 1px dotted #ccc; 
border-style: none none dotted; 
}