body {
	margin: 0px;
	color: #1E417C;
	background: #ecedd7;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.BlueBoldLarge {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #004798;
}
.LBlueBoldLarge {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #A1A13D;
}
.GreyNormal {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #626262;
}

img {
	border: 0px;
}

a
{
	color: #A1A13D;
	text-decoration: none;
}
table.side td {
	color: white;
	font-size: 14px;
	font-family: verdana, sans-serif;
}
table.side a {
	color: white;
	text-decoration: none;
}
table.dt td {
	font-size:12px;
	color: #1e417c;
}
table.box td {
	font-size:14px;
	color: #1e417c;
}
table.box a {
	color: #1e417c;
	text-decoration: none;
}
input.dt {
	font-size:12px;
	color: #1e417c;
	width: 122px;
	border: 1px solid #c7d0df;
}

table.rego td {
	color: white;
}
table.rego input {
	background: #c5c7da;
	border: 0 solid #000;
	color: #1a417c;
	font-size: 16px;
	font-family: arial;
	margin-left: 15px;
}
table.rego div {
	display: inline;
	background: #c5c7da;
	color: #1a417c;
	font-size: 16px;
	font-family: arial;
}
table.rego div input {
	margin-left: 0px;
}

.sidebar_text{
	color: white;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.normal_text{
	font-family: arial, sans-serif;
	font-size: 12px;	
}

.blue_border{
	border: solid 1px #1E417C;
	padding: 2px;
}

.blue_border input{
	font-size:12px;
	color: #1e417c;
	width: 60px;
	border: 1px solid #c7d0df;
}

.blue_border input.btn{
	background-color: #1E417C;
	font-size:12px;
	color: #ffffff;
	width: 60px;
	border: 1px solid #c7d0df;
}

.blue_border input.btn:hover{
	background-color: #2A5AAC;
	font-size:12px;
	color: #ffffff;
	width: 60px;
	border: 1px solid #c7d0df;
}

.blue_border select{
	font-size:12px;
	color: #1e417c;
	width: 80px;
	border: 1px solid #c7d0df;
}


#destinationList.override div{
	height:350px;
	width: 200px;
	overflow:auto;
}

.title{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
}

ul.list{
	list-style: circle inside;
	color: #1E417C;
	padding: 0;
	margin: 0;
}

.report	{

font-size: 11px;
}

.report_title	{

font-size: 13px;
}

.white	{
color: #fff;
font-size: 13px;
}

/* debug
td {
	border: 2px solid green;
}
table {
	border: 2px solid red;
}

*/