BODY
{        
	margin: 0;
	background-color: #EFEFEF;
}


.navigation_level_one
{
	color: #711313;
	font-weight: bold;
	font-size:  11px;
	line-height: 100%;
	margin: 0;
	text-decoration: none;
	font-family: "Verdana", "MS Sans Serif", "Arial";
	word-spacing: 0;
}
.navigation_level_one:hover
{
	color: #711313;
	text-decoration: underline;
}
.navigation_level_one:visited
{
	color: #711313;
}


.navigation_level_two
{
	color: #2D2D2D;
	font-weight: normal;
	font-size:  11px;
	line-height: 100%;
	margin: 0;
	text-decoration: none;
	font-family: "Verdana", "MS Sans Serif", "Arial";
	word-spacing: 0;
}
.navigation_level_two:hover
{
	color: #2D2D2D;
	text-decoration: underline;
}
.navigation_level_two:visited
{
	color: #2D2D2D;
}



.bottom_text_copyright
{
	color: #FFFFFF;
	font-weight: normal;
	font-size:  10px;
	word-spacing: 0;
	line-height: 120%;
	margin: 0;
	text-decoration: none;
	font-family: "Verdana", "MS Sans Serif", "Arial";
}


.bottom_text_contact
{
	color: #686868;
	font-weight: normal;
	font-size:  10px;
	word-spacing: 0;
	line-height: 120%;
	margin: 0;
	text-decoration: none;
	font-family: "Verdana", "MS Sans Serif", "Arial";
}
.bottom_text_contact:hover
{
	color: #A4A4A4;
	text-decoration: underline;
}
.bottom_text_contact:visited
{
	color: #A4A4A4;
}


.button
{
	background-color: #FFFFFF;
	font-size: 12px;
	height: 21px;
	font-weight: normal;
	color: #D20000;
	border-left: 1px solid #999999;
	border-right: 1px solid #666666;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	cursor: pointer;
	font-family: "Verdana", "MS Sans Serif", "Arial";
}