a:link {color: #dc5c1f; text-decoration: none;}
a:visited {color: #CC0000; text-decoration: none;}
a:active {color: #dc5c1f; text-decoration: none;}
a:hover {color: #FFCC33; text-decoration: underline;}
/*-------------Text Formatting---------------*/
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11pt;
	background-color: #000000;
	margin: 0px;
}
.header1white {
	font-size: 14pt;
	font-weight: normal;
}
.header1orange {
	font-size: 14pt;
	font-weight: normal;
	color: #dc5c1f;
}
.header2white {
	font-size: 10pt;
	font-weight: bold;
}
.header2orange {
	font-size: 10pt;
	font-weight: bold;
	color: #dc5c1f;
}
.indent {
	text-indent: 2em;
}
.notewhite {
	font-size: 9pt;
}
.noteorange {
	font-size: 9pt;
	color: #dc5c1f;
}
.orange {
	color: #dc5c1f;
}
/*-------------Site Formatting---------------*/

.masterTable {
	height: 100%;
	padding: 0px;
	width: 100%;
}
.bkg1 {
	height: 100%;
	width: 463px;
	padding: 0px;
	background-image: url(../site/bkg01.jpg);
	background-repeat: no-repeat;
}
.bkg2 {
	height: 100%;
	width: 491px;
	padding: 0px;
	background-image: url(../site/bkg02.jpg);
	background-repeat: no-repeat;
}
.bkg3 {
	height: 100%;
	width: 463px;
	padding: 0px;
	background-image: url(../site/bkg03.jpg);
	background-repeat: no-repeat;
}
.bkg4 {
	height: 100%;
	width: 491px;
	padding: 0px;
	background-image: url(../site/bkg04.jpg);
	background-repeat: no-repeat;
}
.siteTable {
	height: 600px;
	width: 955px;
	padding: 0px;
	margin: 0px;
}
.border {
	width: 100%;
	padding: 0px;
	background-image: url(../site/border.gif);
	background-repeat: repeat-y;
	height: 100%;
}
.textCell {
	padding: 5px;
	width: 492px;
	height: 100%;
	font-size: 11pt;
}
/*-------------Misc---------------*/
.inputBoxes {
	border: 1px solid #dc5c1f;
}
