body {
	margin: 0;
background: #fff;
	font-family: Arial;
	color: #000000;
	font-size: 10pt;

}

p {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}

.title h2 {
	font-family: Arial;
	color: #000000;
	font-size: 19pt;
	padding-top: 15px;


}

a:link {
	font-family: Arial;
	color: #000FFF;
	font-size: 10pt;
}

a:visited {
	font-family: Arial;
	color: #000FFF;
	font-size: 10pt;
}

a:hover {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
}

.menu a:link {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
_padding-right: 0px;
	text-decoration: none;
}

.menu a:visited {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	font-family: Arial;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.links a:link {
	font-family: Arial;
	color: #000000;
	padding-left: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.links a:visited {
	font-family: Arial;
	color: #000000;
	padding-left: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.links a:hover {
	font-family: Arial;
	color: #000000;
	padding-left: 5px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.comments {
	font-family: Arial;
	color: #000000;
	font-size: 9pt;
}

strong {
	display: none;
}

strong td {
	display: inline;
}

#dropmenudiv {
	position:absolute;
	background-color: #DDEEF6;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color: #81C0DF;
}