.page_body{
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}	


.sub_title{
	font-family: arial;
	font-size: 12px;
	font-weight:bold;
	color:#5C81AA;
}

.text {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color:#404040;
}

.menu_button{
	cursor:hand;
}

.menu_link{
	text-decoration:none; 
	color:#404040;
	font-weight:bold;
}

.recipt_title{
	font-size:18px;
	font-weight:normal;
	color: '83B200';

}
.recipt_sub_title{
	font-size:12px;
	font-weight:bold;
	color: '83B200';

}
.menu {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	
}

#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: "#005487";

}