A:link, A:visited, A:active { text-decoration: none; color: #993333; }
A:hover { color:  Red }
		
table  {margin: 0pt;
		padding : 0pt;}

body  {
        font-family :  Arial;
		font-size :  10pt;
  		scrollbar-arrow-color:WHITE;
  		scrollbar-base-color:rgb(211,211,211);
  		scrollbar-darkshadow-color:rgb(50,50,50);
  		scrollbar-face-color:rgb(78,130,182);
  		scrollbar-highlight-color:WHITE;
  		scrollbar-shadow-color:NAVY;
  		scrollbar-track-color:rgb(200,200,200);
		}
		
		
I {
        font-weight : bold;
        color : Black;
		font-size :  12pt;
}
	
.button { 
		font-weight: bold; 
		font-size: 10pt;
		color: WHITE;
		background-color: #336699;
} 

td  {
        font-family :  Arial;
		font-face: "Arial, Helvetica"; 
		font-size: 10pt;
}

.darkblue  {
        color : "#524671";
}

.question  {
        color : BLUE;
		font-weight :  Bold;
}

.answer  {
        color : RED;
		font-weight :  Bold;
}

.header  {
		color : WHITE;
		font-family :  "Verdana, Arial, Helvetica";
		font-size: 10pt;
}

.small  {
		font-size: 8.5pt;
}

.notice  {
        font-family :  Arial;
		font-size :  10pt;
        color : red;
}

.bigred  {
        color : RED;
		font-weight :  Bold;
		font-size :  20pt;
}

.thinred  {
        color : RED;
		font-size :  20pt;
}