/* CSS Orange*/
body  {
	background-color : #000000;
}

DIV {
	
}


h1,h2  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #FF9900;
	text-align : center;
}

h3,h4,h5,h6  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #FF9900;
}

hr  {
	color : #FF9900;
}

hr.quote  {
	color : #FF9900;
	margin-left : 220px;
	margin-right : 220px;
}

p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
}

p.bold  {
	p : first-line;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #FF9900;
	font-weight : bold;
}

p.contact  {
	font-size : 80%;
	text-align : center;
}

p.copyright  {
	font-size : 70%;
	text-align : center;
}

p.links  {
	font-size : 15px;
	text-align : center;
}

p.quote {
	margin: auto 3% auto 3%;
}

p.quoteauthor {
	color : #FF9900;
	margin: auto 3% auto 3%;
	text-indent: 1cm;
}

a:link  {
	color : #FFCC00;
}

a:visited  {
	color : #CC9900;
}

a:hover  {
	color : #FFFFFF;
}

a:active  {
	color : #FFFF66;
}

ul.disc  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	list-style-position : outside;
	list-style-type : disc;
}

ul.square  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	list-style-position : outside;
	list-style-type : square;
}
ul.circle {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	list-style-position : outside;
	list-style-type : circle;
}
Table.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
}

TD.ThreeCol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	padding-right : 50px;
}

TD.TwoCol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	padding-right : 30px;
}

TD.CalendarLF {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	align: top;
	padding: 0px 30px 0px 0px;
	border-right: solid #FF9900 2px;
	border-top: none;
	border-bottom: none;
	border-left: none;
}

TD.CalendarRT {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #FFFF99;
	font-weight : normal;
	align: top;
	padding: 0px 0px 0px 30px;
	border: none;
}

TH {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : #FF9900;
}

Div.left {
	float:left;
	width:55%;
	margin:0;
	border-right: 2px solid #FF9900;
}

Div.right {
	float:right;
	width:45%;
	margin:0;
	padding-left:15;
}

Div.footer {
	clear:left;
}
