/*
dark	: #808080
light	: #c0c0c0
contrast: crimson
*/
body
{
	padding			: 0px;
	margin			: 0px;
	background-color	: #99ccff;
}
div#dvBODY
{
	filter			: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FF99CCFF', EndColorStr='#FF0066CC');
	width			: 100%;
	height			: 100%;
	padding			: 20px;
}
table#tbl
{
	background-image	: url(../back.gif);
	background-position	: 50% 50%;
	background-repeat	: no-repeat;
}
p
{
	font-family		: Georgia, Times New Roman, Times, Serif;
	font-size		: 12pt;
}
table#banner
{
	border			: 2px crimson solid;
	border-top		: 0px;
	border-collapse	: collapse;
}
table#banner td
{
	border-top		: 0px;
}
td#tdTop
{
	border			: 0px crimson solid;
	border-bottom	: 2px crimson solid;
}
font.banner, h1
{
	color			: silver;
	font-style		: italic;
}
a
{
	color				: #0066cc;
}
a:active
{
	color				: crimson;
}
a:visited
{
	color				: #808080;
}
a.plain
{
	text-decoration		: none;
	font-family			: arial, helvetica, sans-serif;
	font-size			: 12pt;
	font-weight			: bold;
	color				: crimson;
}
a.plain:visited
{
	color				: #808080;
}
a.refer, a.refer:active, a.refer:visited
{
	text-decoration		: none;
	font-family			: arial, helvetica, sans-serif;
	font-size			: 9pt;
	color				: white;
}