/* 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;
	color: #ff3300;
}

A:hover {
	background-color: yellow;
}

A.nohover:hover {
	background-color: transparent;
}

SMALL {
        font-size: 8pt;
}

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


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

H1 {
	color: #dcc08a;
	font-size:18pt; 
	font-weight:bold; 
}

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

H2 {
	color: #ff0000; 
        background-color: #ffff00;
        display: box;
	font-size: 16pt;
	font-weight: bold; 
}

H3 {
        color: #ffff00;
	font-family: Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: bold;
	margin-bottom: 0; 
}

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

.light {
	font-weight: lighter;
}


.small {
	font-size: 8pt;
}

.gold {
	color: #dcc08a;
	font-weight: bold;
}



