body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-image: url(../img/background_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:acvtive {
	text-decoration: none;
}

#menu_blue ul {
	padding: 0px;
	margin: 0px;
}
#menu_blue li {
	list-style-image: none;
	list-style-type: none;
	color: #6fb6cb;
	display: inline;
	padding: 5px;
}
#menu_blue li:hover {
	background-color: #6fb6cb;
	color: white;
	cursor: pointer;
}

.main {
	text-align: center;
	background-image: url(../img/tree_buttom.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 0px;
	vertical-align: top;
}
.author {
	background-color: #1579b3;
	padding: 10px;
	color: white;
	height: 50px;
}

#search_form {
	width: 50%;
	border: 0px;
}

#search_links_a {
	color: white;
	background-color: #1579b3;
	padding: 5px 7px;
	font-size: 11px;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 1px 0px 0px;
}
#search_links_a:hover {
	background-color: #18217b;
	color: white;
	cursor: pointer;
}
#search_links_b {
	color: white;
	background-color: #50cdd5;
	padding: 5px;
	padding: 5px 7px;
	font-size: 11px;
	background-image: url(../img/corner.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px 1px 0px 0px;
}
#search_links_b:hover {
	background-color: #0d3e98;
	color: white;
	cursor: pointer;
}

#search_field {
	border-left: 1px solid #0d3e98;
	border-top: 1px solid #0d3e98;
	border-bottom: 1px solid #0d3e98;
	border-right: 0px;
	height: 25px;
	padding: 3px 0px 0px 5px;
	margin: 0px;
	width: 100%;
}
#search_field:hover {
	background-color: #f5ffe6;
}

#search_submit {
	border: 1px solid #0d3e98;
	height: 25px;
	margin: 0px;
	color: white;
	background-color: #0d3e98;
	width: 100%;
}
#search_submit:hover {
	border: 1px solid #0d3e98;
	background-color: #0d3e98;
	cursor: pointer;
}

#links {
	color: #0d3e98;
	padding: 5px;
}
#links:hover {
	background-color: #0d3e98;
	color: white;
	cursor: pointer;
}
#links a{
	color: #0d3e98;
}
#links:hover a{
	color: white;
}

#links_blue {
	color: #6fb6cb;
	padding: 5px;
}
#links_blue a {
	color: #6fb6cb;
}
#links_blue:hover {
	background-color: #6fb6cb;
	color: white;
	cursor: pointer;
}
#links_blue:hover a {
	color: white;
}
#links_blue_a {
	background-color: #6fb6cb;
	color: white;
	padding: 5px 7px;
}
#links_blue_a:hover {
	background-color: #398aa2;
	color: white;
	cursor: pointer;
}
#links_blue_a a{
	color: white;
}
#links_blue_a:hover a{
	color: white;
}

#lang {
	background-color: #355600;
	color: white;
	padding: 3px;
}
#lang:hover {
	background-color: #5b9400;
	color: white;
	padding: 3px;
	cursor: pointer;
}
