body {
	margin: 0;
	background-color: white;
	}

p, ul, blockquote {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-spacing: 15px;
	}

fieldset {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-spacing: 15px;
	border: 1px solid #afafaf;
	padding: 10px;
	margin-bottom: 15px;
	display: inline;
	}
	
fieldset.player {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-spacing: 15px;
	border: 1px solid #afafaf;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	display: inline;
	}
	
legend {
	font-weight: bold;
	color: #01704f;
	font-size: 12px;
	}
	
input {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-spacing: 15px;
	border: 1px solid #000;
	background-color: #ccc;
	}
	
table {
	margin-top: 20px;
	padding: 0;
	}
	
td#body1 {
	background: url('/images/body1.jpg');
	background-repeat: repeat-y;
	width: 2px;
	}
	
td#body3 {
	background: url('/images/body3.jpg');
	background-repeat: repeat-y;
	width: 6px;
	}
	
td#body5 {
	background: url('/images/body5.jpg');
	background-repeat: repeat-y;
	width: 3px;
	}

.highlight {
	margin-top: 5px;
	}
	
.highlight_title {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #01704f;
	}
	
.banner {
	padding-bottom: 3px;
	border-bottom: 1px solid #d5494c;
	margin-bottom: 3px;
	}