a {
 
 color: #000000;
 text-decoration:none;
} 
 
a:hover {
 color: #466bb2; 
 text-decoration:underline;
}

.redlink a {
 
 color: #9e0b0f;
 text-decoration:none;
} 
 
.redlink a:hover {
 color: #466bb2; 
 text-decoration:underline;
}

.bluelink a {
 
 color: #456ab3;
 text-decoration:none;
} 
 
.bluelink a:hover {
 color: #183163; 
 text-decoration:underline;
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.blackboldheight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
}

.black-height {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 2;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #183163;
}

.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.white8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

.white8bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

.black8bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.black8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.border-white-top-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;

}

.border-white-top{
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffffff;

}

.border-white-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	
}

.border-white-bottom-top10 {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
}

.border-black-bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}

.border-tan-top-bottom a {
 
 color: #456ab3;
 text-decoration:none;
} 
 
.border-tan-top-bottom a:hover {
 color: #183163; 
 text-decoration:underline;
}

.border-tan-top-bottom {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e0d4c6;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e0d4c6;

}

.border-white-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;

}

.border-nav {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;	
}

.mainbackground {
background:url(images/graphics/gradient.jpg);
background-repeat:repeat-x;

}
