<style type="text/css">
a.white:link { COLOR: #FFFFFF }
a.white:active { COLOR: #FFFFFF }
a.white:visited { COLOR: #FFFFFF }
a.white:hover { COLOR: #FFFFFF }

body 
{
	color: #000000;
	background-color: #C0C0C0;
}

h3
{
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}

p
{
	font-weight: normal;
	text-align: center;
}

.q1
{
	font-weight: normal; 
	text-align: left; 
	line-height: 100%; 
	margin-top: 1; 
	margin-bottom: 1;
}

.q2
{
	font-weight: bold;
	text-align: left;
	line-height: 100%; 
	margin-top: 1; 
	margin-bottom: 1;
}

.q3
{
	font-weight: normal;
	text-align: left;
	font-style: italic;
	line-height: 100%; 
	margin-top: 1; 
	margin-bottom: 1;
}

td.header 
{
	color: #FFFFFF;
	background-color: #0000FF;
	font-weight: bold;
	text-align: left;
	border: 1 solid #FFFFFF;
}
td.body
{
	color: #000000;
	background-color: #CCCCCC;
	font-weight: normal;
	text-align: justify;
	border: 1 solid #FFFFFF;
}
td.left 
{
	color: #FFFFFF;
	background-color: #0000FF;
	font-weight: normal;
	text-align: left;
	border: 1 solid #FFFFFF;
}
td.right
{ 
	color: #FFFFFF;
	background-color: #0000FF;
	font-weight: normal;
	text-align: right;
	border: 1 solid #FFFFFF;
}

input
{
	color:#000000;
	font: 7.5pt verdana;
	font-weight: none;
	text-decoration: none;
	background: #E2E2E2;
	border: 1 solid #000000;
}
table
{
	border: 1 solid #FFFFFF;
}
table.plain
{
	border: 0
}
</style>