/* define standard element styles */

BODY {
	font : 11px Verdana, Arial, sans-serif; 
	color : #4C4C4C;
	margin : 0;
	background-color : #000000;
}

P, TD, DIV, h1 {
	font : 11px Verdana, Arial, sans-serif; 
	color : #4C4C4C;
	line-height : 15px
}


/* define classes */

.two {
	color : #8C8C8C;
}

.big {
	font : 14px Verdana, Arial, sans-serif; 
	color : #000000;
	font-weight : bold;
}

.popUp {
	font : 10px Verdana, Arial, sans-serif; 
	color : #717171;
	line-height : 13px
}

/* define link properties */

A, A:Visited, A:Active {
	color : #9F0000;
  font-weight : bold;
}

A:Hover {
	color : #D90303;
}

a.pop, a.pop:visited {
	color : #F82107;
	font : 9px Verdana, Arial, sans-serif; 
	text-decoration : none;
}

a.pop:active, a.pop:hover {
	color : #871002;
	font : 9px Verdana, Arial, sans-serif; 
	text-decoration : none;
}
