html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
	color: #003300;
	background-color: #E9F3E9;
}
.table100 {
	height: 100%;
}
.header, .header  a {
	font-size: 24px;
	text-decoration: none;
	color: #006633;
}
.bottom   {
	font-size: 12px;
}
.content {
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px solid #006600;
}
table    .menu    td, table .menu a    {
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	text-transform: lowercase;
	color: #003300;
}
.header2, .header2 a {
	font-size: 12px;
	text-decoration: none;
	color: #CC0000;
}

a           {text-decoration: none; color:#10216A;}
a:link      {text-decoration: none; color:#10216A;}
a:visited   {text-decoration: none; color:#10216A;}
a:hover     {text-decoration: none; color:#10216A;}
a:active    {text-decoration: none; color:#10216A;}
.menu, .menu:link, .menu:hover, .menu:active, .menu:visited
{text-decoration: none; color:#466725;}
h1         {font-family:  Tahoma,Verdana,Arial; font-size: 14pt; font-weight: bold; text-decoration: none;}
h1:link    {font-family:  Tahoma,Verdana,Arial; font-size: 14pt; font-weight: bold; text-decoration: none;}
h1:hover   {font-family:  Tahoma,Verdana,Arial; font-size: 14pt; font-weight: bold; text-decoration: none;}
h1:visited {font-family:  Tahoma,Verdana,Arial; font-size: 14pt; font-weight: bold; text-decoration: none;}
h2         {font-family:  Tahoma,Verdana,Arial; font-size: 13pt; font-weight: bold; text-decoration: none;}
h2:link    {font-family:  Tahoma,Verdana,Arial; font-size: 13pt; font-weight: bold; text-decoration: none;}
h2:hover   {font-family:  Tahoma,Verdana,Arial; font-size: 13pt; font-weight: bold; text-decoration: none;}
h2:visited {font-family:  Tahoma,Verdana,Arial; font-size: 13pt; font-weight: bold; text-decoration: none;}
p  {text-align: justify;}

.abs         {font-family:  Tahoma,Verdana,Arial; font-size: 8pt; font-weight: bold; text-decoration: none;}
.abs:link    {font-family:  Tahoma,Verdana,Arial; font-size: 8pt; font-weight: bold; text-decoration: none;}
.abs:hover   {font-family:  Tahoma,Verdana,Arial; font-size: 8pt; font-weight: bold; text-decoration: none;}
.abs:visited {font-family:  Tahoma,Verdana,Arial; font-size: 8pt; font-weight: bold; text-decoration: none;}

input.w100{
	width: 100%;
}

input, select, textarea{
	font-size:8pt;
	background-color:#FFFFFF;
	color:#508831;
	border-color:#508831;
	border-width:1px;
	border-style:solid;
}

table.comm_form{
	font-size: 12px;
	width: 500px;
	border: 0px solid #013E72;
}

span.errors{
	color:#FF0000;
}

table.news_list_item{
	border: 1px solid #00665A;
	border-collapse:collapse;
	width: 100%;
}

table.news_list_item td.comm{
	border: 1px solid #00665A;
	background-color: #E9F3E9;
	padding: 2px;
}

table.news_list_item td.title{
	background-color: #E9F3E9;
	border: 1px solid #00665A;
	padding: 2px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

table.news_list_item td.title h2 a, table.news_list_item td.title h2, table.news_list_item td.title td{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	padding:0;
	margin:0;
}