/*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  {
    font-size: 15px;
    font-weight: bold;
    color: #00a7ff;
}


h2 {
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

h3 {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    color: #00a7ff;
}

h2.pageheader
{
    font-size:24px;
    color:#00A7FF;
    font-weight: normal;
}

/*Horizontal Rule*/
hr {
}

/*Link Styles*/
a:link, a:visited 
{
	color: #005387;
	text-decoration:none;
} 
a:hover, a:active 
{
	color: #005387;
	text-decoration:underline;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li {
}


