@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height:10pt;
}
body {
	background-color: #e6dec7;
}
p {
	margin-top:0px;
	margin-bottom: 3px;
}
/* corners */
.topround {
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	background-color:#d1d0e9;
	background-image:url(vrtop.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:780px;
	height:90px;
}

.bottomround {
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	background-color:#fff;
	width:780px;
}
.vrinner {
	background-color:#666666;
	width:740px;
	height:516px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.vrtop {
	background-color:#0085cf;
	position:relative;
	width:780px;
}
.vrbottom {
	background-color:#d9d9d9;
	position:relative;
	width:780px;
	height:740px;
}
.head_title {
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	padding-top: 35px;
	margin-left: 210px;
	margin-bottom:3px;
}
.head_address {
	font-size: 8pt;
	font-weight: bold;
	margin-left:210px;
	margin-bottom:3px;
	color: #fff;
}
.head_value {
	font-size: 8pt;
	font-style: italic;
	margin-left:210px;
	padding-bottom:15px;
	color: #ff;
}
.frame {
	width:720px;
	height:496px;
	padding:10px;
}
.vrbox {
	padding:20px;
}
.pagebox {
	margin-left:auto;
	margin-right:auto;
	width:780px;
}
.column {
	width:360px;
	float:left;
	padding-left:20px;
	padding-bottom:20px;
}
.clear {
	clear:both;
	font-size: 0%;
}
.licence {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	line-height:8pt;
	width:770px;
	padding:5px;
	text-align:center;
	color:#000000;
}

