html, body, #fullheight {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
}

.nav {
	text-transform: uppercase; 
	color: #FFFFFF; 
	font-family: Helvetica; 
	font-weight: bold; 
	font-size: 13px; 
	text-align: center;
}

TD.nav {
	padding: 7px; 
	width:100%; 
	background-color:FF9000; 
	cursor: hand
}

.footer {
	text-align: center; 
	font-family: Arial,Helvetica, sans-serif; 
	font-size: 12px; 
	font-color: #000000;
	padding: 3px;
}

div {
	font-size: 10pt;
	text-align: left;
	line-height: 12pt;
}

div.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: justify;
	line-height: 14pt;
}

div.date {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	text-align: right;
	text-transform: uppercase;
}

li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
}

#docHeader {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0px;
}

#doc {
	padding: 0px 20px;
	line-height: 20px;
}

#doc p {
	text-indent: 20px;
}

div#postHeader {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}

a.member {
	border:3px solid #ff9000;
	float:left;
	width:64px;
	height:64px;
	margin:0 7px 25px 0px;
}


a.member:hover{
	border:3px solid #FFFFFF;
}

div#post #title {
	font-size: 14px;
}

div#post #author {
	font-size: 11px;
}

div#post #link {
	font-size: 14px;
}

div#formField {
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
}