body
{
	margin-left:	auto;
	margin-right:	auto;
	margin-top: 	10;
	margin-bottom: 	10;
	text-align:		center;
	background:		white;
}

table
{
	width: 			600;
	border: 		thin	none	black;
}

td.top
{
	height:			15;
	border:			thin	none	blue;
	font-family:	Times New Roman;
}

td.bottom
{
	height:			20;
	border:			thin	none	blue;
	font-family:	Times New Roman;
	font-size:		x-small;
}

td.middle
{
	width:			600;
	border:			thin	none	blue;
	font-family:	Times New Roman;
	font-size:		medium;
}

td.middlesm
{
	width:			600;
	border:			thin	none	blue;
	font-family:	Times New Roman;
	font-size:		x-small;
	text-decoration:	bold;
	color:			#003333;
}

img.top
{
	border: 		thin	none	red;
}

A.mylink
{
	border:			thin	none	blue;
	font-family:		Times New Roman;
	text-decoration:	none;
	font-size:		medium;
}

A.mylink{color:#cc9900}
A.mylink:hover{color:#003333}
A.mylink:visited{color:#cc9900}
A.mylink:visited:hover{color:#003333}

A.top
{
	height:			15;
	border:			thin	none	blue;
	font-family:		Times New Roman;
	text-decoration:	none;
	font-size:		x-small;
}
A.top{color:#cc9900}
A.top:hover{color:#003333}
A.top:visited{color:#cc9900}
A.top:visited:hover{color:#003333}

td.heading
{
	height:			100;
	border:			thin	none	blue;
	font-family:	Times New Roman;
	font-size:		x-large;
}
