BODY {
	background-color : #999999;
	background-image : url(images/background.jpg);
	margin : 0px 0px 0px 0px
}

A:visited {
	color : #990000;
	text-decoration : none
}

A:link {
	color : #006600;
	text-decoration : none;
	font-weight: bold;

}

A:hover {
	color : #003333;
	text-decoration : none
}

A:active {
	color : #000000;
	text-decoration : none
}

.leftcol {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #CCCC99 url(images/colbackground.jpg);
	border-width : 1px 0 1px 1px;
	border-style : solid;
	border-color : #333333
}

.mainwindow {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	background-color : #cccccc;
	background-image : url(images/racquet.gif);
	background-repeat : repeat;
	border-top: 1px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 3px solid #333333;


}

.rightcol {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #CCCC99 url(images/colbackground.jpg);
	border-width : 1px 1px 1px 0;
	border-style : solid;
	border-color : #333333
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 0px;

}
.centertable {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	background : #CCCC99 url(images/colbackground.jpg);
	float: none;
	border: 1px outset #333333;




}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.quote {
	font-style: italic;
}
.tableheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
