﻿/* CSS Document */

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: normal;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

ol, ul{
margin-left: 30px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: normal;
padding: 5px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
}

.navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background: #2E7066;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #2E7066;
}

.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background: #CCFFFF;
	display: block;
	padding: 8px;
	width: 140px;
	background-color: #CCFFFF;
}
