P  {
	font-size : 10pt;
	margin-bottom : 0;
	margin-top : 10;
	margin-right : 10;
	margin-left : 10;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : underline;
	color : Black;
}

A:Visited  {
	color : #707070;
}

A:Active  {
	font-style : #909090;
}

A:Hover  {
	color : #565C90;
}

BODY  {
	margin : 0;
	background-color : #808080;
	font-family : sans-serif;
}

UL  {
	padding-top : 0;
	border-style : none;
	margin-top : 5;
	font-size : 10pt;
}

LI  {
	margin-bottom : 3;
}

.cursor  {
	cursor : default;
}

.news  {
	font-size : 11px;
}

.hidden  {
	position : absolute;
	clip : auto;
	top : 0;
	left : 0;
	visibility : hidden;
}

.small  {
	font-size : 9px;
}

