/* General styles go here */

BODY, TD, P {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background-attachment: fixed;
}
/* TD included in the above as work-around for NS4 table inheritance bug */

A {
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #ccffee;
	background-color: #003300;
}


SMALL.copyright {
        font-size: 8pt;
}

SMALL.extra {
        font-size: 6pt;
}


H1, H2, H3 {
	font-family: Arial, Helvetica; 
}

H1 {
	color: #ffff99;	
	background-color: #336633;
	font-size: 20pt; 
	font-weight: bold; 
}

H1.big {
        font-size: 24pt;
}

H2 {
	font-size: 16pt;
	font-weight: bold; 
	margin-bottom: 0px;
}

H3 {
	font-size: 12pt; 
	font-weight: bold; 
	font-style: italic;
}

H4 {
	color: silver;
	font-family: Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	margin-bottom: 0; 
}

.light {
	font-weight: lighter;
}


.small {
	font-size: 8pt;
}

