/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}

.bold2 {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7eedf;
	display: block;
	padding: 2px;
	width: 150px;
	background-image: url(images/button1.png);
	height: 20px;
}

.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #F7eedf;
	display: block;
	padding: 2px;
	width: 150px;
	background-image: url(images/button2.jpg);
	height: 20px;
}
.contact {
	font-size: 11px;
	display: block;
	width: 250px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: normal;
}
.contact:hover{
	font-size: 11px;
	display: block;
	width: 250px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	background-color: #FFFF00;
	font-weight: bold;
}
