p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.nonwhitep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
}
a.nonwhitep:link {
	color: #666666;
	text-decoration: underline;
}
a.nonwhitep:visited {
	color: #666666;
	text-decoration: underline;
}
a.nonwhitep:hover {
	color: #666666;
	text-decoration: underline;
}
a.nonwhitep:active {
	color: #666666;
	text-decoration: underline;
}
.mytable {
	background-color:#DBD9C0;
	border:1px solid #000000;
}