body
{
	background-color: #3C3C3C;
}

a
{
	font-size: 12px;
	color: #404040;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td
{
	font-size: 14px;
	color: #404040;
	font-family: Verdana;
	vertical-align: top;
}

img
{
	border: 0px;
}

.logo
{
	width: 144px;
	height: 157px;
}

.header
{
	height: 110px;
}

.subMenuHeader
{
	width: 144px;
	height: 79px;
	background-image: url('../images/bgSubMenu.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.subMenuBg
{
	width: 144px;
	background-image: url('../images/bgSubMenu2.jpg');
	background-repeat: repeat-y;
}

.subMenuContent
{
	padding: 0px 35px 15px 23px;
	*padding: 0px 20px 15px 20px;
	line-height: 20px;
}

.subMenuFooter
{
	width: 144px;
	height: 13px;
	background-image: url('../images/bgSubMenu3.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
}

.mainHeader
{
	width: 474px;
	height: 5px;
	font-size: 4px;
	background-image: url('../images/bgContent.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.mainBg
{
	width: 474px;
	background-image: url('../images/bgContent2.jpg');
	background-repeat: repeat-y;
}

.mainContent
{
	padding: 10px 50px 15px 20px;
	*padding: 10px 47px 15px 17px;
}

.mainFooter
{
	width: 474px;
	height: 8px;
	background-image: url('../images/bgContent3.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.footer
{
	color: #DCDCC4;
}

.footer a
{
	font-size: 12px;
	color: #DCDCC4;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}