html
{
	font-size: 14pt;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #003300;
    background: url("/static/pagebg.png");
    background-position: top;
    background-repeat: repeat-x;
}

img
{
	border: 0;	
}

table
{
	font-size: 0.7em;	
	width: 100%;
	border: 0;
}

table td
{
	text-align: left;	
}

.main
{
	text-align: left;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	min-width: 500pt;
}

.title
{
	font-size: 2em;
	font-weight: bold;
	color: #33cc33;
	text-decoration: none;
}

.footnote
{
	font-size: 0.7em
}

.info
{
	text-align: left;
	font-size: 0.8em;
}

.numthanks
{
	font-weight: bold;
	font-size: 1.5em;
}

.resource
{
	display: block;
	margin: 1em;
}

.data
{
	border-bottom:1px dotted #33cc33;
}

.yes
{
	font-size: 2em;
	color: #33cc33;
}

.note
{
    font-size: 0.8em;
}
