@charset "utf-8";
/* CSS Document */
body {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: medium;
    color: #666;
    background-color: #FFF;
}
tr {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: small;
	color: #999;
	margin-left: 4px;
}
body {
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
}
a:link {
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
a:visited {
	font-weight: lighter;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-weight: lighter;
	color: #666;
	text-decoration: none;
}
a:active {
    font-weight: lighter;
    color: #FFF;
    text-align: center;
}	
h1 {
	font-size: small;
	color: #666;
}
h2 {
	font-size: large;
	color: #333;
}
h3 {
	font-size: x-large;
	color: #333;
}
h4 {
	font-size: 10pt;
	color: #333;
}
h5 {
	font-size: small;
	color: #666;
}
h6 {
	font-size: x-small;
	color: #999;
	text-align: center;
}
