/************************* LINK FORMATTING *************************/

table#content a:link {
	color: #555;
}

table#content a:visited {
	color: #555;
}

table#content a:hover {
	color: #fa0;
}

table#content a:active {
	color: #fa0;
}

td#header-left a:link, td#header-right a:link, td#footer a:link {
	text-decoration: none;
	color: #fff;
}

td#header-left a:visited, td#header-right a:visited, td#footer a:visited {
	text-decoration: none;
	color: #fff;
}

td#header-left a:hover, td#header-right a:hover, td#footer a:hover {
	text-decoration: underline;
	color: #fa3;
}

td#header-left a:active, td#header-right a:active, td#footer a:active {
	text-decoration: underline;
	color: #fa3;
}


/************************* OTHER FORMATTING ************************/

.pos {
	color: #0A0;
}

.neg {
	color: #C00;
}

a, a img {
	border-width: 0;
}

a.clear {
	text-decoration: none;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

.pale {
	color: #888;
}

.smallprint {
	font-size: 8pt;
}