body {
	background-color: #85A4C8;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	line-height: 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #324D9C;
	line-height: .05em;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #324D9C;
}


.bodytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodytextboldblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 324da6;
	font-weight: bold;
}
.bodytextboldblacklarge {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.bodytextboldred {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}

.style1 {
	color: #324da6;
	font-weight: bold;
}

a:link {color:#324D9C;}      /* unvisited link */
a:visited {color:#324D9C;}  /* visited link */
a:hover {color:#6C3939;}  /* mouse over link */
a:active {color:#324D9C;}  /* selected link */

.innerbox {
	min-height: 550px;
	padding: 20px;
}

.innerbox table {
	width: 100%;
}

.innerbox td {
	min-width: 300px;
}

.innerbox tr:nth-child(even) td {
    background-color: #fff;
}
.innerbox tr:nth-child(odd) td {
    background-color: #E6F0F7;
}

.registration {
	font-family:Arial, Helvetica, sans-serif;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.registration label{
	display:inline-block;
	margin-left: 74px;
	width: 200px;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align:right;
}

.registration input{
	width: 200px;
}

.registration input[type=checkbox]{
	width: 30px;
	}

.registration p{
	width: 100%;
	text-align: right;
}

.outerbox {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 605px;
	height: 537px;
	border: solid 30px #F5F6CE;
	overflow:hidden;
}

.bluetext {
	font-family:Arial, Helvetica, sans-serif; 
	color:#324d9c; 
	font-weight:bold; 
	font-size:1.2em;
}


