@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#898989;
	background:#003D5C;
}

.border-right
{
	border-right:1px solid #DCDCDC;
}

.border-left
{
	border-left:1px solid #DCDCDC;
	background:url(images/nae-bg.jpg) center bottom no-repeat;
	background-color:#FEFFEF;
}

.border-bottom
{
	border-bottom:dashed 1px #CECECE;
}


.darkbluetxt
{
	color:#0F4867;
	text-decoration:none;
}

.bluetxt
{
	color:#006CA5;
	text-decoration:none;
}

.bluetxt-large
{
	color:#006CA5;
	text-decoration:none;
	font-size:16px;
}

.whitetxt
{
	color:white;
}

h1
{
	color:#006CA5;
	padding:0px;
	margin:0px;
	font-size:24px;
}


.form-fields
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#898989;
	background:#EDEDED;
}

.highlightedtxt
{
	color:#003399;
	text-decoration:none;
	background-color:#CAEDFF;
}



