BODY {
	font-family : Comic Sans MS, sans-serif;
}
H2 {
	font-size : 18pt;
	font-weight : bold;
    	color : #008070;
    	text-align : center;
	
}
   TD {
	font-size : 14pt;
	font-weitht : bold;
    	color : #003366;
    	text-align : center;
   }
TD.Note {
 	font-size : 11pt;
    	color : #3A5D5C;
    	text-align : left;
}
.NoteHighlight {
 	font-size : 11pt;
    	color : #800000;
    	text-weight : bold;
}
.NoteSubject  {
	color : #804000;
	font-size : 12pt;
	font-weight : bold;
  }
CAPTION {
	background-color: #80A0C0; 
	font-weight: bold;
}
A:Hover  {
 	color : #FF0000;
 	background-color : #99AACC;
 	font-weight : bold;
}
A:Link  {
 	color : #4488CC;
}
A:Active  {
 	color : Red;
}
A:Visited  {
  	color : #4488CC;
}
