@charset "UTF-8";
/* CSS Document */

.container {
	width: 800px;
	background-color: #FFF;
	color: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
.navLine {
/*	width: 800px;
	background-color: #FFF;
*/	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.containerColors {
	width: 640px;
/*	background-color: #FFF;
*/	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

span, td, h1, h2, p, h3, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff2a00;
	font-weight:normal;
	font-size:42px;
}
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff2a00;
	font-weight:bold;
	font-size:24px;
}
h2 {
	text-align: center;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
p,td.support {
	font-size: 12px;
}
.black {
	color : #000000;
}
.repSection {
	font-weight: bold;
	font-style: italic;	
	margin: 0px 0px -10px 10px;
}
.quotes {
	font-size: 14px;
	font-weight: normal;
	color : #000000;
}

li {
	font-size: 12px;
	list-style-type : none;
}
td {
	font-size: 12px;
}

a {
	font-size: 12px;
	font-weight: normal;
	color : #1b3276;
	text-decoration: none;
}
a:HOVER {
	color : #ff2a00;
}

.navLink {
	font-size: 16px;
	font-weight: bold;
	color : #1b3276;
	text-decoration: none;
}
.navLinkActive {
	font-size: 16px;
	font-weight: bold;
	color : #ff2a00;
	text-decoration: none;
}
.navText {
	font-size: 12px;
	font-weight: normal;
	color : #666666;
	text-decoration: none;
	word-spacing:3px;
}

.BOLDlink {
	font-size: 14px;
	font-weight: bold;
	color : #FF9900;
	text-decoration: none;
}
.BOLDlinkSM {
	font-size: 10px;
	font-weight: bold;
	color : #FF9900;
	text-decoration: none;
}
.BOLDnon-link {
	font-size: 14px;
	font-weight: bold;
	color : #FF9900;
	text-decoration: none;
}
.listenLink {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.listenText {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}