A:link {
	color: #336699;
	text-decoration: none;
}

A:visited {
	color: #336699;
	text-decoration: none;
}

A:active {
	color: #336699;
	text-decoration: none;
}

A:hover {
	color: #333366;
	text-decoration: none;
}

A.dark:link {
	color: #336699;
	text-decoration: none;
}

A.dark:visited {
	color: #336699;
	text-decoration: none;
}

A.dark:active {
	color: #336699;
	text-decoration: none;
}

A.dark:hover {
	color: #333366;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Georgia;
}

P {
	font-size: 12px;
	font-family : Georgia;
}

TD.dark {
	font-size: 12px;
	font-family : Georgia;
	color : #333366;
}

P.dark {
	font-size: 11px;
	font-family : Georgia;
	color : #333366;
}

TD.smaller {
	font-size: 11px;
	font-family : Georgia;
	color : #333366;
}

P.smaller {
	font-size: 11px;
	font-family : Georgia;
	color : #333366;
}

HR {
	color : #336699;
	height : 1px;
}


.bodybg {
	background-image: url(images/brdrbg.gif);
	background-repeat: repeat-y;
}
