A{	color: #335533;
	text-decoration: none;
	text-decoration: underline;
}
A:hover{
	color: #77AA77;
}
B{
	font-weight: bold;
}
BODY{
	color: black;
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}
H1{
	font-weight: bold;
	font-size: 16pt;
}
H2{
	font-weight: bold;
	font-size: 13pt;
}
H3{
	font-weight: bold;
	font-size: 10pt;
}
I{
	font-style: italic;
}
I.small{
	font-size: 8pt;
	font-style: italic;
}
IMG{
	text-align: center;
	text-decoration: none;
 	border-bottom: none;
}
INPUT{
	font-size: 9pt;
	font-family: Helvetica, sans-serif;
}
LI{
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
}
TH{
	color: white;
	background: black;
}
TD{
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
}
TD.small{
	font-family: Helvetica, sans-serif;
	font-size: 8pt;
}
TD.sidebar{
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	width: 25%;
	padding: 10px;
	border-left: 1px solid gray;
}
TD.body{
	padding-left: 12px;
	padding-right: 12px;
}
.accent{
	background-color: #D0E0D0;
}
.accent-a{
	background-color: #D0D0E0;
}
.accent-b{
	background-color: #EDEDD0;
}
.today{
	background-color: #EDEDD0;
}
.warn{
	color: white;
	background-color: #A00000;
}
.small{
	font-size: 8pt;
}
.large{
	font-size: 12pt;
}
.border{
	padding: 10px;
        border: 1px dashed #80A080;
}
.red{
	color: red;
}
