.a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #293F5F;
	font-weight: bold;
	text-decoration: none;
}
.a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5279B5;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.bodylarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}


.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #847121;
	text-transform: uppercase;
}

.nav_gradiant {
	background-image: url(../images/nav_gradiant.jpg);
	background-repeat: repeat-x;
}
.bottom_gradiant {
	background-image: url(../images/bottom_gradiant.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B632B;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}
