/* CSS Document */
body {
	font-family: Arial;
	background-color: #fff;
}

#header {
	height:*;
	width: *;
	margin:0px;
	padding: 0px;
	left:0px;
	top:0px;
	z-index:1;
border: 0px solid red;
}
#header img {
	margin-left:20px;
	vertical-align:right;
}
/* Describes main (horizontal) menu */
#menu{
	z-index:1;
}
#menu ul {
	margin: 0px;
	padding: 3px;
	list-style-type: none;
	height: 25px;
}
#menu ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
	display: inline;
}
#menu ul li img {
	margin-left:0px;
	vertical-align:left;
}
#menu ul li a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 11px;
  color: #0753a3;
}
#menu ul li a:hover {
	text-decoration: none;
  color: #0753a3;
}
#menu ul li a.here {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 11px;
  color: #0753a3;
}
#menu ul li a.here:hover {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
  color: #0753a3;
}
.main_table
{ 
	font-size: 11px;
	color: #333333;
	padding: 6px;
	
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #a9da5b;
	border-bottom-color: #a9da5b;
	border-left-color: #a9da5b;
}

.text_box
{
 	background-color: #e7f2d6;
	border-bottom-width: 1;
	border-right-width: 1;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #7a9c43;
	border-right-color: #7a9c43;
	/*border: 1px solid #7a9c43;*/
}

.text_sm
{
	font-size: 11px;
	/*border: 1px solid #7a9c43;*/
}

.text
{
	font-size: 12px;
	/*border: 1px solid #7a9c43;*/
}
.text_italic
{
	font-style: italic;
}
.text_italic_red
{
	color: red;
	font-style: italic;
}

.navigation_table
{
	border-bottom-width: 1;
	border-bottom-style: solid;
	border-bottom-color: #a9da5b;
}

.bottom_text
{
	font-size: xx-small;
}

#list ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
}

#list ul li a {
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-size: 11px;
  color: #0753a3;
}
a {
	text-decoration: none;
	font-size: 11px;
  color: #0753a3;
}
a:hover {
	text-decoration: none;
  color: #0753a3;
}
a.here {
	text-decoration: none;
	font-size: 11px;
  color: #0753a3;
}
a.here:hover {
	text-decoration: none;
	font-size: 10px;
  color: #0753a3;
}