 body 
 { 
	margin: 0; 
	padding: 0; 
	font: normal 11px/1.5em arial; 
	color: #000; 
	background-color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active
{
	text-decoration: none;
	color: #000000;
}
a:hover
{
	text-decoration: underline;
	color: #990000;
}
.header
{
	font-size: 14px;
	color: #FFFFFF;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.Default {
	border-top:  solid 1px #999999;
	border-left:  solid 1px #999999;

}
.Bottom {
	border-bottom:  solid 1px #999999;


}
.BottomR {
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;

}
table
{
	font: normal 11px/1.5em arial; 
	font-family: Arial, Helvetica, sans-serif;
}
th
{
	background-color: #1F5884;
	color: #ffffff;
	font-weight: bold
}
.white
{
	color: #ffffff;
}

.Maroon
{
	color: #990000;
}
div#header
{
	background-color: #1F5884;
	border: 1px solid #000;
	color:#FFFFFF;
	width: 750px;
	font-weight: bold;
	height: 50px;
	min-height: 50px;
	padding: 4px;
}

div.clear 
{
	clear: both;
}

div#footer
{
	border: 1px solid #000; 
	padding: 4px;
	background-color:#1F5884;
	color:#FFFFFF;
	width: 750px;
	font-weight: bold;
	height: 50px;
	min-height: 50px;
	text-align: center;
}

div#main
{
	padding: 4px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	width: 750px;
	height: 495px;
	min-height: 495px;
}
div#DivHeader
{
	border: solid 1px #999999;
	padding: 4px;
	background-color: #1F5884;
	color: #ffffff;
	font-weight: bold;
	margin-left: 4px;
	width: 508px;
}

div#DivHeader2
{
	border: solid 1px #999999;
	padding: 4px;
	background-color: #1F5884;
	color: #ffffff;
	font-weight: bold;
	margin-left: 4px;
	width: 200px;
}


div#Events
{
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 4px;
	margin-left: 4px;
	height: 450px;
	min-height: 450px;
	width: 508px;
	overflow: auto;
}

div#Events2
{
	border-left: solid 1px #999999;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	padding: 4px;
	margin-left: 4px;
	height: 230px;
	min-height: 230px;
	width: 200px;
}

div#Linkbutton   
{	
	border: solid 1px #999999;
	background-color: Yellow;
	text-decoration: none;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}

div#NoLinkbutton   
{	
	border: solid 1px #999999;
	background-color: White;
	text-decoration: none;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}

A.buttontext 
{
	font-size: 11px;
	text-decoration: none;
	cursor: hand;
}