body, .bodytext {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

a {
	color: #CC0000;
	text-decoration: underline;
	}


/* HEADINGS */

h1 {
	font-size: 18px;
	font-weight: bold;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 6px;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	text-decoration: none;
	}


/* PAGE SPECIFIC STYLES */

.title {
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}
	
.ptitle {
	font-size: 18px;
	font-weight: bold;
	}

.reference {
	text-indent: -35px;
	padding-left: 35px;
	}

#lastmodified {
	color: #666666;
	}


/* TABLE STYLES */

th {
	font-weight: bold;
	color: white;
	background-color: #999999;
	text-align: left;
	vertical-align: middle;
	}

th h3 {
	margin: 0 3px 0 3px;
	padding: 0;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	}