/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
text-align:justify;
color: #000000;
line-height: 18px;
padding: 10px
}
.teach {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 10px;
	text-align: justify;
}
.outline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: underline;
}



.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #8C7E61;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F2ECE0;
	text-decoration: none;
	background-color: #765D24;
	display: block;
	padding: 10px;
	width: 140px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2F0304;
	text-decoration: none;
	background-color: #765D24;
	display: block;
	padding: 10px;
	width: 140px;
}

.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #A19366;
	text-decoration: none;
	display: inline;
	padding: 10px;
	text-align: right;
}
.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #765D24;
	color: #A19366;
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
	width: 140px;
}
