body {
	
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #002F5E;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;	
	line-height: 18px;
}


/*  AREAS   */

.left_nav {
	background-color: #ADC8E2;
	padding-bottom: 25px;
	font-size: 12px;
}

.left_margin_area {
	background-color: white;
}

.body_area {
	background-color: white;
}

#body_content_area {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.large_arrow_area {
	padding-top: 11px;
	padding-bottom: 5px;
}

/*  NAVIGATION  */

.left_nav {
	padding-top: 7px;
}

.left_nav a {
	line-height: 25px;
	text-decoration: none;
	color: #002F5E;
	padding-left: 10px;
	padding-right: 10px;
}

.left_nav a:hover {
	text-decoration: underline;
}

/* TEXT STYLES  */

.large_text {
	font-size: 14px;
}

.section_header {
	font-weight: bold;
	font-size: 10pt;
}

.reg_color {
	color: black;
}

.back_to_top {
	text-align:right;
	font-size: 11px;
	padding-bottom: 15px;
	padding-top: 3px;
}

.warning {
	color: red;
	font-weight: bold;
}

.small_text {
	font-size: 11px;
}

/* LISTS  */

ul {
	margin-top: 10px;
}

ul.red {
	margin-top: 10px;
	color: #D35A0A;
}

ul li {
	line-height: 20px;
}

.regular_line_height li {
	line-height: 16px;
	padding-bottom: 3px;
}

ol {
	margin-top: 10px;
}

.no_margins {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* HEADERS  */

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
}

/*  Forms  */

table.form_table td.left {
	text-align: right;
}

table.form_table td.right {
	text-align: left;
}

.large {
	width: 250px;
}

.medium {
	width: 200px;
}

.small_medium {
	width: 150px;
}

.small {
	width: 100px;
}

.xxsmall {
	width: 40px;
}

input {
	font-family: arial;
}

textarea {
	font-family: arial;
}

/* Element Formatting */

#agreement_area {
	width: 425px;
	height: 100px;
	overflow: auto;
	border: 1px solid #AAAAAA;
	padding-top:3px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	
}