/* CSS Document */




/* Main body copy
----------------------------------------------- */
TD {
	font-family: "Verdana", sans-serif;
	font-size: 11px;
	line-height: 18px;
    color:#000000;
}

.bodycopy {
	font-family: "Verdana", sans-serif;	
	font-size: 11px;
	line-height: 15px;
    color:#000000;
	font-weight: normal;
}

.bodycopy2 {
	font-family: "Verdana", sans-serif;	
	font-size: 11px;
	line-height: 20px;
    color:#000000;
	font-weight: normal;
}

.bodycopywhite {
	font-family: "Verdana", sans-serif;	
	font-size: 10px;
	line-height: 18px;
    color:#ffffff;
	font-weight: normal;
}

.bodycopywhite2 {
	font-family: "Verdana", sans-serif;	
	font-size: 10px;
	line-height: 18px;
    color:#ffffff;
	font-weight: bold;
}

.header1 {
	color: #115065;
	font-family: "Verdana", sans-serif;	
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

.header2 {
	color: #dc2626;
	font-family: "Verdana", sans-serif;	
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}


.dasheddivide {
	border-top: 1px dotted #ffffff;
}


.navSpacers {
	font-family: "Verdana", sans-serif;	
	font-size: 11px;
	line-height: 10px;
    color:#7db2eb;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}


/* Copyright
----------------------------------------------- */
.copyright {
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 20px;
    color: #ffffff;
}


/* Hyper-links
----------------------------------------------- */
a:link {
	font-family: "Arial", sans-serif;
	font-size: 13px; 
	line-height: 10px;	 
	color: #ffcc00; 
	font-weight: bold;
	text-decoration: underline;
}

a:visited {	
	font-family: "Arial", sans-serif;	
	font-size: 13px; 
	line-height: 10px;
	color: #ffcc00; 
	font-weight: bold;	
	text-decoration: underline;
}

a:hover {
	font-family: "Arial", sans-serif; 
	font-size: 13px; 
	line-height: 10px;
	color: #666666; 
	font-weight: bold;	
	text-decoration: none;
}

a:active {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	line-height: 10px;
	color: #ffcc00;
	font-weight: bold;	
	text-decoration: underline;
}

	

/* Hyper-links - copyright
----------------------------------------------- */

.copy:link{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 20px;
    color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.copy:active{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 20px;
    color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.copy:visited{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 20px;
    color:#ffffff;
	font-weight: normal;
	text-decoration: underline;
}

.copy:hover{
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	line-height: 20px;
    color:#666666;
	font-weight: normal;
	text-decoration: underline;
}




/* Hyper-links - Jumps
----------------------------------------------- */
.fade:link {
	font-family: "Arial", sans-serif;
	font-size: 11px; 
	line-height: 11px;	 
	color:#671e0c;
	font-weight: bold;
	text-decoration: none;
}

.fade:visited {	
	font-family: "Arial", sans-serif;	
	font-size: 11px; 
	line-height: 11px;
	color:#671e0c; 
	font-weight: bold;	
	text-decoration: none;
}

.fade:active {
	font-family: "Arial", sans-serif;
	font-size: 11px;
	line-height: 11px;
	color:#671e0c;
	font-weight: bold;	
	text-decoration: none;
}

