/* CSS Document */

p{
font-family: Verdana, sans-serif; font-size: 13px;
color: #000000;
line-height: 18px;
padding: 15px;
}

.footer{
font-family: Verdana, sans-serif; font-size: 9px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}


.name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #003366;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
	display: block;
	padding: 5px;
	width: 160px;
}
.navigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C6E6FF;
	display: block;
	padding: 5px;
	width: 160px;
}

.list {
	list-style-position: outside;
	list-style-type: square;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	padding-right: 20px;
	vertical-align: middle;
}

.h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
	color: #000099;
	font-weight: bold;
}
.h2 {
	font-family: Arial, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #990000;
	font-weight: bold;
}

.h3 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #990000;
	font-weight: bold;
}

.h4 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #990000;
	font-weight: bold;
}

.h5 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
	font-weight:normal;
}

.h6 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000099;
	font-weight: bold;
}
