body
{
	background-color: #ede7e5;
}

.mainBody
{
	background-color: #f5f0ec;
}

.mainBar
{
	background-color: #b76c81;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

.subBar
{
	background-color: #e1b2b2;
	color: #000000;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	padding: 5px;
}

.defTextHeader
{
	color: #853249;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.logoTopRight
{
	color: #681235;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}

a.logoTopRight:hover
{
	color: #8b6d24;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	text-decoration: underline;
}

.sideBar
{
	background-color: #f5f0ec;
	color: #681235;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.sideBar:hover
{
	background-color: #f5f0ec;
	color: #8b6d24;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.defText
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.defText:link
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.defText:hover
{
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.footerText
{
	color: #000000;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
}

.footerLink
{
	color: #452e34;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.footerLinkSml
{
	color: #452e34;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.footerLinkSmaller
{
	color: #452e34;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: none;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #8b6d24;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

a.footerLinkSml:hover
{
	color: #8b6d24;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

a.footerLinkSmaller:hover
{
	color: #8b6d24;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: none;
	text-decoration: underline;
}


