body
{
	background-color: #ffffff;
}

.mainBody
{
	background-color: transparent;
}

.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;
}

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

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

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

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

a.sideBar:hover
{
	background-color: #DBE6EC;
	color: #0074BD;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: underline;
}

.logoTopRight
{
	color: #0074BD;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

a.logoTopRight:hover
{
	color: #0074BD;
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}

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

a.footerLink:hover
{
	color: #0074BD;
	text-decoration: underline;
}

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

a.footerLinkSml:hover
{
	color: #0074BD;
	text-decoration: underline;
}

.footerLinkSmaller
{
	color: #0074BD;
	font-size: 9px;
	font-family: Tahoma;
	font-weight: normal;
	text-decoration: none;
}

a.footerLinkSmaller:hover
{
	color: #0074BD;
	font-weight: normal;
	text-decoration: underline;
}

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

.hidden
{
	visibility: hidden;
	display: none;
}

.visible
{
	visibility: visible;
	display: block;
}

.formError
{
	font-family: Tahoma;
	font-size: 12px;
	color: #ff0000;
}

.joinInput
{
	padding: 4px 2px;
}

.adminMainBar
{
	background-color: #0074BD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px;
    padding-left: 10px;
    height: 20px;
    text-align: left;
}

.adminSubBar
{
	background-color: #049CCD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
    padding-left: 10px;
    height: 20px;
    text-align: left;
}

a.adminSubBar
{
	background-color: #049CCD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
    padding-left: 10px;
    height: 20px;
    text-align: left;
    text-decoration: none;
}

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

a.breadcrumb
{
	background-color: #0074BD;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
}

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