/*
Sixty Centigrams Master CSS Style Sheet - as of 1/24/03 scmaster.css
*/
BODY,P {
	background-color: Black;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
	height : auto;
	font-variant : normal;
	scrollbar-face-color: white;
   scrollbar-shadow-color: black;
   scrollbar-highlight-color: white;
   scrollbar-arrow-color: red;
	scrollbar-dark-shadow-color: silver;
	scrollbar-3d-light-color : white;
	scrollbar-base-color : white;
	}

A:VISITED {
	color : Blue;
	text-decoration : none;
	background :  none;}

A:LINK {
	color : Maroon;
	text-decoration : none;
	background :  none;}

A:ACTIVE {
	color : #800040;
	text-decoration : none;
	background :  none;}
	
A:HOVER {
	color : Red;
	text-decoration : none;
	background :  none;
}

B {
	font-weight : bold;
}

.tdreg {
	color: Black;
	font-family : Helvetica, Arial, sans serif;
	font-size : 24px;
	font-style : italic;
	font-weight : bolder;
	font-variant : normal;
	}
	
.tdsmall {
	color: Black;
	font-family : Helvetica, Arial, sans serif;
	font-size : 15px;
	font-style : normal;
	font-weight : bolder;
	height : auto;
	font-variant : normal;
}

	
.tdsmallcaps {
	display : block;
	color: white;
	font-family : Geneva, Verdana, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	}
	
.tdscaps {
	display : block;
	color: black;
	font-family : Geneva, Verdana, sans-serif;
	font-size : 10px;
	font-style : italic;
	font-weight : bold;
	}
	
.tdquote {
	font-family: Helvetica, Arial, sans-serif;
	color: red;
	font-size : large;
	font-style : italic;
	font-weight : bold;
    }

	
	