/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dddddd;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 18px;
}

a:link, a:active, a:visited {
	color: #7295cd;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}

.contact{
	float: right;
	background-color: #FFFFFF;
}

.title{
	font-weight: bold;
	color: #05a673;
}

.navBox{
	padding-left: 3px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	padding-right: 3px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7295cd;
	height: 20px;
	width: auto;
	padding-right: 2px;
	padding-left: 5px;
	border: 1px solid #999999;
	padding-top: 2px;
}

h3{
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}

.logo{
	margin-top: 10px;
	margin-left: 20px;
}

.picLeft{
	float: left;
}

.picRight{
	float: right;
}

.report{
	font-weight: bold;
	text-decoration: blink;
}