html, body {
	height: 100%;
	}

#container {
	min-height: 100%;
	}
	
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #51121E;
}
.servicetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #53141F;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #51121E;
	text-decoration: underline;
}
.subtitlesmall {
	font-size: 12px;
	font-weight: bold;
	color: #51121E;
}
.bottom {
	text-align: center;
	color: #999999;
	padding: 10px;
}
.bottom a:link {
	font-weight: bold;
	color: #EBE8D2;
	text-decoration: none;
}
.bottom a:visited {
	font-weight: bold;
	color: #EBE8D2;
	text-decoration: none;
}
.bottom a:hover {
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #51121E;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #996666;
	text-decoration: underline;
}
.test {
	background-color: #CCCCCC;
}

.navigation {
}
.navigation a:link {
	font-weight: bold;
	color: #43423C;
	text-decoration: none;
}

.navigation a:visited {
	font-weight: bold;
	color: #43423C;
	text-decoration: none;
	
}
.navigation a:hover {
	font-weight: bold;
	color: #51121E;
	text-decoration: underline;
	
}
.bold {
	font-weight: bold;
	color: #51121E;
}

