BODY, TD, OL, UL {
	font-family : sans-serif;
	font-size : 11px;
}
.legalese {
	font-family : sans-serif;
	font-size : 9px;
}

A.bodylink {
	font-family : sans-serif;
	font-size : 11px;
	color : Red;
}
A:ACTIVE.bodylink {
	font-family : sans-serif;
	font-size : 11px;
	color : Purple;
}

.nb {
	border : thin solid #741822;
	BACKGROUND-COLOR: #EDADB4;
	font-size: 8pt;
	height=18;
}
.radio {
	zoom:90%;
	width:20;
	filter:alpha(opacity=70);
}

A:HOVER.bodylink {
	font-family : sans-serif;
	font-size : 11px;
	color : Purple;
}

.menutop {
	font : bold 12px sans-serif;
	color : Red;
}

.menutopsm {
	font : bold 10px sans-serif;
}

.menusub {
	font : 11px sans-serif;
}

A.menutop {
	font : bolder 12px sans-serif;
	color : Red;
	text-decoration : none;
}

A:HOVER.menutop {
	font : bolder 12px sans-serif;
	color : Red;
	text-decoration : underline;
}
A.menusub {
	font : 11px sans-serif;
	color : Black;
	text-decoration : none;
}

A:HOVER.menusub {
	font : 11px sans-serif;
	color : Black;
	text-decoration : underline;
}

#shortcomment {
	cursor: hand;
	color: White;
	background-color : Red;
	width : 180;
	position : relative;
	/*left : 360;
	*/
	float: right;
	padding-left : 12;
	padding-right : 12;
	padding-top : 5;
	padding-bottom : 5;
	margin-left : 12;
	margin-bottom : 12;
}

#shortcomment #commenttitle {
	font-weight : bold;
	padding-bottom : 3;
}


#shortcomment a {
	color : White;
}

#divcomment {
	position: absolute;
	width: 540;
	left: 249;
	top: 250;
	background : White;
	border : 1 solid Red;
	display: none;
	padding : 12 14 12 14;
	border-style : solid;
	border-width : 1;
	border-color : Red;
}

#divcomment #commenttitle {
	font : bolder 12px sans-serif;
	color : Red;
}

#divcomment #commenttext {
	margin-top : 12;
}

#commentimage {
	display: inline;
	width: 160;
	float: right;
	margin-left : 10;
} 

#commentimage  img {
	margin-bottom : 16;	
	border: 1 solid Silver;
	border-style : solid;
	border-width : 1;
	border-color : Silver;
}


#closebutton {
	display: inline;
	float : right;
	width: 16;
	cursor: hand;
}

#separator {
	margin-top : 8;
	margin-bottom : 8;
}