/* Import the main AF css file */
@import url(/CSS/agentfirst.css);

/* Custom styles and layout for the EULA page */

div#main_container {
	position: relative;
}

div#border {
	border: solid 2px;
	border-color: #939495;
}

div#main_container form {
	margin: 10px auto 0px auto;
	width: 620px;	
	background-color: #ffffff;
	height: auto;
	border: solid 1px;
	border-color: #c9caca;
}

div#main_container p {
	font-size: 10pt;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;	
	padding: 10px 0px 10px 0;
}

div#header1 {
	text-align: center;
	font-size: 16pt;		
	padding: 25px 0px 35px 0px;
}

.header3 {
	font-size: 12pt;
	font-weight: bold;
}

.text_underline {
	text-decoration: underline;
}

.text_center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 74485 */
.main_header {
	font-size: 16pt;
	font-weight: bold;
}

.sub_header {
	font-size: 10pt;
	font-weight: bold;
}
/* End 74485 */

