

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

 
.header {
	font-family: Arial;
	font-size: 17px;
	color: #000000;
}

.header a:link {
	color: #003887;
}

.header a:visited {
	color: #003887;
}

.header a:hover {
	color: #00204F;
}

 
.white {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.white a:hover {
	color: #4CFF38;
	text-decoration: none;
}
 
 
.silver {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

.silver a:link {
	color: #555555;
}

.silver a:visited {
	color: #555555;
}

.silver a:hover {
	color: #003585;
}
 
 
.silvermenu {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
}

.silvermenu a:link {
	color: #000000;
	text-decoration: none;
}

.silvermenu a:visited {
	color: #000000;
	text-decoration: none;
}

.silvermenu a:hover {
	color: #008A07;
	text-decoration: none;
}
 
 
.blue {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	list-style-image: url('images/arrow.gif');
	line-height: 120%;
}

.blue a:link {
	color: #002761;
	text-decoration: none;
}

.blue a:visited {
	color: #002761;
	text-decoration: none;
}

.blue a:hover {
	color: #000000;
	text-decoration: none;
}
 
