@charset "utf-8";
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8C9CB;
	font-family: Arial;
}

A {
	text-decoration: none;
	font-weight: bold;
}

A:link { color: #717073; text-decoration: underline; }
A:visited { color: #717073; text-decoration: none; }
A:hover { color: #0055A5; text-decoration: underline; }

.copy {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #717073;
}

.copywhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#botcopyright {
	background-color: #C8C9CB;
	background-repeat: no-repeat;
	width: 806px;
	height: 105px;
	padding: 0px;
	margin-right: 0;
	margin-left: 0;
	background-position: center;
}

#botcopyrighttext {
	font-size: 10px;
	color: #717073;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	line-height: 1.8em;	
}

#botcopyrighttext a:link { color: #717073; } 
#botcopyrighttext a:visited { color: #717073; }
#botcopyrighttext a:hover { color: #0055A5; text-decoration: underline; 

}

#navtext {
	padding : 0; 
    margin : 0;
    white-space : nowrap;
	font-weight: bold;
	font-size: 12px;
	color: #0055A5;
	text-align: left;
	padding-left: 40px;
	text-transform: uppercase;
	list-style-type: none;
	
}

#navtext a:link { color: #0055A5; } 
#navtext a:visited { color: #0055A5; }
#navtext a:hover { color: #FFFFFF; text-decoration: none; 

}
sup{font-size:12px;vertical-align:top;} 


