A
{
	font: bold 12px arial;
	color: #666666;
	CURSOR: Hand;
	text-decoration: underline;
}
A:Hover
{
	font: bold 12px arial;
	color: #666666;
	CURSOR: Hand;
	text-decoration: none;
}
A:Active
{
	color: #666666;
	text-decoration: none;
}
A.BottomMenuLinks
{
	font: 12px arial;
	color: #FFFFFF;
	CURSOR: Hand;
	text-decoration: none;
}
A:Hover.BottomMenuLinks
{
	font: 12px arial;
	color: #FFFFFF;
	CURSOR: Hand;
	text-decoration: underline;
}
A:Active.BottomMenuLinks
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.TopMenuLink
{
	font: bold 12px arial;
	color: #FFFFFF;
	CURSOR: Hand;
	text-decoration: none;
}
A:Hover.TopMenuLink
{
	font: bold 12px arial;
	color: #CCCCCC;
	CURSOR: Hand;
	text-decoration: none;
}
A:Active.TopMenuLink
{
	color: #CCCCCC;
	text-decoration: none;
}
LABEL
{
	font: 12px arial;
	color: #333333;
}
LABEL.BoldLabel
{
	font: bold 12px arial;
	color: #4F4F4F;
}
LABEL.Copyrights
{
	font: bold 12px arial;
	color: #FFFFFF;
}
LABEL.HeaderTitle
{
	font: bold 18px arial;
	color: #FFFFFF;
}
LABEL.MainPageTitle
{
	font: bold 14px arial;
	color: #FFFFFF;
}
TD.TopMenu
{
	background: #4F4F4F;
	border-top: 1 solid #FFFFFF;
	border-bottom: 1 solid #000000;
	padding-left: 15px;
}
TD.LeftMenu
{
	background: #999999;
	border-right: 1 solid #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
TD.TopBorder
{
	border-top: 1 solid #000000;
	padding-right: 10px;
	padding-left: 10px;
}
TABLE.OuterBorder
{
	border-right: 1 solid #000000;
	border-left: 1 solid #000000;
}
.TopBackgroundImage
{
	background-image : url(../images/top_background.gif);
	background-repeat : repeat;
	width: 40px;
	height: 40px;
}
.MainPage
{
	background-image : url(../images/main_page_background.gif);
	background-repeat : repeat;
	width: 1px;
	height: 3px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
