/* CSS Document */

p{
font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
font-size: 14px;
color: #333;
line-height: 18px;
padding: 3px;
}

.text1 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

.text1ORANGE {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
}

.text2 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

.textMenu {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	line-height: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333;
}

.heading1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.heading2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #660033;
	letter-spacing: 2px;
	margin-top: 10px;
}

.heading3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: medium;
	color: #363229;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-top: groove thin #A73C28;
}

.heading4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #660033;
	letter-spacing: 1px;
	margin-top: 10px;
}

.navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #ECEEF0;
	display: block;
	width: 178px;
	padding: 8px;
	color: #333;
}
.navigation:hover {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #5F5F5F;
	display: block;
	width: 178px;
	padding: 8px;
	color: #FFFFFF;
}

.link1{
font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
color: #660033;
text-decoration: none;
}

.link1:visited{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	color: #333;
	text-decoration: underline;
}

.link2{
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 15px;
}

.year {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #996600;
	font-weight: bold;
	text-decoration: none;
}

.year:hover {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999900;
	font-weight: bold;
	text-decoration: none;
}

.year:visited {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #999900;
	font-weight: lighter;
	text-decoration: none;
}

