/*Normal Body Font Styles*/
body, p, div, table, tr, td {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}
/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

img
{
    border: solid 10px #174a08;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}

form {margin:0px;} /*Remove Default Form Margin*/



/*Heading Styles*/
h1  
{
    font-weight: normal;
    font-size: 21px;
    color: #fff;
}


h2 
{
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

h3 
{
    font-size: 14px;
    color: #fff;  
    border-bottom: solid 1px #fff; 
}

h4 
{
    font-size: 12px;
    font-weight: bold;
    color: #174a08;
}

/*Horizontal Rule*/
hr 
{
    color:#000; background-color:#000; border:none; width: 100%; height: 1px;
}

/*Link Styles*/
a:link, a:visited 
{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	text-decoration:none;
} 
a:hover, a:active {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
	text-decoration:underline;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}

