/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}
h2{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 3px;
	font-style: oblique;
	font-variant: small-caps;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bolder;
	color: #C7B299;
	font-style: normal;
	text-decoration: none;
	background-color: #736357;
	width: auto;
	display: block;
	padding: 5px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #534741;
	display: block;
	padding: 12;
	width: 140px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3C2725;
	display: block;
	padding: 12;
	width: 140px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
}
.bullet {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #373331;
}
.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF99;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #362F2D;
	text-decoration: underline;
}
