body {
	font-family: verdana;
	font-size: 11px;
	color: #333;
	line-height: 1.3em;
	background-color: #c2d7ef;
}


td {
	background-color: #FFF;
	font-family: verdana;
	font-size: 11px;
	color: #333;
	line-height: 1.3em;
}


.pageHeader {
	background-image: url("images/title_bg.jpg");
	background-color: #c2d7ef;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}



.pageTitle {
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


.transparent {
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}


.title1 {
	color: #000;
	font-weight: bold;
}


.title2 {
	color: #333;
	font-weight: bold;
}


.title3 {
	color: #000;
	font-weight: normal;
}




.credit {
	font-size: 9px;
	color: #999;
}




a:link {
	color: #2065b3;
}

a:hover {
	color: #0e355f;
}

a:active {
	color: #0e355f;
}

a:visited {
	color: #666;
}






a.header:link {
	color: #c2d7ef;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}

a.header:hover {
	color: #FFF;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}

a.header:active {
	color: #FFF;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}

a.header:visited {
	color: #c2d7ef;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 11px;
}







a.creditLink:link {
	color: #999;
	font-size: 9px;
}

a.creditLink:hover {
	color: #2065b3;
	font-size: 9px;
}

a.creditLink:active {
	color: #2065b3;
	font-size: 9px;
}

a.creditLink:visited {
	color: #999;
	font-size: 9px;
}