A 
	{	
	color :#00008B; 
	text-decoration : underline;  
	}
	
A:HOVER 
	{	
	color: #A0A0FF;	
	text-decoration : underline;  
	}

BODY, TD 
	{
    font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	}

TD.rowheading1
	{
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}

TD.rowheading2
	{
	font-size: 12pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}

TD.rowheading3
	{
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}

TD.rowdata1
	{
	font-size: 14pt;
	text-align: left;
	vertical-align: top;
	}

TD.rowdata2
	{
	font-size: 12pt;
	text-align: left;
	vertical-align: top;
	}

TD.rowdata3
	{
	font-size: 10pt;
	text-align: left;
	vertical-align: top;
	}

TH
	{
	font-weight: bold;
	}
	
H1
	{
	font : 24pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	}

H2 
	{
	font : 16pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	}

H3 
	{
	font : 12pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	}

H4 
	{
	font : 10pt  Comic Sans MS;
	color : #990000; 
	font-weight : bold;
	}

P 
	{
	margin : 10px 1px;
	}

P.indent 
	{
	margin-left : 30px;
	}

/* note box */
P.note 
	{
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : none;
	color : black;
	margin : 12px 30px 12px 30px;
	padding: 4px;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-top : 5px;
	margin-bottom : 5px;
	}
 
 /* related topics */
P.reltopics 
	{
	border : 1px solid black;
	clear : both;
	font-size : 9pt;
	margin : 16px 6px 20px 0;
	padding : 4px;
	}

.Scrolled 
	{
	overflow : auto;
	height : 300px;
	width : 100%;
	}

.Static 
	{
	background-repeat : no-repeat;
	background-attachment : fixed;
	}

P.footer 
	{
    color : Black;
	font-family : Comic Sans MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 6pt;
	font : bold;
	padding : 6px 6px;
	width : 98%;
	}
 
/* comment */
.comment 
	{
	color : gray;
	font-family : monospace;
	background : transparent;
	}

 /* HTML element */
.important 
	{
	color : red;
	font-weight : bold;
	}
	
.navlink 
	{
	color : #00008B;
	text-decoration : none;
	font-size : 9pt;
	}

.currentpage 
	{
	color : #990000;
	text-decoration : none;
	list-style-type : none;
	font-size : 9pt;
	font-weight : bold;
	} 

