/* CSS Document */
.tableborder 
{
	border: thin solid #999999;
}
body 
{
	background-color: #C2D5C9;
}
.bodytext {
	padding: 5px;
}

div.heading1
{
	text-align:center;
	font-size: 20pt;
	font-family: Arial;
	background-color: #C2D5C9;
}

div.heading2
{
	text-align:center;
	font-size: 16pt;
	font-family: Arial;
	background-color: #C2D5C9;
}

div.heading3
{
	text-align:left;
	font-size: 12pt;
	font-family: Arial;
	background-color: #C2D5C9;
}

th
{
	background-color: #C2D5C9;
}

p
{
	font-size: 10pt;
}

li
{
	font-size: 10pt;
}
