.body
{
	background-image		: url(/images/homepage/bodyrepeat.jpg);
	background-repeat		: repeat-x;
	background-color		: #f0f0f0;
	background-position		: 0 0;
	margin-top				: 0px;
}

.indexNavigation TD
{
	background-color		: #FFFFFF;
}

.naviTable
{
	border-style			: solid;
	border-width			: 1px;
	border-color			: #CCCCCC;
}

.verticalLineLeft
{
	border-style			: solid;
	border-width			: 0px;
	border-left-width		: 1px;
	border-color			: #CCCCCC;
}

.verticalLineLeftRight
{
	border-style			: solid;
	border-width			: 0px;
	border-right-width		: 1px;
	border-left-width		: 1px;
	border-color			: #CCCCCC;
}

.topTable
{
	background-image		: url(/images/homepage/toprepeat.jpg);
	background-repeat		: repeat-x;
	background-position		: 0 0;
}

.smallNavigation a
{
	color					: #FFFFFF;
	font-size				: 10px;
	text-decoration			: none;
}

.smallNavigation a:hover
{
	color					: #CCCCCC;
	font-size				: 10px;
	text-decoration			: underline;
}

.contentMain
{
	background-color		: #FFFFFF;
	padding					: 5px;
	width					: 550px;
	border-style			: solid;
	border-width			: 0px;
	border-right-width		: 1px;
	border-color			: #CCCCCC;
}

.emptyColorBar
{
	background-color		: #800040;
	height					: 10px;
}

.twoColumnTable
{
	padding					: 0px;
	width					: 750px;
}

.leftUpperColumn
{
	width					: 200px;
	height					: 290px;
	background-color		: #FFFFFF;
	text-align				: center;
	border-style			: solid;
	border-width			: 0px;
	border-right-width		: 1px;
	border-left-width		: 1px;
	border-color			: #CCCCCC;
}

.rightUpperColumn
{
	width					: 550px;
	background-color		: #F0F0F0;
	border-style			: solid;
	border-width			: 0px;
	border-right-width		: 1px;
	border-color			: #CCCCCC;
}

.leftLowerColumn
{
	width					: 200px;
	background-color		: #CCCCCC;
	padding					: 5px;
	border-style			: solid;
	border-width			: 0px;
	border-left-width		: 1px;
	border-color			: #CCCCCC;
}

.infoDiv
{
	width					: 180px;
	height					: 60px;
	padding					: 5px;
	font-family				: verdana;
	font-size				: 11px;
	background-color		: #FFFFFF;
	border-width			: 1px;
	border-style			: solid;
	border-color			: #666666;
	border-left-color		: #CCCCCC;
	border-top-color		: #CCCCCC;
	border-bottom-width		: 2px;
	border-right-width		: 2px;
	z-index					: 10;
	top						: 10px;
	left					: 10px;
}

.infoTableHeader
{
	background-color		: #46404A;
	color					: #FFFFFF;
	font-weight				: bold;
	padding					: 2px;
}

.balgenTable TD
{
	background-color		: #F0F0F0;
}