body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #273F57;
	background-image: url(../images/pagebacker.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	background-position: center top;
	margin: 0px;
}
.ln-bg-l {
	background-image: url(../images/ln-bg-l.jpg);
	width: 19px;
}
.ln-bg-r {
	background-image: url(../images/ln-bg-r.jpg);
	width: 19px;
}
.content {
	background-image: url(../images/page-bg.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 19px;
}
.eleven {
	font-size: 11px;
}

.heading {
	font-size: 14px;
	color: #708090;
	font-weight: bold;
	margin-bottom: 10px;
}

.ln {
	width: 196px;
	background-color: #E4E6D3;
}
.ln-b {
	background-image: url(../images/ln-b.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	font-size: 11px;
}
.ln-cell {
	background-color: #d7e2e2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 13px;
	font-weight: bold;
	color: #e9af10;
}
.ln-cell a {
	color: #273F57;
}
.ln-cell a:hover {
	color: #000000;
	text-decoration: none;
}
.ln-cell-sub {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #e9af10;
}
.ln-cell-sub a {
	color: #273F57;
}
.ln-cell-sub a:hover {
	color: #000000;
	text-decoration: none;
}




td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #497598;
}

a {
	color: #2A425C;
	text-decoration: none;
}
a:hover 
{
    color: #000000;
	text-decoration: underline;
}

.tn {
	color: #497598;
	padding-right: 5px;
}

.tn a {
	color: #c4d3e8;
	margin-left: 4px;
	margin-right: 0px;
}
.tn a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

.green-bar {
	background-color: #497598;
	height: 14px;
}
