/* TRIAL STYLE SHEET */

H1 {	font-family: "century gothic", arial, sans-serif; 
	background-color: green; 
	color: white;
	text-align: center;
	font-size: 12pt
        }

H2 {	font-family: "century gothic", arial, sans-serif; 
	color: green;
	text-align: left;
	font-size: 11pt
        }

H3 {	font-family: "century gothic", arial, sans-serif; 
	color: green;
	text-align: left;
	font-size: 10pt
        }

A:visited { color:blue
	  }

BODY {	font-family: Arial, sans-serif;
	font-size: 9pt}

TD {	font-family: Arial, sans-serif; 
	font-size: 9pt}

#entries_table {
	border: none;
}

#entries_headers {
	color: green;
}

TH.entries_header {
	border: none;
	text-align: left;
}

TR.entry_row {
	background-color: white;
}

TD.link_cell {
	padding: 10px;
}

TD.author_cell {
	font-size: 9pt;
}

TD.date_cell {
	font-size: 9pt;
	width: 20%;
}

DIV.first_message {
	font-size: 9pt;
	font-style: italic;
	padding-left: 2em;
	padding-right: 2em;
	}


DIV.author_header 
	{
	font-size: 9pt;
	background-color: white;
	}

DIV.subject_header
	{
	font-size: 9pt;
	background-color: white;
	}

DIV.ip_header
	{
	font-size: 9pt;
	background-color: white;
	}

DIV.article_link
	{
	font-size: 9pt;
	}


DIV.responses
	{
	font-size: 9pt;
	}


