/*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;
}

/*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  
{
    color: #333399;
    font-weight: normal;
    font-size: 18px;
}


h2 
{
    color: #28b34c;
    font-size: 14px;
    font-weight: bold;
}

h3 
{
    color: #ecde28;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

h4 
{
    color: #cc6600;
    font-size: 13px;
    font-weight: bold;
}

/*Horizontal Rule*/
hr 
{
    color:#000; background-color:#000; border:none; width: 100%; height: 1px;
}

/*Link Styles*/
a:link, a:visited {
	text-decoration:none;
	color: #333399;
} 
a:hover, a:active {
	text-decoration:underline;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}

