/* CSS Document */

body {
	background: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px;
	border: none;



	}

.bodytable {
	background:#FFFFFF;
	width:800px;
	margin-top:20px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;

	}
	
.centerline {
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.leftline{
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	)
	
.events {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
	width: 120px;
	padding: 0px;
	background-color: #663333;
	margin: 10px;
	height: auto;
	font-size: 12px;
	color: #FFFFFF;
	background-position: center top;
	vertical-align: top;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	color: #000033;
	text-transform: none;
	font-variant: normal;
	margin: 0px;
	}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: 900;
	color: #000033;
	text-transform: uppercase;
	font-variant: normal;
	margin: 0px;
	}


a.hdr {color:#000000;
	text-decoration:none}
a.hdr:hover {color:#FFFFFF;
	text-decoration:underline}
	
