/*Normal Body Font Styles*/
body, p, div, table, td {
	font-family: verdana, arial, tahoma;
	font-size: 10px;
	color: #343434;
}
#middlelisting, #middleListing p, #middleListing div, #middleListing table, #middleListing td, body#wmbody, body#wmbody p, body#wmbody div, body#wmbody table, body#wmbody td {
	font-size:11px;
	font-family: verdana, arial, tahoma;
	color: #343434;
}

/*WebMaster Body Styles*/
body#wmbody {
	margin-left:10px;
	margin-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
}

/*Form Field Styles*/
form {
	padding: 0px; margin: 0px;
}
input, textarea, select, option {
	font-family:  Verdana, Arial, san-serif;
	font-size: 12px;
}
select {
	width: 110px;
	font-size: 11px;
}
option {
	font-size: 11px;
}

/*Horizontal Rule*/
hr {
	color: #CCCCCC; border:none; background-color:#CCCCCC; height:1px;
}

/*Link Styles*/
a:link, a:visited {
	text-decoration: none;
	color: #00509A;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	color: #2EA082;
	cursor: pointer;
}

a img {
	border:0;
	cursor: pointer;

} /*Hide image border when image is a link*/


/*.search {	
	color: #005288;
	font-weight: bold;
}*/

/*List Styles*/
#middlelisting ul, body#wmbody ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#middlelisting ul li, body#wmbody ul li {
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height:18px;
}

/*Heading Styles*/
h1 {
	margin-left:-70px;
	padding-left: 70px; font-size: 1.4em; font-weight: 800;
	font-family:  Verdana, Arial, san-serif;
	margin-top:20px; margin-bottom:5px;
}

h2 {
	font-size: 1.2em; font-weight: 800;
	font-family:  Verdana, Arial, san-serif;
	margin-top:15px; margin-bottom:3px;
	color:#44a282;
}

h3 {
	font-size: 1em; font-weight: 800;
	font-family:  Verdana, Arial, san-serif;
	margin-top:15px; margin-bottom:3px;
	color:black;
}

h4 {
	font-size: 1em; font-weight: 800;
	font-family:  Verdana, Arial, san-serif;
	margin-top:15px; margin-bottom:3px;
	color:#647E8F;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li {
	margin-left:0px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height:18px;
}
