<!--
/*
** CSS are a bitch! That's all I have to say about it.
*/

/* ===================== */
/* Globel Style used     */
/* ===================== */
BODY {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica; 
	font-weight: normal; 
	font-size: 10pt; 
	color:orange; 
	background-color: #000000;
}
A, A:link, A:visited, A:active {
    	text-decoration: none;
        color: #DDDDDD;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
}
A:hover {
        text-decoration: none;
        color: #AEAEFD;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 10pt;
}
A.globel2, A:link.globel2, A:visited.globel2, A:active.globel2 {
    	text-decoration: none;
        color: #DDDDDD;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
}
A:hover.globel2 {
        text-decoration: none;
        color: #23cd32;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 8pt;
}
A.globel3, A:link.globel3, A:visited.globel3, A:active.globel3 {
    	text-decoration: none;
        color: #777777;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 7pt;
}
A:hover.globel3 {
        text-decoration: none;
        color: #23cd32;
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica;
        font-size: 7pt;
}
P {
	color: #FF8000;
}

P.globel2 {
	color: #FF8000;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 9pt;
}
P.globel3 {
	color: #444444;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 8pt;
}
P.globel4 {
	color: #AAAAAA;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 11pt;
}
P.globel5 {
	color: #FF8000;
	font-weight: bold;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 12pt;
}
P.globel6 {
	color: #B3E8BE;
	font-weight: normal;
        font-family: Monospace;
        font-size: 9pt;
}

P.globel7 {
	color: red;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 10pt;
}
P.globel8 {
	color: #AAAAAA;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 10pt;
}
P.globel9 {
	color: #FF8000;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 10pt;
}

P.globel10 {
	color: #8080C0;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 11pt;
}


UL.globel4 {
	color: #AAAAAA;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 9pt;
}
OL.globel4 {
	color: #AAAAAA;
	font-weight: normal;
        font-family: Trebuchet MS, Verdana, Arial, Helvetica;
        font-size: 11pt;
}

-->