body { }
td { }
a:link { }
a:visited { }
a:hover { }
a:active { }

img {
	border: none;
}

h1 {
	color: #8e001a;
	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
}

h2 {
	color: #555; 
	font-size: 13px; 
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 14px; 
}

p, ul { 
	color: #555; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 15px; 
}


.class { 
	background-image: url(/images/bkg_gradient.jpg); 
	background-repeat: no-repeat; 
	/*background-attachment: fixed;*/ 
	background-position: 0 top; 
}

.class1 { 
	color: #555; 
	font-size: 11px; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 15px; 
}

.class2 { 
	color: #8e001a; 
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 15px; 
}

.class3 { 
	color: #555; 
	font-size: 13px; 
	font-family: Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	line-height: 14px; 
}

.class4 { 
	color: #8e001a; 
	font-size: 13px; 
	font-family: Times, Georgia, "Times New Roman", serif; 
	line-height: 20px; 
}

.subNav {
	position: relative;
	background-image: url('/images/subnav-bg.jpg');
	height: 26px;
	width: 764px;
}

.subNavDiv {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1px;
}

.subpageImage {
	width: 234px;
	height: 136px; 
}

A:visited,
A:active,
A:link { color: #000000; text-decoration: underline;}
A:hover {color: #a5b19d;}