body {}
p {}
td {}

a {
	color: #1D3D66;
}

a:hover {
	color: #000;
}

h2 {
	font-size: 14px;
	line-height: 23px;
}

.class { 
	color: #555; 
	font-size: 13px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 23px; 
}

.class1 { 
	color: white; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 12px; 
}

.class1 a {
	color: #fff;
	text-decoration: none;
}

.class1 a:hover {
	color: #b2b2b2;
}

.banner {
	position: relative;
	width: 800px;
	height: 89px;
}

.logo {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 617px;
	height: 89px;
	background-image: url('/images/banner-logo.png');
}

.subpageImage {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 225px;
	height: 89px;
}
