body, td 
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12;
	color: #000000;
}

img 
{
	border: none;
}

.marker
{
	width: 7px;
	height: 12px;
}

#logo 
{
	position: absolute;
	top: 95px;
	left: 10px;
}

#logo2 h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 13;
	color: #000000;
	margin-top: 0px;
}

#logo2
{
	position: absolute;
	top: 130px;
	left: 70px;
}

#logo3 h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 20;
	color: #770000;
	margin-top: 0px;
}

#logo3
{
	position: absolute;
	top: 110px;
	left: 70px;
}

#logo4
{
	position: absolute;
	top: 110px;
	left: 113px;
	font-family: Arial;
	font-weight: bold;
	font-size: 20;
	color: #000077;
	margin-top: 0px;
}


#search_bar 
{
	position: absolute;
	top: 95px;
	left: 230px;
	padding: 10px;
	background-color: #4CC260;
	font-size: 13;
	color: #FFFFFF;
	white-space: nowrap;
}

#categories 
{
	position: absolute;
	top: 190px;
	left: 10px;
	width: 211px;
}

#categories2 
{
	position: absolute;
	left: 10px;
	width: 281px;
	padding-top: 25px;
	position: relative;
}

#content 
{
	position: absolute;
	top: 190px;
	left: 230px;
	right: 10px;
}

.result
{
	font-family: Arial;
	font-size: 13;
	color: #000000;
}

.links_table_element {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.inform_block {
	padding-bottom: 25px;
	position: relative;
}

.inform_block_title {
	position: relative;
	height: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #4CC260;
	font-size: 13;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

b
{
	font-weight: normal;
}

.inform_block_title h2 
{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

.inform_block_title h1
{
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

.inform_block_content 
{
	position: relative;
	top: 4px;
	padding: 8px;
	border: solid #CCCCCC 1px;
}

.inform_block_content h2
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 13;
	font-weight: bold;
	color: #000000;
	white-space: nowrap;
} 

/*.inform_block_top_separator {
	position: relative;
	top: 5px;
	width: 500px;
	height: 5px;
	background-color: #4CC260;
}*/

.inform_block_bottom_separator {
	position: relative;
	top: 8px;
	height: 5px;
	font-size: 1;
	background-color: #4CC260;
}

#bottom_block {
	border-top: solid #CCCCCC 1px;
	padding-top: 10px;
/*	width: 1000px;*/
/*	color: #999999;*/
}

#bottom_block td {
	font-size: 10;
/*	color: #999999;*/
}

a {
	font-size: 13;
	font-weight: bold;
}

a:link {
  color: #777777; text-decoration: underline;
}
a:visited {
  color: #777777; text-decoration: underline;
}
a:active {
  color: #777777; text-decoration: underline;
}
a:hover {
  color: #777777; text-decoration: underline;
}

a.bottom_link {
	font-size: 10;
}

a.bottom_link:link {
  color: #000000;
  text-decoration: underline;
}

a.bottom_link:visited {
  color: #000000;
  text-decoration: underline;
}

a.bottom_link:active {
  color: #000000;
  text-decoration: underline;
}

a.bottom_link:hover {
  color: #000000;
  text-decoration: underline;
}

.form-edit
{
	width: 400px; 
	background-color: #ffffff; 
	border: 1px solid #000000;
}

.form-text
{
	width: 400px; 
	height: 200px;
	background-color: #ffffff; 
	border: 1px solid #000000;
}

.form-button
{
	width:200px; 
	background-color:#EEEEEE; 
	border: 1px solid #000000;
}