body, TR, TH, TD, P {
	background-color : white;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	margin-left : 10;
	margin-top : 10;
	color : black;
}

a {
     color:#000077;
}

table.sample {
	border-width: 0px;
	border-spacing: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: #BCBCBC;
}
table.sample th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: ;
}

.justright {
	text-align:right;
}
.justleft {
	text-align:left;
}
.justcenter {
	text-align:center;
}

table.nobord {
	border-width: 0px;
	border-spacing: 1px;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.nobord th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}
table.nobord td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: white;
	background-color: white;
	-moz-border-radius: ;
}

.bold {
	font-weight : bold;
}


.boldRed {
	font-weight : bold;
	color : #FF0000;
}

.grayText {
	color : #9A9A9A;
}


.eagle {
	background-color: #BBBBFF;
}

.birdie {
	background-color: #BBFFBB;
}

.bogey {
	background-color: #FFBBBB;
}

.doublebogey {
	background-color: #FF9999;
}
