body {
	margin: 0px; 
	background: url("../images/background.jpg") repeat-x #324E75;
	color: #B4D7FF;
}
.title{
	height: 25px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.body{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:link, a:visited, a:active{
	font-family: Arial,Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.mainmenu, .mainmenu_on{
	padding-right:20px;
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #7297C0;
}
.mainmenu_on a:link, .mainmenu_on a:hover, .mainmenu_on a:visited, .mainmenu_on a:active{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #7297C0;
}

.menulang, .menulang_on{
	padding-bottom: 5px;
	text-align: center;
}
.menulang a:link, .menulang a:visited, .menulang a:active{
	font-size: 8px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}
.menulang a:hover {
	color: #7297C0;
	text-decoration: none;
}
.menulang_on a:link, .menulang_on a:hover, .menulang_on a:visited, .menulang_on a:active{
	font-size: 8px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #7297C0;
}
.content {
	height: 390px;
	padding: 20px 30px 0px 30px;
}
.copyrights {
	height:30px;
	vertical-align: bottom;
	font-family: Verdana;
	font-size: 10px;
	/*color: #B4D7FF;*/
	/*color: #5B85B6;*/
	color: #ffffff;
	padding-bottom: 5px;
}
h1 {
	font-family: Georgia;
	font-size: 14px;
	color: #B4D7FF;
}
p {
	font-family: Verdana;
	font-size: 11px;
}
.pressed{
	color: #7297C0;
}

.img_link{
	cursor:hand;
	cursor:pointer;
}

