@charset "utf-8";
/* CSS Document */

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}



a.wth:link {
	color: white;
	text-decoration: none;
}
a.wth:visited {
	text-decoration: none;
	color:white;
}
a.wth:hover {
	text-decoration: underline;
	color: white;
}
a.wth:active {
	text-decoration: none;
	color:white;
}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.title{
	font-family: "Monotype Corsiva";
	font-size: 14px;
}

.smltxt{
	font-size: 10px;
}

.subtitle{
color:#008000;
	font-size: 14px;
}

.border {border:#000000 solid 1px;}