/* CSS Document */

<style type="text/css">

a.header 	{
	font:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
	}
	
.bodytxt	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


.topborder {
	border-top-color:#000000;
	border-top-style:solid;
	border-top-width:2px;
}

.border {
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:1px;
}
body {
	background-color: #CCCCCC;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tablesep {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #efefe7;
}

.headerthings {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}

a:link	{
	text-decoration:underline;
	color:#A73440;
	}
	
a:visited	{
	text-decoration:underline;
	color:#003366;
	}
	
a:hover	{
	text-decoration:none;
	color:#003366;
	}
	
a#trouble	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	color:#A73440;
}

</style>
