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

body {
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1964a2;
}


a.navigation:hover{
	color: #6699ff;
}


.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002b60;
	line-height: 15px;
}

a.copy:hover{
	color: #6699ff;
}

.Maincopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

a.Maincopy:hover{
	color: #6699ff;
}

.blue_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#1964a2;
}


.green_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#345510
}

.orange_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#714830
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #002b60;
}

a.footer:hover{
	color: #6699ff;
}

table.coll 
{
border-collapse: collapse
}
table.sep
{
border-collapse: separate
}

.borderTop {
 	border-top: 1px solid #000000;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	text-align: top;
 }
 
 .borderLeft {
 	border-left: 1px solid #000000;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	text-align: top;
 }
 
 .border {
 	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 3px;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	text-align: top;
 }
 
.table
{
    border-color: #000;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.td
{
    border-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
    background-color: #FFF;
}