/**********************/
/* GENERAL FORMATTING */
/**********************/
html {
     overflow: -moz-scrollbars-vertical;
}
td	{
	padding: 0pt;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 14px;
}
td.body {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 140px;
	padding-bottom: 20px;
	padding-left: 20px;
}
td.homebody {
	text-align: left;
	vertical-align: top;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td.textcol2 {
	width: 215px;
	text-align: left;
	vertical-align: top;
}
td.textcol {
	width: 100px;
	text-align: justify;
	vertical-align: top;
}

p	{
	padding: 0pt;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	text-indent: 15px;
	text-align: left;
	line-height: 14px;
}
p.lead	{
	text-indent: 0px;
}
font.smallcaps {
	font-size: 10px;
}
.dropcap {
	float: left;
	font-size: 51px;
	line-height: 42px;
	font-weight: normal;
	color: #465C46;
	width: 34px;
}
h1  {
	color: #fff;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	background-color: #90AD90;
	padding: 2pt;
	border: none 1pt #005;
	align: left;
	text-indent: 5px;
	text-transform: uppercase;
}
h2  {
	color: #465C46;
	font-weight: normal;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	align: left;
	text-transform: capitalize;
	font-style: italic;
	border-top-width: 1pt;
	border-right-width: 1pt;
	border-bottom-width: 1pt;
	border-left-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*******************/
/* LINK ATTRIBUTES */
/*******************/
a			{ text-decoration : underline }
a:link		{ color : #465C46}
a:visited	{ color : #465C46;
}
a:hover		{ color : #E0760B}

/********************/
/* IMAGE ATTRIBUTES */
/********************/
img			{
	border : 0px;
	padding: 0px;
	margin: 0px;
} 
img.photo	{ border : 2px solid #465C46} 
img.lphoto	{
	border : 1px solid #000000;
	margin-right : 10px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
} 
img.rphoto	{
	border : 1px solid #000000;
	margin-left : 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
} 
