@charset "UTF-8";
/* CSS Document */

body {
	background-color:#666666;	
background-image:url(images/TBC_PATTERN3.jpg);   
}

.footercolor {
	background-color:#ffffff;	/* match this with body background-color */ 
}

.contentarea {					/* bkgd color of main content area */
	background-color:#FFFFFF;
	width:960px;
	padding:0px;
	margin:auto;
	border:none;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 14pt;
	color : #474747;		
}

.pagetools {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 13pt;
	color : #474747;		
}

.stats {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 9pt;
	color : #474747;		
}


.MenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color : #FFFFFF;
	text-decoration : none;	
    line-height: 15pt;
	font-weight : bold;
}

.ActiveMenuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color : #00018A;
	text-decoration : none;	
    line-height: 15pt;
	font-weight : bold;
}

.BreadCrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    line-height: 13pt;
	color : #555555;		
}

.PageTitle {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color : #000066;
}

.FrontPageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color : #003399;
}

A:HOVER {
	color : #330099;
	text-decoration : underline;
}

A.MenuItem:HOVER {
	text-decoration : none;
	color : #FFFFFF;
}

A.ActiveMenuItem:HOVER {
	text-decoration : none;
}

.Copywrite{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
    line-height: 8pt;
	color : #A4A4A4;
}