/* general tags set all of these for Netscape 4 compatibility 	*/

/* other general tags to consider: 				*/

/* body,div,p,blockquote,ol,ul,dl,li,dt,dd,td,th		*/

/* grouped format does not work for nav4			*/



body {  

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 10pt; 

	color: #003366; 

	font-weight: normal;

}

p {  

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 10pt; 

	color: #003366; 

	font-weight: normal;

}

td {  

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 10pt; 

	color: #003366; 

	font-weight: normal;

}





/* links, :hover does not work in nav4 so use text decoration	*/

/* set visited, active etc. in <body ...>			*/

a {  

	font-family: Arial, Helvetica, sans-serif; 

	color: #336699;

	font-weight: bold

}

a:hover {  

	color: #99cc00

}



/* emphasis and backgrounds inside tables 			*/

/* table_bg won't work in nav4, no underscores.			*/

/* make sure table cell is not empty, i.e. add '&nbsp;'		*/

/* do not assume markup with nav4				*/

/* naming convention - td.BackgroundColorTextColor		*/

td.normalNormal {

	background-color: #ebf2e9

}

td.normalEmph {  

	color: #669933; 

	font-weight: bold; 

	background-color: #ebf2e9; 

	text-align: center

}

th {  

	background-color: #99a299; 

	color: #ebf2e9; 

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 13pt

}



/* text, e.g. paragraphs, but may be laid out in tables		*/

.clearGreenBold { 

	color: #669933; 

	font-weight: bold

}



/* problematic but works in ie 5				*/

p.BigFirst:first-letter { 

	font-size: 200%; 

	float: left 

}



/* headings							*/

/* try to use as many HTML elements as possible			*/

/* remember vertical-align not support in nav4			*/



h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-weight: bold; 

	color: #003366; 

	font-size: 16pt;  

	text-decoration: none;

	text-align: right;

	vertical-align: baseline

}



h2 { 	

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 14px; 

	font-style: normal; 

	color: #435b73; 

	text-decoration: none; 

	font-weight: bold

}

h4 {  	

	color: #99cc00; 

	font-size: 16px; 

	text-align: center

}

h5 {  

	font-family: Arial, Helvetica, sans-serif; 

	font-size: 9px;	color: #3366CC; 

	text-decoration: none

}



.topHeading {  

	font-family: Verdana, Arial, Helvetica, sans-serif; 

	font-weight: bold; 

	color: #003366; 

	font-size: 19pt; 

	text-align: right;

	vertical-align: baseline; 

	text-decoration: none

}

.heading {  

	color: #003366; 

	text-decoration: none; 

	font-size: 16px

}



/* formfields... a mine field!					*/	

.formFields {  

	font-family: "Courier New", Courier, mono; 

	font-size: 9pt

}





















.spacing {  color: #08246B; letter-spacing: -5em}

