/* CSS Document */
font.enhanced, span.enhanced
{
	font-weight				:	bold;
	color					:	#990000;
}
font.alert, span.alert
{
	color					:	#cc0000;
	font-weight				:	normal;
}
font.transparent, span.transparent
{
	color					:	#cccccc;
}
font.StarActive
{
	color					:	#ff6666;
}
font.StarInactive
{
	color					:	#cccccc;
}
hr
{
}
dt
{
	color					:	#660000;
	font-weight				:	bold;
}


/* Image */
a img
{
	border					:	none;
}
a:hover img.RollOver, a:hover img.Button
{
	opacity			:	0.5;
	-moz-opacity	:	0.5;
	filter			:	alpha(opacity=50);
}
img.PhotoLeft
{
	float			:	left;
	margin			:	0em 1em 1em 0em;
}
img.PhotoRight
{
	float			:	right;
	margin			:	0em 0em 1em 1em;
}

/* List */
ul, ol
{
	text-indent				:	0em;
	margin-left				:	0em;
	padding-left				:	0em;
}
li
{
	margin					:	0em 0em 0em 2em;
	line-height				:	1.4em;
	list-style-position		:	outside;
}

