body
{
	background-color: #FFFFFF;
	font-size: 9pt;
	font-family: 'Verdana' , 'MS Reference Sans Serif';
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	margin: 3px;
	color: #1A1A1A;
	margin: 0px 0px 0px 0px;
	background-image: url('../../App_Themes/Rpn_vo/images/back2.jpg');
	background-position: left top;
	background-repeat: no-repeat;		
}

#div_title {
	position:			absolute;
	top: 					250px;
	left:					50%;
	width:				500px;
	margin:				0px 0 0 -250px;
}

#div_title p {
	text-align:			center;
	font: 				normal normal normal 150%;
	color:				#1A1A1A;
}

#div_menu{
	position:			absolute;
	top: 					345px;  
	left:					50%;
	width:				550px;
	height: 			auto;
	background-color: 	white;
	z-index: 			10;
	margin:				0px 0 0 -250px;
	overflow-y: 		auto;
}

.bt_menu{
	height: 				40px;
	width:				500px;
	font-size:			90%;
	margin:				3px;
	font: 				normal normal bold 100% sans-serif;
	/*background-color: #6595D5;
	border:				solid #6595D5;
	color:				#FFFFFF;*/
	background-color: #E8F1F8;
	border:				solid 1pt #E8F1F8;
	color:				#6595C5;
	cursor:				pointer;
}

#div_footer {
	position: 			absolute;
	top:					100%;
	margin-top:			-120px;
	height:				120px;
}



