body {
	background-color: rgb(45, 45, 45);
	background-image: url(images/background_tile.gif);
	background-repeat: repeat-x;
}

#BL {
	background-color: rgb(102, 22, 45);
	background-image: url(images/CD_bottom_left_tile.jpg);
	background-repeat: repeat-x;
}

#BR {
	background-color: rgb(255, 255, 255);
	background-image: url(images/CD_bottom_right_tile.gif);
	background-repeat: repeat-x;
}

#logos {
	background-color: rgb(255, 255, 255);
	width:100px;
}

#CT {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	text-justify: auto;
}

#CT a:link {
	color: #FF0000;
	text-decoration: none;
}
#CT a:visited {
	color: #FF0000;
	text-decoration: none;
}
#CT a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#nav {
	background-color: rgb(87, 22, 31);
	background-image: url(images/back_4_nav.png);
	background-repeat: repeat-x;
}

#CT2 {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

#CT2 a:link {
	color: #FF0000;
	text-decoration: none;
}
#CT2 a:visited {
	color: #FF0000;
	text-decoration: none;
}
#CT2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#CT2indent {
	text-indent:50px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
}

#CT2indent a:link {
	color: #FF0000;
	text-decoration: none;
}
#CT2indent a:visited {
	color: #FF0000;
	text-decoration: none;
}
#CT2indent a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#footer {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

#footer a:link {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#topTbl {
	background-color: rgb(255, 255, 255);
	background-image: url(images/CD_top_tile.gif);
	background-repeat: repeat-x;
}