body {
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.grey-box {
	border: 1px solid #CDCDCD;
}
.blue-box {
	border: 2px solid #131542;
	background-color: #454BAA;
}
.bottm-line-blue {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #171B4D;
}
.link-white {
	color: #FFFFFF;
	text-decoration: none;
}
a.link-white:hover {
	color: #EFC63A;
	text-decoration: none;
}
.bg-golden {
	font-size: 14px;
	color: #272C7C;
	background-image: url(images/bg-golden.jpg);
	margin-right: 5px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
}
.golden-box {
	border: 1px solid #EDBD1B;
	background-color: #F7E095;
	padding-left:3px;
padding-top:3px;
padding-bottom:3px;
padding-right:3px
}
.right-gold-line {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #EDBD1B;
	border-bottom-width: 1px;
	border-bottom-color: #EDBD1B;
}

input {
	width: 125px;
	border: 1px solid #272C7C;
	height: 18px;
}
.txt-11blue {
	font-size: 11px;
	color: #272C7C;
}
.txt-20-gold {
	font-size: 20px;
	color: #C79D10;
}
.txt-13-white {
	font-size: 13px;
	color: #FFFFFF;
}
.bg-blue-footer {
	background-color: #5258BE;
	height: 3px;
}
.bg-grey-footer {
	background-color: #F4F4F4;
}
.txt-11 {
	font-size: 11px;
}
.txt-14-gold {
	font-size: 14px;
	color: #C79D10;
}
.txt-blue-italics {
	font-style: italic;
	color: #454BAA;
	font-size: 13px;
}
.txt-12 {
	color: #454BAA;
	font-weight: bold;
	text-decoration:none

}
a {
	color: #454BAA;
	text-decoration: none;
}
a:hover {
	color: #B28A01;
	text-decoration: underline;
}

.img
{ margin-top:5px;
margin-right:10px;
margin-left:3px
}

.padding1
{padding-top:3px;
}

.padding2
{padding-right:5px;
padding-top:3px;
}

.bg
{border:solid 1px #8F8E8E;
background:#D7D4D4;
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px
}

.bluebox
{border:solid 1px #6DA4FF;
background:#DEEAFF;
padding-left:3px;
padding-top:3px;
padding-bottom:3px;
padding-right:3px;
color:#0000FF;
}

.bluebox1
{border:solid 1px #6DA4FF;}

.div1
{float:left
}
.div2
{float:right;
}

hr
{color:#E2AF02;
border-style:dashed;
size:1
}


