#container #mainContent #content table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container  {
	width: 850px;
	background: #7499b3;
	margin: 20px auto auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	height: auto;
}

#container_error  {
	width: 46em;
	background: #7499b3; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#mainContent {
	padding: 10px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	height: auto;
	width: auto;
	margin-top: 10px;
}

#header {
	width: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18pt;
	padding-top: 5px;
	padding-bottom: 6px;
}

img{
	padding: 2px 7px 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.lo_img
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#content_error {
	padding-left: 10px;
	margin-bottom: auto;
}

#content_error p{
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11pt;
	padding: 10px;
	height: auto;
	width: auto;
}

#content li{
	text-align: left;	
}

#textarea {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 11pt;
	padding-right: 10px;
	padding-left: 10px;
}

#news_text {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 11pt;
	padding-right: 5px;
}

#menu {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12pt;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	display:inline;
	padding-right: 10px;
	font-size: 12pt;
	
}

#menu a:link {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#menu a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#menu a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#menu a:active {
	font-weight: normal;
	color: #F5F4F0;
	text-decoration: none;
	padding-bottom: 5px;
}

h3 {
	text-align: center;
}

#textarea a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	}

#textarea li a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

#textarea li a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#textarea li a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
	font-size: 12pt;
}


iframe {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a:link {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a:active {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}

table.history {
	clear: right;
	width: 750px;
	border-collapse: collapse;
	border: 1px solid #adbbca;
	color: #444141;
	background: #97b1ce;
}

table.history thead tr{
	text-align: center;	
	color: white;
	background: #5e7796;
}

table.history thead tr th {
  padding: 0.0em 0.6em 0.4em 0.0em;
}

table.history tbody tr {
  border: 1px solid #adbbca;
}

table.history tbody tr.odd {
  background: #c4cfdb;
}
.news_text {
	text-align: left;
}

