	html { min-width: 770px; }
	body, div, p, td, th, input, select, textarea { font-family: Tahoma,sans-serif; font-size: 8pt; color: #666; }  
	h1, h2, h3, h4 { font-family: Tahoma,sans-serif; color: #666; }  
	h1 { font-size: 13pt; padding:0; margin:6px 0 6px 0; }
	h2 { font-size: 12pt; padding:0; margin:4px 0 4px 0; }
	h3 { font-size: 11pt; padding:0; margin:2px 0 2px 0; }
	body { padding:0; margin: 0; } 

	#header { width:100%; height:2em; text-align:center; }
	#menu { text-align:center; background-color:#ddd; width:100%; top:0; border-bottom: 1px solid #ccc; padding: 0.5em 0 0.5em 0; margin: 0 0 0 0;}
	#content { text-align:center; background-image:url('/site/images/content_bg.gif'); background-repeat: no-repeat;}
	#footer { width:100%; bottom:0; text-align:center; background-color:#ddd; height: 2em; border-top: 1px solid #ccc; padding: 0.5em 0 0 0; margin: 0 0 0 0; }
	
	div.left{ display:inline; width:15%; float:left; }
	div.center{ display:inline; width:69%; float: left; color: #666;}
	div.right{ display:inline; width:15%; float:left; }
		
	a { color: #6ac; text-decoration:none; }
	a:hover { color: #00f; text-decoration:none;  }
	a:active { color: #000; }
	a.cat_link { font-size:7.5pt;}
	
	div.archive_thumb { display:inline; float:left; border:1px solid #6ac; padding:0px; margin:1px; }
	div.spacer { clear: both; }
	
	p.disclaimer { font-size: 8pt;  }

/* Comments */
div.comments {
	width: 518px;
	padding: 0;
	border-bottom: 0px;
}

div.comment {
	border: 1px solid #cccc00;
	padding: 1em;
	margin-bottom: 7px;
}

div.comment h3 {
	font-weight: bold;
}

/* Form Formating */
form {
	padding: 0;
	margin: 0;
}
form table {
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
}

form tr.head{
	/* background-color: #fff;*/
}

form tr.head td {
	padding: 5px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #999;
	border-bottom: 1px solid #aaa;
}

form tr.row{
	background-color: #ffffff;
}

form tr.alt_row{
	background-color: #f8f8f8;
}

form td {
	padding: 3px;
	border-top: 0px;
	/* border-bottom: 1px solid #ccc; */
}

form td.entry_label {
	font-weight: bold;
	text-align: right;
	width: 150px;
}

form td.entry {
	width: 200px;
}

form td.entry_tip {
	color: #333;
	text-align: left;
	width: 150px;
}

form td.last {
	border-top: 0px;
	border-bottom: 0px;
}

form tr.action{
	background-color: #ffc;
}

form tr.action td {
	border-top: 1px solid #B89C00;
	border-bottom: 0px;
}

input.action{
	/* font-weight: bold; */
}

input.sub_action{
	color: #999;
	/* font-weight: bold; */
}


