/* CSS Document */
.Heading
{
font-family:Arial;
font-size:18px;
}

.font
{
font-family:Arial;
font-size:12px;
}

.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2B642F;
	border-bottom-color: #2B642F;
	border-left-color: #2B642F;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}
.head_rd {
	font-family: "Albertus MT";
	font-size: 18px;
	color: #DC2521;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.head_gr {
	font-family: "Albertus MT";
	font-size: 18px;
	color: #2B642F;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

