@charset "utf-8";
/* CSS Document */
div.appInvoice
{
	width: auto;
	height: auto;
	margin:1%;
	border-color:#C63;
	border: groove;
  padding:15px;
  background-color: #edf8c3;
  border-radius: 10px;
  
}
div.warning
{
width : auto;
	height: auto;
	margin: 1%;
	border-color:#C63;
	border: groove;
  padding:30px;
  background-color:#9F6;
  border-radius: 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bolder;
	text-shadow:inherit;
}

img.mainBanner
{
margin-top: 1%;	
border-radius: 10px;
width:74%;
height: 30%;
	
}
div.mainBoder
{
	
	border-bottom:groove;
	border:groove;
	border-left-width:medium;
	width:96%;
	margin:1%;
	border-radius: 10px;
	padding:1%;	
}
p.title
{	
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bolder;
text-shadow:inherit;
}