/* CSS Document */

body {
    background-color: #000000;
	color: #FFFFFF;
}

.content {
	width: 685px;
	border-width: 2px;
	margin: 0;
}

p,td,h1,h2,h3,h4 {
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.highlighted_text {
	color: #FB532F;
}

.small_highlight_text {
	color: #FB532F;
	font-size: 12px;
}

.smaller_text {
	font-size: 14px;
}

p.highlighted {
	font-weight: bold; color: #FB532F;
}

p.big {
	font-size: 24px;
}

p.bigandbold {
	font-size: 24px;
	font-weight: bold;
}

h2.red {
	font-size: 16px;
	font-weight: normal;
	color: #FB532F;
	margin-top: 22px;
}

a.hotlink:link {	color: #FB532F;	font-weight: bold; }
a.hotlink:visited {	color: #FB532F;	font-weight: bold; }
a.hotlink:active {	color: #FB532F;	font-weight: bold; }
a.hotlink:hover {	color: #FB532F;	font-weight: bold; }

a.warmlink:link {	color: #FB532F; }
a.warmlink:visited {color: #FB532F;	}
a.warmlink:active {	color: #FB532F;	}
a.warmlink:hover {	color: #FB532F;	text-decoration: underline; }

a:link {color: #ffffff; text-decoration: none; }
a:visited {color: #ffffff; text-decoration: none; }
a:active {color: #FB532F; text-decoration: none; }
a:hover {color: #FB532F; text-decoration: none; }

.indented
{
	padding-left: 25pt;
	padding-right: 0pt;
}

.divider {
	color: #FB532F;
}

.menu_item {
	font-family: 'Arial Narrow', Helvetica-Narrow, sans-serif;
/*	font-weight: bold; */
	font-size: 15px;
	color: #FFFFFF;
}

.mobile_menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #FF8888;
}

.selected_menu_item {
	color: #FB532F;
}


