/*reefpark.css*/
/*Version 2*/
/*Authors MJS*/

body{font-size: small; 

background-color: #DEDBE4;
color:#000066; font-family: Arial, Helvetica, sans-serif}

.mike {
background-color:#51A3F8;
}

.bold{
font-weight: bold;

}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-transform: none;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 0.8; 
	font-weight: bold;
	color: #000066;
}




.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	color: #000066;
	text-align: left;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #000066;
	text-align: left;
	margin: 3px;
	padding: 3px;
}

.background {
	background-color: #5494CB;;
}

.small {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-align: left;
}

.redBold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}

/* Sortable tables */
table.sortable a.sortheader { 
    background-color:#eeeeee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable div.sortheaderempty {
background-color:#eeeeee;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.copywrite {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1;
	font-weight: normal;
	color: #000066;
	text-align: center;
	margin: 3px;
	padding: 3px;
}
