/* define standard element styles */

BODY {
	font : 10px Verdana, Arial, sans-serif; 
	color : #999999;
	margin : 0;
	background-color : #ffffff;
	scrollbar-face-color : #770001;
	scrollbar-shadow-color : #520000; 
	scrollbar-highlight-color : #DA9E9E; 
	scrollbar-3dlight-color : #9F0000;
	scrollbar-darkshadow-color : #5B0000; 
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}

P {
	font : 10px Verdana, Arial, sans-serif; 
	color : #666;
}

TD {
	font : 10px Verdana, Arial, sans-serif; 
	color : #666;
}

DIV {
	font : 10px Verdana, Arial, sans-serif; 
	color : #666;
}

h1 {
	font : 10px Verdana, Arial, sans-serif; 
	color : #666666;
}

INPUT {
	font : 10px Verdana, Arial, sans-serif; 
	color : #000;
}

TEXTAREA {
	font : 10px Verdana, Arial, sans-serif; 
	color : #000;
}

SELECT {
	font : 10px Verdana, Arial, sans-serif; 
	color : #000;
}


/* define classes */

.back {
	background-color : #EAEAEA;
}

.redback {
	color : #000000;
	background-color : #E1CCCC;
}

.highlight {
	color : #09287A;
}

.big {
	font-weight: bold;
	font-size: 12px;
}

.title {
	font-size : 13px;
	color : #9F0000;
  font-weight : bold;
}

.rsBig {
	font-size : 15px;
	color : #666;
  font-weight : bold;
	text-decoration : underline;
}

.rsSmall {
	font-size : 9px;
	color : #666;
}

.headerText1 {
	color : #EBE7E7;
  font-weight : bold;
}

.headerText2 {
	color : #CCCCCC;
  font-weight : bold;
}

/* define link properties */

A, A:Visited, A:Active {
	color : #9F0000;
  font-weight : bold;
}

A:Hover {
	color : #D90303;
}

A.title, A.title:Visited, A.title:Active {
	font-size : 12px;
	color : #9F0000;
  font-weight : bold;
	text-decoration : none;
}

A.title:Hover {
	color : #D90303;
}

A.rs, A.rs:visited {
	color : #999999;
	background-color : #EAEAEA;
	text-decoration : none;
	float: left;
}

a.rs:hover, A.rs:Active {
	color: #333333;
}

A.rs2, A.rs2:visited {
	color : #999999;
	text-decoration : none;
	float: left;
}

a.rs2:hover, A.rs2:Active {
	color: #333333;
}

A.small, A.small:visited {
	color : #666666;
	font-size : 10px;
	text-decoration : none;
}

a.small:hover, A.small:Active {
	color: #999999;
	font-size : 10px;
}

A.small2, A.small2:visited {
	color : #9F0000;
	font-size : 10px;
	font-weight: normal;
	border-bottom: 1.5px dashed #666; 
	text-decoration: none;
}

a.small2:hover, A.small2:Active {
	color: #999999;
	font-size : 10px;
	border-bottom: 0px; 
	text-decoration: none;
}
