BODY
{
	font-family: arial, tahoma;
	FONT-COLOR: #000;
	MARGIN-TOP: 10px;
	MARGIN-LEFT: 0px;
	MARGIN-BOTTOM: 10px;
	MARGIN-RIGHT: 0px;
	BACKGROUND-COLOR: #C0C0C0;
}

table{
	table-layout: fixed;
}

img{
	border: 0;
}

H1
{
	font-family: arial, tahoma;
	color: A00;
	font-size: 20px;
}

P, li, td
{
	font-family: arial, tahoma;
	font-size: 13px;
}

.sideshadow
{
	background-image: url('../graphics/shadow-side.gif');
	width: 9px;
	font-size: 2px;
}

.bottomshadow
{
	background-image: url('../graphics/shadow-lower.gif');
	height: 9px;
	font-size: 2px;
}

.cornershadow
{
	background-image: url('../graphics/shadow-corner.gif');
	height: 9px;
	width: 9px;
	font-size: 2px;
}

.whitesideshadow
{
	background-image: url('../graphics/whiteshadow-side.gif');
	width: 9px;
	font-size: 2px;
}

.whitebottomshadow
{
	background-image: url('../graphics/whiteshadow-lower.gif');
	height: 9px;
	font-size: 2px;
}

.whitecornershadow
{
	background-image: url('../graphics/whiteshadow-corner.gif');
	height: 9px;
	width: 9px;
	font-size: 2px;
}

.whitetable
{
	BACKGROUND-COLOR: #FFFFFF;
}

.redtable
{
	BACKGROUND-COLOR: #AA0000;
}

.blackborder
{
	border: solid 1px #000;
	font-size: 12px;
	color: #000;
}

.whitelinks
{
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: bold;
	COLOR: #FFF;
	text-decoration: none;
}

.whitelinks:hover
{
	text-decoration: underline;
	color: c0c0c0;
}

.deadtext
{
	font-family: arial, tahoma;
	font-size: 13px;
	font-weight: bold;
	COLOR: #C0C0C0;
	text-decoration: none;
}

A
{
	font-family: arial, tahoma;
	font-weight: bold;
	COLOR: #A00;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
	color: 000;
}