body
{
      font-size:20px;
		background-color: White;
		
		font-family: "Times New Roman", Times, serif;
		/* Need larger line height so that Mozilla does not mess up link underlines: */
		line-height:130%;
}

table.outertable
{
	width:95%;
}
table.maintablebox
{
	border: 4px solid #69924d;
	padding: 15px 15px 15px 15px;
}

div.googleads
{
	padding-top:15px;
	margin-left:30px;
}
img.logo
{
	border:0px;
	float:left;
	margin-right:15px;
	margin-bottom:25px;
	
}
/* General link behavior: */	
	
	a {
	      letter-spacing: 1px;
	      padding: 0px 2px 0px 2px;
	      color:#69924d;
	      font-weight: bold;
	      text-decoration:none;
	}
	
	a:hover 
	{
		color:#69924d;
		text-decoration: underline;
	}
	
h1
{
   font-size:1.2em;
	padding-bottom: 4px;
	border-bottom: 4px solid #F45804; 
	width:99%;
	color: Black;
	margin-top:1px;
	text-align: left;
}

h2
{
  font-size:1em;
	padding-bottom: 4px;
	border-bottom: 2px solid Silver; 
	width:90%;
	color: Black;
	margin-top:1px;
	text-align: left;
}

h2.warning
{
   font-size: 20px;
   color: #FF0000;
	border-bottom: 4px solid Silver; 
}

h3
{
   font-size:.9em;
	padding-bottom: 4px;
	border-bottom: 4px solid #F45804; 
	width:90%;
	color: Black;
	margin-top:1px;
}

p
{
   line-height: 140%;
   font-size: 1em;
}

li
{
   line-height: 140%;
   font-size: 1em;
}

td
{
   line-height: 140%;
   font-size: 1em;
}

ul
{
   margin-top: .5em;
   line-height: 140%;
   font-size: 1em;
}

ol
{
   margin-top: .5em;
   line-height: 140%;
   font-size: 1em;
}