body {
	margin: 0;
	background-color:#CCCCCC;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #E1E1E1;
	margin-left: 12px;
	margin-right: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color: #E1E1E1;
	margin-left: 16px;
	margin-right: 10px;
	margin-bottom: 1px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	color:#FFFF99;
	margin-left: 20px;
}

h4{

	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color:#CCCCCC;
	margin-left: 20px;
	margin-right: 10px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	color: #E4EDF1;
}

.note{
	font-size:.7em;
}
	

li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color: #E5CCCC;
	margin-left: 5px;
	margin-right: 10px;
}

hr{	
		border: none 0; 
		border-top: 1px dashed #bbbbbb;
		text-align: center;
		height: 1px;
		margin: 1px 16px 1px 16px;
	
}

a:link { 
        color:#FFFF99;
		text-decoration:none;
        }
a:visited { 
        color:#FFFFCC;
		text-decoration:none;
        }
a:hover { 
        color:#FFFFCC;
        background-color: none;
        text-decoration:underline;
        }
a:active { 
        color:#999933;
		text-decoration:none;
}
		
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.2em;
	font-weight: normal;
	color: #E2E2E2;
}

#navBottom {
	padding: 2px;
	background: #333
	font-family:  "Lucida Grande", Lucida Sans Unicode, Lucida, Verdana, Geneva;
	font-size: .8em;
	color: #E4EDF1;
}
