html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 32pt;
	font-weight: normal;
	color:#80242B; 
	font-family: Times New Roman; 
	text-decoration:none;
	text-align: left;
	line-height:42pt
}
div#menuTop a{
	font-size: 8pt;
	font-weight: normal;
	color:#ffffff; 
	font-family: Times New Roman; 
	text-decoration:none;
	text-align: left;
	line-height:10pt
}
div#menuTop a:hover{
	font-size: 8pt;
	font-weight: normal;
	color:#000000; 
	background-color:#ffffff; 
	font-family: Times New Roman; 
	text-decoration:none;
	text-align: left;
	line-height:10pt
}
div#hilites a{ 
 font-family:Times New Roman; 
 color:#717171; 
 font-size:8pt; 
 font-weight:normal; 
 line-height:7pt;
 text-decoration:none;
}
div#hilites a:hover{ 
 font-family:Times New Roman; 
 color:#0000ff; 
 font-size:8pt; 
 font-weight:normal; 
 line-height:7pt;
 text-decoration:none;
}
.texta { 
 font-size: 10px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}

#rqinfo_label {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:bold;
	font-size:14px;
	color:#0000ff;
	line-height:14px;
}
span.MnuHead01,.MnuHead01 a{
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	color:yellow;
	line-height:12px;
	text-decoration:none;
}
span.MnuBody01,.MnuBody01 a{
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:10px;
	color:#0000ff;
	line-height:16px;
}
span.LocBody01,.LocBody01 a{
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-size:13px;
	color:yellow;
	line-height:13px;
}
#rqinfo_areafield {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	color:#0000ff;
	line-height:12px;
	width:152px;
}
p {
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-size:14px;
	color:#0000ff;
	line-height:17px;
	padding-right: 10px;
}
textarea#rqinfo_areafield {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12px;
	color:#0000ff;
	line-height:12px;
	width:152px;
	height:50px;
}
.buttonRight {
	PADDING-TOP: 1px; 
	PADDING-BOTTOM: 1px; 
	PADDING-RIGHT: 13px; 
	PADDING-LEFT: 20px; 
	BORDER-LEFT: 1px outset; 
	BORDER-RIGHT: 1px outset; 
	BORDER-TOP: 1px outset; 
	BORDER-BOTTOM: 1px outset; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	OVERFLOW: visible; 
	TEXT-TRANSFORM: uppercase; 
	WIDTH: 90px; 
	CURSOR: pointer; 
	COLOR: white; 
	FONT-FAMILY: "Times New Roman", Times, serif; 
	BACKGROUND-COLOR: #0000ff
}

#dropinboxv2cover{
	width: 440px;      /*dropbox width*/
	height: 300px;     /*dropbox height. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change these 4 rules*/
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}
#dropinboxv2{
	width: 400px;     /*dropbox width-20. */
	height: 260px;    /*dropbox height-20. REMOVE if you wish box to be content's natural height*/
	border: 0px solid white; /*Customize box appearance*/
	padding: 0px;
	position:absolute; /*Don't change these 3 rules */
	left: 0;
	top: 0;
}
