/* CSS Document */

	a.nav{text-decoration: none; color:#3F597A; font-weight: bold}
	a.nav:hover {
	color:#3F597A;
	text-decoration: underline;
	
}

a.nav2{text-decoration: none; color:#000000;}
	a.nav2:hover {
	color:#000000;
	text-decoration: underline;
}

a.nav3{text-decoration: none; color:#565656;}
	a.nav3:hover {
	color:#000000;
	text-decoration: none;
}

a.nav4{text-decoration: underline; color:#FFFFFF;}
	a.nav4:hover {
	color:#FFFFFF;
	text-decoration: none;
}

a.nav5{text-decoration: none; color:#FFFFFF;}
	a.nav5:hover {
	color:#FFFFFF;
	text-decoration: none;
}

a.nav6{text-decoration: none; color:#CC0000; font-weight: bold}
	a.nav6:hover {
	color:#CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a.nav7{text-decoration: none; color:#000000; font-weight: bold}
	a.nav7:hover {
	color:#000000;
	font-weight: bold;
}

table.solid {
		border-style: solid;
		border-width: 1px;
		border-color: #808080}
		
table.solidDarkBlue {
		border-style: solid;
		border-width: 1px;
		border-color: #3F597A}

table.dotted {
		border-style: dotted;
		border-width: 1px;
		border-color: #012767}

td.solid {
		border-bottom: solid;
		border-width: 1px;
		border-color: #FFFFFF}
		
td.BottomSolidWhite {
		border-bottom: solid;
		border-width: 1px;
		border-color: #FFFFFF}
		
td.BottomDottedBlue {
		border-bottom: dotted;
		border-width: 1px;
		border-color: #3F597A}
		
td.RightDottedBlue {
		border-right: dotted;
		border-width: 1px;
		border-color: #3F597A}
		
td.RightLeftSolidBlue {
		border-right: solid;
		border-width: 1px;
		border-color: #A1BCDD}
		
.buttonscontainer {width: 200px;}

.buttons a {color: #3F597A;
background-color: #A1BCDD;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #3F597A;
border-bottom: 1px solid #3F597A;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {border-left: 10px solid #A1BCDD;
text-decoration: none;
color: #FFFFFF;}

