﻿/* CSS Document */

font.enhanced
{
	font-weight			:	bold;
	color					:	#bb0000;
}
font.alert
{
	font-size				:	16.5px;
	color					:	#ff0000;
	font-weight			:	bold;
	line-height				: 20px;

}
font.complete1
{
	font-size				:	17px;
	color					:	#0000FF;
	font-weight			:	bold;
}
font.transparent
{
	color					:	#cccccc;
}
font.backlight
{
	background-color		:	#ffff00;
}
font.StarActive
{
	color					:	#009900;
}
font.StarInactive
{
	color					:	#ccccbb;
}
hr
{
}
dt
{
	color					:	#660000;
	font-weight			:	bold;
}

p.Button
{
		margin-top	:	2em;
}

img.transparent
{
	opacity					:	0.3;
	filter					:	alpha(opacity=70);
}


