// details.css

BODY {
	font-family: Verdana, Helvetica, Arial;
	font-size: 8pt;
	text-align: justify;
	color: #000000;
	}

P {
	font-family: Verdana, Helvetica, Arial;
	font-size: 10pt;
	text-align: justify;
	}

.li {
	font-family: Verdana, Helvetica, Arial;
	}

A:LINK {
	background: transparent;
	text-decoration : none;
	}

A:VISITED {
	background: transparent;
	text-decoration : none;
	}

.A:Hover {
	color : blue; 
	text-decoration : underline; 
	}

.A:Active {
	color : blue; 
	text-decoration : underline; 
	}

.content {
	font-size: 8pt;
	}

.content A:Link {
	color: blue; 
	}

.content A:Visited {
	color : blue; 
	}

.content A:Hover {
	color : blue; 
	/*color: blue; 
	background-color : blue; */
	text-decoration : underline; 
	}

.content A:Active {
	color : blue; 
	text-decoration : underline; 
	}

.sub {
	font-family : Verdana, Helvetica, Arial;
	font-size: 13pt;
	text-decoration: none;
	text-align: left;
	color : #FE000C;
	}

.csub {
	font-family : Verdana, Helvetica, Arial;
	font-size: 13pt;
	font-style : bold;
	text-decoration: none;
	text-align: center;
	color : #FE000C;
	}

.rt {
	font-family : Verdana, Helvetica, Arial;
	font-size: 7pt;
	font-style : bold;
	text-decoration: none;
	text-align: right;
	color : #000000;
	}

.small {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: left;
	color : #000000;
	}


.smalll {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: left;
	}

.smallr {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: right;
	}

.smallc {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: center;
	}

.smallj {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: justify;
	}

.square {
	list-style-type:square;
	}

.rk1 {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: left;
	color : #CC0000;
	}

.rk2 {
	font-family : Verdana, Helvetica, Arial;
	font-size: 10pt;
	font-style : bold;
	text-align: center;
	color : #000000;
	}

.rk3 {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : bold;
	text-align: center;
	color : #CC0000;
	}

.rk4 {
	font-family : Verdana, Helvetica, Arial;
	font-size: 8pt;
	font-style : normal;
	text-align: left;
	color : #FF9900;
	}