body {
	background: #fff url(../images/page_bg.gif) 50% 0 repeat-y;
}

			td{
				font: normal 11pt tahoma;
				color: #333333;
			}
			a{
				color: navy;
				font: normal 9pt tahoma;
			}
			h1{
				color: orange;
				font: bold 12pt tahoma;
			}
			h2 {
				font: bold 11pt tahoma;
				color: #33333;
				background-color:gainsboro;
			}
			.sectionTitle {
				color: orange;
				font: normal 18pt tahoma;
			}
			.essayTitle {
				color: orange;
				font: bold 12pt tahoma;
			}
			.standout {
				color: navy;
				font: bold 10pt tahoma;
			}
			.divisionLink {
				color: white;
				text-decoration:none;
				font: bold 11pt tahoma;
			}
			.bigBoldLink {
				color: black;
				text-decoration:none;
				font: bold 11pt tahoma;
			}
			.articleLink {
				color: navy;
				font: bold 11pt tahoma;
			}
			.plainLink {
				color: navy;
				font: normal 11pt tahoma;
			}
			.smallGray {
				color: #333333;
				font: normal 10pt tahoma;
			}
			.redBold {
				color: red;
				font: bold 11pt tahoma;
			}
			.smallBold {
				color: black;
				font: bold 10pt tahoma;
			}
			.smallWhiteBold {
				color: white;
				font: bold 8pt tahoma;
			}
			.quote {
							color: black;
							font: italic 9pt tahoma;
			}
			.bold {
				color: black;
				font: bold 11pt tahoma;
			}
			.bigBold {
				color: black;
				font: bold 14pt tahoma;
			}
			.bigWhite {
				color: white;
				font: bold 12pt tahoma;
			}
			.italic {
				color: black;
				font: italic 11pt tahoma;
			}
			.small {
				color: black;
				font: normal 9pt tahoma;
			}

/* main tabs */
.nav-big {
background: url(/images/menu_bg.png) 0 0 repeat-x;
	padding: 0;
	white-space: nowrap;
	float: none;
	padding-top:7px;
	padding-left: 9px;
	margin-right: 0px;
	height: 83px;
	overflow: hidden;
}
