/* set all tags to the master font */
td, div, p, input, li, form
 { 
	font-family: times;
	font-size: 10pt; 
	color: #000000;
}


body
{ 
	font-family: times;
	font-size: 10pt; 
	color: #000000;
	background:#445B0B;
	margin: 25px 0px;
	text-align: center;
	padding: 0px;
}

p
{
	margin-left: 10px;
}

h1
{
	font-size: 14px; 
	font-weight: bold;
	margin-top: 10px;
	margin-left: 0px;	

}

h2
{
	font-size: 13px; 
	font-weight:bold;
	margin-top: 10px;
	margin-left: 0px;

}

h3
{
	font-size: 11px; 
	font-weight:bold;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: -10px;

}

dt {
font-size: 11px; 
padding-top:10px;
margin-left:-25px;
font-weight:bold;
}

dd {
padding-top:5px;
margin-left:-10px;
} 


.main_col
{
	background-color:#FFFFFF;
	width: 680px;
	
      	margin: 50px  auto;
      	padding: 20px 10px;
}

.left_col
{
	vertical-align: top;
	padding-top: 40px;
}

.body_text
{
	vertical-align: text-top;
	text-align:left;
	padding:10px;
}
.header
{
	vertical-align: bottom;
	margin-left: auto;
      margin-right: auto;
}

.emphasis
{
	font-family:times;
	font-size:14pt;
	font-weight:bold;
}

.links 
{
	border:0px;
	font-family: san-serif, veranda;
	font-size:12pt;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:  3px;
	vertical-align: text-bottom;
	
}
.links a
{
	border:0px;
	font-family: san-serif, veranda;
	font-size:12pt;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding:  3px;
	vertical-align: text-bottom;
}
.publication
{
	font-weight:bold;
	font-style:italic;
}

.links a {text-decoration: none; width: 80px; padding:  0px,5px,0px,5px;}

.left_col a {text-decoration: none;font-weight:bold;}
.left_col a:link { color: #191970}
.left_col a:visited { color: #191970}
.left_col a:hover	{ color: #F0FFFF; text-decoration: underline; }
.left_col a:active { color: #191970}


a {text-decoration: none;}
a:link { 	color: #121A3E}
a:visited {	color: #121A3E}
a:hover	{	color: #121A3E; text-decoration: underline; }
a:active { 	color: #121A3E}

.poem
{
	padding-left:		15px;
	margin-top: 15px;
}

.poem h3
{
	font-weight:		bold;
	margin-left: 0px;
	margin-bottom: 15px
	text-align: center;
}

.title {
	font-weight: normal;
	font-style: italic;
}

.title a  
{font-weight: bold;}

.foot {
	font-size: 10px; 
	font-family: arial; 
	color: #6990AF;
	text-align:center;
}