a:link
{
	color: white;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: white; 
}
a:hover
{
	text-decoration: underline;
}
a:active 
{
	color: red;
}
body
{
	margin: 0pt;
	font-size: 10pt;
	font-family: Verdana, sans-serif;
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
td
{
	font-family: 'Verdana', 'Verdana', sans-serif;
	font-size: 10pt;
}
h1
{
	font-size: 24pt;
	font-weight: bold;
	font-family: 'Times New Roman', 'Times', sans-serif;
	color: #FFFFFF;
}
h2
{
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Times New Roman', 'Times', sans-serif;
	color: #FFFFFF;
}
h3
{
	font-size: 14pt;
	font-family: 'Arial', 'Arial', san-serif;
	font-style: italic;
	color: #FFFFFF;	
}
h4
{
	font-size: 14pt;
	color: #21387E; 
}
h5
{
	font-size: 10pt;
	font-family: 'Arial', 'Arial', sans-serif;
	color: #FFFFFF;
}
h6
{
	font-family: 'Arial', 'Arial', sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-style: normal;
}
.category
{
	font-family: 'Arial', 'Arial', sans-serif;
	font-size: 12pt;
	color: #800000;
	font-weight: bold;
	text-indent: 4pt;
}
.cell
{
	background: #DDDDDD;
}