@charset "utf-8";

html {
	height:100%;
}
body { 
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	/*
	background-image:url(img/logo_v2.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	*/
	margin:0px;
	padding:0px;
}

a {
	color:#2d4d6c;
	text-decoration:none;
}
a:hover {
	color:#477aa9;
	text-decoration:underline;
}

.hidden {
	display:none;
}
.clear {
	clear:both;
	height:0px;
}

.logo {
	background-image:url(img/logo_v2.jpg);
	background-repeat:no-repeat;
	width:604px;
	height:588px;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:10px;
}

.footer {
	width:100%;
	padding-bottom:5px;
	background-color:#FFF
}
.footer a,
.footer .copyr {
	color:#2d4d6c;
	text-decoration:none;
	margin:3px 0px;
	padding-left:4px;
	text-align:center;
}
.footer .fcols {
	width:604px;
	margin:0 auto;
}
.footer .leftf {
	float:left;
	width:50%;
}
.footer .rightf {
	float:right;
	width:50%;
}
.footer a {
	border-left:1px solid #2d4d6c;
	text-decoration:underline;
}
.footer .fcols a {
	display:block;
	border-left:0px;
	text-align:left;
}
.footer a.first {
	border-left:0px;
}
.footer a:hover {
	color:#477aa9;
	text-decoration:underline;
}

.dbox {
	position:absolute;
	width:600px;
	height:500px;
	background-color:#FFF;
	border:1px solid #477aa9;
}
.dbox h1 {
	font-size:12px;
	margin:0px;
	padding:5px;
}
.dbox .cont {
	padding:5px;
}
.dbox .close {
	position:absolute;
	top:5px;
	right: 5px;
}

