/* 
 *Thorn Valley Orange Style Sheet Version 3.0 
 *This should work with IE 5 and Mozilla 1.x (NS 6.x) 
 *(July 4, 2003 - Revamped to remove some legacy styles and changed to use relative
 *	font sizes)
 */

A:link {
	color: #FF6600;
	text-decoration: none;
}

A:visited {
	color: #CC6600;
	text-decoration: none;
}

A:active {
	color: #FFCC66;
}

A:hover {
	color: #FFCC66;
	text-decoration: underline;
}

#content A:link {
	text-decoration: underline;
}
#content A:visited {
	text-decoration: underline;
}

H1, H2, H3, H4 {
	font-family: "Helvetica", "Arial", sans-serif;
	color: #FF9900;
	margin-bottom: 10px;
}
H5, H6 {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #FF9900;
}		

#title H1 {
	margin: 15px 0px 10px 0px;
}

H1 {
	font-size: 2.2em;
}
H2 {
	font-size: 1.9em;
}
H3 {
	font-size: 1.6em;
}
H4 {
	font-size: 1.3em;
}
H5 {
	font-size: 1.1em;
}
h6 {
	font-size: .9em;
}

STRONG {font-weight: bold}
EM {font-style: italic}



P, TABLE, TD, TH, UL, OL, CENTER {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
}

CENTER {
	text-align: center;
}				

.head {
	background-color: #FF9900;
	color: #000000;
}
.hilite {
	color: #FF9900;
}

TR.b {
	background-color: #333333;
}


LI.dep {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	text-decoration: line-through;
	font-style: italic;
	color: #cccccc;
}

BODY {
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url('/templates/images/starback.jpg');
	background-repeat: repeat-y; 
	color: #ffffff;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;				
	/*font-size: 1.0em*/
	font-size: 76%;
	line-height: 1.3em;
}

.add_margin {
	padding-right: 15px;
}

.rule {border-top-width: 1px;
       border-top-style: solid;
       border-color: #FF0000; 
       margin: 0px
}

UL.contents {
	font-weight: bold;
}

HR {
	height: 1px;
	border: 0;
	background-color: #f00;
	color: #f00;
}

/*.backwards, .backwards *, .backwards td { 
	unicode-bidi: bidi-override; 
	direction: rtl;
	text-align: left;
}*/

