body {
	margin:0;
	padding:0;
	background-image: url(../img/main_bg.gif);
}

* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

img {
	border:none;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
hr {
	height:0;
	border:0;
	border-top:1px solid #8D8D8D;
	margin-top:5px;
	margin-bottom:5px;
}

h1,
h2,
h3 {
	margin:0;
	padding:0;
}

h1 {
	margin-bottom:15px;
	font-size:18px;
	color:#005294;
	font-weight:normal;
	line-height:18px;
}

h1 span {
	display:block;
	font-weight:normal;
	color:#7B932D;
}

h2 {
	margin-top:0px;
	margin-bottom:4px;
	font-size:12px;
	color: #000000;
}

form {
	margin:0;
	padding:0;
}

form input,
form textarea,
form select {
	background-color:#FFFFFF;
}

thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

/*  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  */

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}

#main {
	padding-bottom:20px;
}
#left {
	float:left;
	width:350px;
	text-align:right;
}
#right {
	float:left;
	width:600px;
}
#top_menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: none;
	letter-spacing: normal;
	padding-bottom:20px;
	margin:5px;
	border-bottom:solid 1px #8D8D8D;
}
#top_menu a,
#top_menu a:visited {
	font-size:11px;
}
#content {
	padding:10px;
}
#lang {
	text-align:right;
	padding-top:10px;
	padding-bottom:5px;
}
#left_menu {
	padding-right:10px;
	margin-left:150px;
}
#left_menu,
#left_menu p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
}
#left_menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#left_menu ul li {
	padding-bottom:5px;
}
#left_menu ul li a, 
#left_menu ul li a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
}
.go_to_top {
	margin-top:20px;
	padding-top:20px;
	border-top:solid 1px #8D8D8D;
	text-align:center;
	margin-left:10px;
	margin-right:10px;
}