body {
	margin:0;
	padding:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	background:#ffffff;
	text-align:center;
	color:#597178;
	}

img {
	border:none;
	vertical-align:middle;
	padding:5px 10px;
	}

a {
	text-decoration:none;
	color:#f65717;
	}
a:hover {
	color:#000;
	text-decoration:none;
	}

.l1 {
	border-bottom:0px;
	color:#004080;
	}

p {
	margin:0px;
	}

input {
	border:1px solid #819ea6;
	background:#ffffff;
	}

label.fieldheader {
	display:block;
	float:left;
	width:40%;
	}

.col_1 {
	display:block;
	float:left;
	width:150px;
	}

.col_2 {
	float:left;
	width:150px;
	}

.col_3 {
	float:right;
	width:300px;
	}

.col_11 {
	display:block;
	float:left;
	width:270px;
	}

.col_21 {
	float:left;
	width:130px;
	}

.col_31 {
	float:right;
	width:200px;
	}

.bg_0,
.bg_1 {
	background-color:#fff;
	border-left:#819EA6 solid 1px;
	border-right:#819EA6 solid 1px;
	padding:4px;
	}

.bg_1 {
	background-color:#f5f7f7;
	}

.dashedbottom {
	border-bottom:#819EA6 solid 1px;
	clear:both;
	}

.clearer {
	clear:both;
	}

.nb {
	border:none;
	}
	
/******************************
 #Page
******************************/
#Page {
	width:750px;
	margin:0 auto;
	text-align:left;
	}
	
/******************************
 .header
******************************/
.header {
	margin:0 0 20px;
	padding:5px;
	border-bottom:2px solid #819EA6;
	font-size:0.9em;
	}
.header h1 {
	margin:0 0 10px;
	padding:0;
	text-align:center;
	font-size:1.6em;
	font-weight:bold;
	color:#819EA6;
	}

.main {
	padding:5px;
	background:#ebf1f2;
	border:2px solid #819EA6;
	}

.title {
	font-weight:bold;
	padding:5px 20px;
	background:#f65717;
	border:2px solid #819EA6;
	color:#fff;
	font-size:1.1em;
	}

.sub,
.bottom {
	padding:5px 10px;
	background:#819ea6;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
	}
.sub a,
.bottom a {
	color:#fff;
	text-decoration:underline;
	}
.sub a:hover,
.bottom a:hover {
	color:#000;
	}

.pad {
	padding-left:10px;
	}

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


.footer {
	margin:20px 0;
	padding:5px;
	text-align:center;
	}
.footer p {
	float:left;
	font-weight:bold;
	}
.footer .copyright {
	float:right;
	font-size:0.8em;
	font-weight:normal;
	}
.footer .copyright a {
	color:#9ab1b7;
	}