/* CSS Document */

body {
	margin: 10px;
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	background-color: #FFFFFF;
}

* {
color: #000;
background:#fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {font-size : 150%;}
h2 {font-size : 120%;}
h2 {font-size : 100%;}
th {text-align: left; font-weight: bold;}
/*-------*/
fieldset {border: 1px solid #CCCCCC; padding: 15px;	margin: 10px 0px;}
legend {color: #006F37;	font-weight: bold;}
label {color: #4C4C4C; font-weight: normal;}
ul {margin: 0px; padding: 0px;}
li {list-style-type: square; margin: 0px; padding: 0px;	list-style-position: inside;}
/*-------*/

img {
	display: none;
}

/* LIST OF DIVs TO HIDE HERE............. */

#head, #nav, #sectionHomePic, #sectionPic, #breadcrumbs, #contentLeft, #contentRight, #footer, #homeTextLeft, #homeTextMid { display:none; } 
