.MainMenuItem
{
	font-size: 12px; color: #555b3e; font-family: arial; text-decoration: none
}
.SmallGray
{
	font-size: 10px; color: #555b3e; font-family: tahoma; text-decoration: none; font-weight: normal;
}
.SmallLightGreen
{
	font-size: 10px; color: #a9d124; font-family: tahoma; text-decoration: none; font-weight: normal;
}
.SmallGreen
{
	font-size: 10px; color: #555b3e; font-family: tahoma; text-decoration: none; font-weight: normal;
}
.BoldGreenUnderline
{
	font-size: 12px; color: #555b3e; font-family: tahoma; text-decoration: underline; font-weight: bold;
}
.BoldRed
{
	font-size: 12px; color: #ff0000; font-family: tahoma; text-decoration: none; font-weight: bold;
}
.BoldRedUnderline
{
	font-size: 12px; color: #ff0000; font-family: tahoma; text-decoration: underline; font-weight: bold;
}

.BoldGreen
{
	font-size: 12px; color: #555b3e; font-family: tahoma; text-decoration: none; font-weight: bold;
}

.Basement
{
	font-size: 18px; color: #ffffff; font-family: tahoma; text-decoration: none; font-weight: bold;
}

.Fence
{
	font-size: 18px; color: #a9d124; font-family: tahoma; text-decoration: none; font-weight: bold;
}

.Title
{
	font-size: 36px; color: #ffffff; font-family: serif; text-decoration: none; 
	font-weight: bold;
}

.PageTitle
{
	font-size: 12px; color: #ffffff; font-family: serif; text-decoration: none; 
	font-weight: bold;
}

.SmallTitle
{
	font-size: 18px; color: #ffffff; font-family: tahoma; text-decoration: none; 
	font-weight: normal; font-style: italic;
}


a:link 
{
	color: #555b3e;
}

a:visited{
	color: #555b3e;
}

a:hover
{
	text-decoration: none;
}
a[href]:hover{
	text-decoration: none;
}

.Text 
{
	font-size: 13px; color: #445b3e; font-family: arial; text-decoration: none
}
