<style type="text/css">

a:link    {text-decoration: none;	color:	#000000;}
a:visited {text-decoration: underline;	color:	#666666;}
a:active  {text-decoration: none;	color:	#000000;}
a:hover   {text-decoration: none; 	color:	#FF9900;}

body	{
	text-align: center;
}

p {
	font-size: 0.95em;
	font-family:	Verdana,Arial,Sans;
}

p.footer {
	font-size:	0.7em;
}

ul	{
	list-style-type: square;
}

li {
	font-size: 0.90em;
	line-height: 135%;
	margin-top: 0px;
	margin-bottom: 7px;
}

table {
	font-family:	Verdana,Arial,Sans;
	font-size:		1.0em;
}

table.outside	{
	width:	1008;	
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: #000066 #000066 #000066 #000066;
	border-collapse: separate;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	font-size:	0.9em;
	border-width: 0px 0px 0px 0px;
	padding: 1px 8px 1px 1px;
	/*border-style: inset inset inset inset;*/
	border-color: "#000066";
	background-color: white;
}


</style>