/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #0099FF;
	margin-top: 0px;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

td.border {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 3px solid #000;
	border-bottom: 4px solid #000;
}
td.border a {
	text-decoration:none;
	color:#FFFFFF;
}
td.border a:hover {
	text-decoration:underline;
	color:#993300;
}
td.layout {
	border-bottom: 2px solid #000;
	}
	