body
{
	font-family: Arial, Verdana, helvetica, Sans-Serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: Black;
	color: White;
	text-align: center;
}
body,td,p
{
	font-size: 8pt;
}
A
{
	color: #d985d1;
}
H1
{
	color: #d985d1;
	font-size: 18pt;
	font-weight: bold;
}
H2
{
	color: #d985d1;
	font-size: 18pt;
	font-weight: normal;
}
H3
{
	color: #d985d1;
	font-size: 14pt;
	font-weight: bold;
}
H4
{
	color: #d985d1;
	font-size: 14pt;
	font-weight: normal;
}
H5
{
	color: #d985d1;
	font-size: 12pt;
	font-weight: bold;
}
.title
{
	color: #d985d1;
	font-size: 12pt;
	font-weight: bold;
}
.contentBox
{
	background-color: #5f355b;
	border-right: 1px solid #8e80a2;
	border-bottom: 1px solid #8e80a2;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	/*
	WIDTH IS ACTUALLY 538, but because we have 20px right padding, its 518 here and on the td width;
	*/
	width: 518px;
}
.menuBox
{
	background-color: #adbbe1;
	height: 200px;
	/* 
	WIDTH IS ACTUALLY 207, but because we have 10px padding left and right, it's 187 here and on the td width;
	*/
	width: 187px;
	padding-bottom: 20px;
	background-image: url(../img/gradient_tip.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.spacerBox
{
	background-color: #5f355b;
	border-bottom: 1px solid #8e80a2;
}
DIV.menul1
{
	padding-bottom: 4px;
	padding-top: 8px;
}
DIV.menul2
{
	padding-top: 8px;
	padding-bottom: 4px;
}
DIV.menul3
{
	padding-top: 3px;
	padding-bottom: 3px;
}
A.menul1
{
	font-weight: bold;
	text-transform: uppercase;
	color: #1a2c60;
	text-decoration: none;
}
A.menul1Active
{
	font-weight: bold;
	text-transform: uppercase;
	color: #5f355b;
	text-decoration: none;
}
A.menul2
{
	font-weight: bold;
	text-transform: uppercase;
	color: #1a2c60;
	padding-left: 20px;
	text-decoration: none;
}
A.menul2Active
{
	font-weight: bold;
	text-transform: uppercase;
	color: #5f355b;
	padding-left: 20px;
	text-decoration: none;
}
A.menul3
{
	color: #1a2c60;
	padding-left: 40px;
	text-decoration: none;
}
A.menul3Active
{
	color: #5f355b;
	padding-left: 40px;
	text-decoration: none;
}
DIV.button
{
	width: 200px;
	border: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-left: 8px;
	padding-right: 8px;
	background-color: #909cbc;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
DIV.buttonover
{
	width: 200px;
	border: 1px solid white;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;	
	padding-left: 8px;
	padding-right: 8px;
	background-color: #b58bb1;
	cursor: pointer;
	color: White;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

