BODY {
	background-color : black;
	background-repeat: no-repeat;
	background-position: 100%;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12pt;
}
td.menu
{}
table.menu
{
	position : absolute;
	visibility:hidden;
}
TD {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12pt;
	color : #cc3300;
	font-weight : bold;
	text-decoration : none;
}
TD.link {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10pt;
	white-space : nowrap;
	vertical-align : bottom;
}
TD.linkTitle {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 20pt;
	font-size : 18pt;
	text-align : left;
	vertical-align : bottom;
	font-weight : bold;
}

A {
	color : #cc3300;
	font-weight : bold;
	text-decoration : none;
}
A:link {
	
}
A:active {

}
A:hover {
	color : inherited;
	background-color : Silver;
}
A:visited {
	
}

HR {
	color: Silver;
	size: 1 px;
}

DIV.content {
	text-align : left;
	font-size : small;
	background-color : Silver;
}