body{
	background-color:#CCCCCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000; 
	font-size:11px;
	line-height: 1.5;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family:"Times New Roman", Times, serif;
 font-size: 24pt;
 color:#000066;
}

h2{
 font-size: 20pt;
 color:#000099;
}

h3{
 font-size: 16pt;
 color:#000099;
}

h4{
 font-size: 14pt;
 font-weight: normal;
 color: #FF0000;
}

h5{
 font-size: 10pt;
 color: #FF0000;
}

h6{
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  font-style:normal;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

address{
 font-size:12px
}