/* CSS Document

#9DAA00;
#9DAAD0;

 */
 
*
{
	padding: 0;
	margin: 0;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(139,138,136);
	background: rgb(231,231,231);
	text-align: center;
}
/* HIDE FROM IE */
html>body 
{
	text-align: left;
	margin-top: 10px;
}

* html body 
{
	text-align: left;
	margin-top: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	display: block;

	/*white-space: normal;
	display: none;
	vertical-align: 1%;
	letter-spacing: 1em;
	word-spacing: 2em;*/
	color: #905c5c;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 2px;
	padding-left: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	/*white-space: normal;
	display: none;
	vertical-align: 1%;
	letter-spacing: 1em;
	word-spacing: 2em;*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h4 {
	font-size: x-small;
	font-weight: bold;
	color: #56673F;
	/*white-space: normal;
	display: none;
	vertical-align: 1%;
	letter-spacing: 1em;
	word-spacing: 2em;*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	/*text-align: left;*/
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}

ul
{
	font-size: xx-small;
	text-align: left;
	/*margin-left: 10px;*/
	padding-left: 5px;
	color: #3C4C00;
}

p {
	margin-bottom: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 10px;
}

br
{
	line-height: 3px;
}

.date {
  font-size: xx-small;
	font-style: italic;
	color: #3C4C20;
	text-indent: 1px;
}

.news
{
	padding-top: 3px;
	padding-right: 5px;
	/*clear: both; */

}

.news img
{
 display: inline;
 width: 130px;
 height: 100px;
 float: left;
 padding-right: 5px;
 padding-bottom: 5px;
}

.news h2
{
  margin-top: 20px;
}

a:link  {
	font-weight: bold; 
	text-decoration: none; 
	color: #0064AC;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #0064AC;
}
a:active {
	font-weight: bold; 
	text-decoration: none; 
	color: #0064AC;
}


