body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #1D3856;
}

td.bg_1{
	background-color: #0080C0;
	line-height: 100px;
}

td.bg_2{
	background-color: #004080;
	line-height: 300px;
}

td.bg_3{
	background-color: #0080C0;
	line-height: 400px;
}

table.main{
	background-color: #000000;
}

a:link {
	color: #1D3856;
}

a:visited {
  color: #1D3856;
}

a:hover {
	text-decoration: none;
	color: #437EC0;
}

a:active {
  color: #1D3856;
}

#bg_top {
	position:relative;
	width:100%;
	height:155px;
	z-index:1;
	background-color: #BDD2EA;
}
#bg_middle {
	position:relative;
	width:100%;
	height:295px;
	z-index:1;
	background-color:#1D3856;
}
#bg_bottom {
	position:relative;
	width:100%;
	height:600px;
	z-index:1;
	background-color:#BDD2EA;
}

#body {
	position:absolute;
	left: 0px;
	top:0px;
	width:100%;
	height:165px;
	z-index:2;
}


td.diagonal_line{
	background-image: url(images/bg_diag.gif);
	background-repeat: repeat-x;
}

.border_right{
	border-right: 2px solid #1D3856;
}

table.header{
	border-bottom: 2px dotted #1D3856;
}

table.flash{
	margin-top: 5px;
	border: 1px solid #1D3856;
}

table.content{
	background-color: #FFFFFF;
	border-left: 1px solid #437EC0;
	border-right: 1px solid #437EC0;
	border-bottom: 1px solid #437EC0;
}

table.divider{
	line-height: 5px;
	background-color: #1D3856;
	margin-top: 5px;
	margin-bottom: 0px;
}

.content_br{
	border-right: 1px dashed #1D3856;
}

.body_text{
	margin: 8px;
	line-height: 18px;
}

td.footer{
	line-height: 20px;
	background-color: #437EC0;
	color: #1D3856;
}

ul{
	list-style: square;
	text-align: left
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D3856;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D3856;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1D3856;
}

