.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

body, .bodytext {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal; 
	color: #000000;
}

/* 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 */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-weight: bold;
	color: white;
	background-color: #999999;
	text-align: left;
	vertical-align: middle;
}

th h3 { margin: 0 3px 0 3px; padding: 0;}

