A, ADDRESS, B, BLOCKQUOTE, BODY, DIV, DL, FONT, H1, H2, 
  H3, H4, H5, H6, OL, P, PRE, SPAN, TABLE 
					{	font-family : Verdana, Arial, sans-serif;
						font-style : normal;
						color : black;					}
BODY			{ background: white; 			}
A, ADDRESS, B, BLOCKQUOTE, BODY, DIV, DL, FONT, OL, P, PRE, SPAN, 
  TABLE   { font-size: x-small;		    } 				
A:active, A:link, A:visited  
   				{ background: transparent;
		 				color : #660000; 				}
A:hover 	{ background: #666600;
						color: #ffffff;					}
.xlarge	  { FONT-SIZE: large;	    	}
.large		{ FONT-SIZE: medium;	      }
.medium	  { FONT-SIZE: small;	    	}	 	
.small	  { FONT-SIZE: x-small;	      }					
.xsmall	  { FONT-SIZE: xx-small;	   			}					/* do not use for NS */
.xxsmall	{ FONT-SIZE: xx-small;	 			  }					/* IE can handle 7pt; NS can handle 8pt */
#xlarge	  { FONT-SIZE: large;	    	}
#large		{ FONT-SIZE: medium;	      }
#medium	  { FONT-SIZE: small;	    	}	 	
#small	  { FONT-SIZE: x-small;	      }					
#xsmall	  { FONT-SIZE: xx-small;	   			}					/* do not use for NS */
#xxsmall	{ FONT-SIZE: xx-small;	 			  }					/* IE can handle 7pt; NS can handle 8pt */
/* ************************************************************************* */
.color1   { background: transparent;   			  
						color: #000099;		       }
#color1 	{	BACKGROUND: transparent;	   			
						COLOR: #000099;				   }
A:link.color1, A:active.color1, A:visited.color1	{ 
					  BACKGROUND: transparent;
						COLOR: #000099;				   }
A:hover.color1 { BACKGROUND: #cccc99;
						COLOR: #003399;
						text-decoration: none; }
/* ************************************************************************* */
/* ************************************************************************* */
.color2   { background: #ccccff;   			  
						color: #003399;		       }
#color2 	{	BACKGROUND: #ccccff;	   			
						COLOR: #003399;				   }
A:link.color2, A:active.color2, A:visited.color2	{ 
					  BACKGROUND: #ccccff;
						COLOR: #003399;				   }
A:hover.color2 { BACKGROUND: #ccccff;
						COLOR: #0033ff; }
/* ************************************************************************* */
/* ************************************************************************* */
.color3   { background: #ccccff;   			  
						color: #666666;		       }
#color3 	{	BACKGROUND: #ccccff;	   			
						COLOR: #666666;				   }
A:link.color3, A:active.color3, A:visited.color3	{ 
					  BACKGROUND: #ccccff;
						COLOR: #003399;				   }
A:hover.color3 { BACKGROUND: #ccccff;
						COLOR: #0033ff; }
/* ************************************************************************* */
H1  { font-size : 20pt;
			font-weight : bold; }
H2  { font-size : 17pt;
			font-weight : bold; }
H3  {	font-size : 14pt;
			font-weight : bold; }
H4  { font-size : 12pt;
			font-weight : bold; }
H5  { font-size : 10pt;
			font-weight : bold; }
H6  {	font-size : 9pt;
			font-weight : bold; } 