body{
  background: #FFFFFF;
  font-size: .9em;
  font-weight: normal;
  color: #000000;
  font-family: arial, helvetica, sans-serif;
}

#Header {
  background-color:#666699;
}

#Menu{
  background-color:#666699;
}


a {
	color: #000066;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#000066;}
a:visited {color:#000066;}
a:hover {color:#666699; background-color:#000066;}

/* Simple classes to "touch up" text alignment */
.align-left		{ text-align: left; }
.align-right		{ text-align: right; }
.align-center		{ text-align: center; }
.align-justify 		{ text-align: justify; }
.align-top		{ vertical-align: top; }
.align-top-left 	{ text-align: left; vertical-align: top; }
.align-top-right	{ text-align: right; vertical-align: top; }
.align-bottom 		{ vertical-align: bottom; }
.align-bottom-left	{ text-align: left; vertical-align: bottom; }
.align-bottom-right	{ text-align: right; vertical-align: bottom; }
.align-middle		{ vertical-align: middle; }

.strong { font-weight: bold; 
          color:#666699; }

.heading{
  background-color : #000066;
  color: #666699;
}

.subhead{
   text-align:left;
   color : #666699;
   font-size: 12pt;
   font-weight:bold;
}

.subheaddate{
   text-align:right;
   color : #666699;
}
