/* Global Whitespace Reset */
* { margin: 0; padding: 0}

/* Re-apply consistent spacing */
h1, h2, h3, h4, h5, h6, ul, ol, p { margin: 0 0 20px 0; }
ul, ol { margin-left: 20px; }/*Normal Body Font Styles*/
p, div, table, tr, td {
	font-family:  Arial, Verdana, san-serif;
	font-size: 12px;
}
body {
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: center;
    background-color: #eaebeb;
    color: #000000;
    /* overflow-y: scroll; */
}
p 
{
    margin-right: 30px;
}
/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	text-align: left;
}

/*Form Field Styles*/
input, textarea, select, option {
	font-family:  Arial, Verdana, san-serif;
	font-size: 14px;
}

input, select, option
{
	/* height: 16px; */
}

form {margin:0px;} /*Remove Default Form Margin*/

div
{
    margin: 0;
    padding: 0;
}

/*Heading Styles*/
h1 {
	font-size: 12px;
	font-weight: bold;
	color:#2a2a2a;
}


h2 {
}

h3 {
}

h4 {
}

/*Horizontal Rule*/
hr 
{
    border: 1px solid #71cef5;
}

/*Link Styles*/
a:link, a:visited {
	text-decoration:none;
	color: #3db4e9;
} 
a:hover, a:active {
	text-decoration:underline;
	color: #3db4e9;
}
a img {
	border:0;
} /*Hide image border when image is a link*/


/*List Styles*/
ul {
}

li 
{
}

