body {
	background-color: white; 
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	}

td,th {
	background-color: #ffc;
	border: 1px solid gray;
}
	
div.main {
margin: 1%;
background-color: white;
}
	
p,dd,ul,ol,dl { 
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	background-color:transparent;
	color: #D00; 
	margin-top: 0%; 
	margin-bottom: 0%;
}

h1,h2,h3,h4,th { 
text-align: center; 
}

h5,h6 { 
text-align: left; 
}

h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 {font-size: 100%;
	font-weight: bold; }
h4 { font-size: 90%; }
h5 {font-size: 150%; }
h6 {font-size: 100%; }

hr {
background-color:transparent;
color: #999;
height: 2px;
}

dt {
	margin-top: 12px;
	font-size: 100%;
	font-weight: bold;
	background-color:transparent;
	color:#D00;
	}


OL,UL {
margin-top: 0em; 
margin-bottom: 0em;
}


LI {
	padding: 0pt;
	margin-top: 5pt;
	margin-right: 0pt;
	margin-bottom: 5pt;
	margin-left: 5pt;
	list-style-position: outside;
}

a:link, a:visited {
   color: #06F;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
   }
   
p.RedQuote {
	background-color:transparent;
	color: #F33;
	margin-left: 10%;
	margin-right: 10%;
	text-align: justify;
}

div.footer {
	text-align: center;
	font-size: 80%;
	}