body {
	background-color: #F9EDE2;
	background-image: url('images/background.jpg');
}

h1 {
	text-align: center;
	font-weight: bold;
	font-size: 32pt;
	color: #532A00;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #341A00;
}

.b_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #341A00;
}

.navtab {
	  margin-right: 10px; padding: 0px; width: 150px;
}

.nav {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	background-color: #EDB488;
	white-space: nowrap;
	border-top: 2px solid #AD8363;
	border-left: 2px solid #AD8363;
	border-bottom: 2px solid #5C4634;
	border-right: 2px solid #5C4634;
	TEXT-ALIGN: center;
	WIDTH: 150px;
	height: 30px;
}

.nav A {
	 COLOR: #000000; TEXT-DECORATION: none; padding: 0px; 
	 WIDTH: 140px;
}

.nav A:link {
	 COLOR: #000000; TEXT-DECORATION: none; padding: 0px; 
	 WIDTH: 140px;
}

.nav A:hover {
	COLOR: #000000; TEXT-DECORATION: none; padding: 0px; 
	WIDTH: 140px;
	background-color: #D58B51;
}

.nav A:visited {
	 COLOR: #000000; TEXT-DECORATION: none; padding: 0px; 
	 WIDTH: 140px;
}

.nav A.selected {
	 COLOR: #000000; TEXT-DECORATION: none; padding: 0px; 
	 WIDTH: 140px;
}

a:link, a:visited {
	text-decoration: none; 
	font-weight: bold; 
	color: blue
}
	
a:hover { 
	text-decoration: underline;
	font-weight: bold;
	color: red
}
	
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #341A00;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #532A00;
}
