/*================== Other Styles ==================*/

.alignTop, .topNav {
	vertical-align: text-top;
	}
	
.alignBottom {
	vertical-align: bottom;
	}
	
.topNav {
	padding-right: 170px;
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	}
	
.button {
	background: #154870;
	border: 1px solid #6F97B6;
	text-align: center;
	color: #FFFFFF;
	width: 75px;
	}
	
.button a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.button a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.button a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	

		
/*================== FONTS ==================*/

html {
	font-family: Arial;
	color: #000000;
	font-size: 11px;
	}
	
h1 {
	color: #154870;
}
	
h2 {
	color: #254A7F;
	}
	
h3 {
	color: #769FDA;
	}
	
.nav a:link {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}
	
.nav a:hover {
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
	}
	
.nav a:visited {
	font-size: 12px;
	text-transform: uppercase;
	}
	
.bottomNav {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}

.bottomNav a:link {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}
	
.bottomNav a:hover {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	}
	
.bottomNav a:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
	}
	
.topNav a:link{
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	}
	
.topNav a:hover{
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
	}
	
.topNav a:visited{
	text-align: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	}