

body {
	background: #FFFFFF; /* white */
	color: #000000; /* black */
}

h1 {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #000000; /* black */
}

h2 {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000; /* black */
}

p {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000; /* black */
}

.white {
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF; /* white */
}

.gray {
	font-family: Verdana;
	font-size: 10pt;
	color: #666666; /* grey */
}

a:link {
	text-decoration: none;
	color: #666666; /* grey */
}

a:visited {
	text-decoration: none;
	color: #666666; /* grey */
}

a:active {
	text-decoration: none;
	color: #666666; /* grey */
}

a:hover {
	text-decoration: underline;
	color: #000000; /* black */
	cursor: pointer;
	cursor: hand;
}

.contentpane
{
	border: 1px solid;
	border: none;
	background: #f0f0f0;
	background: #ffffff;
	height: 250px;
	padding: 10px 10px 10px 10px;
	width: 496px;
}

/* fake a */

.a {
	text-decoration: none;
	color: #666666; /* grey */
	cursor: auto;
}
.a:hover {
	text-decoration: underline;
	color: #000000; /* black */
	cursor: pointer;
	cursor: hand;
}

.b {
	text-decoration: underline;
	color: #000000; /* black */
	cursor: pointer;
}