/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 14px;
color: #000000;
line-height: normal;
padding: 0px;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
	font-style: oblique;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FAF7EF;
	display: block;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 0px;
	background-image: url(images/back_nav.gif);
	padding-right: 0px;
	text-align: center;
	height: 30px;
}

.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FAF7EF;
	display: block;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 0px;
	background-image: url(images/hover_nav.gif);
	height: 30px;
}
.mytext {
	font-family: Arial, Helvetica, sans-serif;
	height: 350px;
	width: 400px;
	overflow: auto;
	position: static;
	left: 300px;
	top: 312px;
}
