div.disclaimer {
	position: relative;
	left: 100px;
	top: 10px;
}

p.disclaimer {

	position: relative;
	width: 500px;
	left: 75px;
	font-weight: 700;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;

}
a.acceptarrow {
	position: relative;
	left: 400px;
	
}

.bold { 
	font-weight: 700;
}

.disclaimerbox {

	background-color:#999999;
	color: black;
	margin:0px auto;
	height: 400px;
	width: 80%;
	position: relative;
	border: 2px solid;
}

div#centered {

	position: relative;
	width: 60%;
	margin: 0px auto;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:500;

}

div#centered p:first-letter {

	font-size: 18px;
	font-weight: 700;

}

div#mainbox {

	
 	position: relative;
	width: 60%;
	margin: 0px auto;
	min-height: 500px;
	height: auto;
	top: 50px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	
}

div#mainbox p:first-letter {

	font-size: 18px;
	font-weight: 700;


}

* html div#mainbox {

	height: 500px;
	width: 60%;
	margin: 0px auto;

}

div#mainbox2 {

	
 	position: relative;
	width: 60%;
	margin: 0px auto;
	min-height: 200px;
	height: auto;
	top: 50px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:500;
	
}

div#mainbox2 p:first-letter {

	font-size: 18px;
	font-weight: 700;
}

* html div#mainbox2 {

	height: 200px;
	width: 60%;
	margin: 0px auto;
}


h3 {

	text-decoration: underline;
}

