/* Global Styles */

body {
	margin:0px;
	background-image: url(tlo.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	}

td {
	font:11px tahoma;
	color:#666666;
	}
	
a {
	color: #FF0000;
	text-decoration:none;
	font-weight:normal;
	}
	
a:hover {
	color: #FF0000;
	text-decoration:underline;
	}
	
/* ID Styles */


#padding {
	padding:20px 5px 20px 20px;
	}
	
#noborder td {
	border: 0px;
	}

/* Class Styles */

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	color:#3F3F9F;
	line-height:normal;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	font: 14px tahoma;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	letter-spacing:0.1em;
	font-style: normal;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	

