TABLE{
	background-color : White;
	border-color : red;
	border-width : 2pt;
}

TABLE.transparant{
	background:no
}

TABLE.database{
	background-color : #FF3535;
	border-color : red;
	border-width : 2pt;
	border : thin;
}
BODY {
	font-family : Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
}
H1 {
	color : White;
	background-color : Red;
	font-size : 20pt;
	text-align : left; 
}

H2 {
	color : White;
	background-color : Red;
	font-size : 12pt;
	text-align : center; 
}
H3 {
	color : White;
	background-color :Red;
	font-size : 8pt;
	text-align : left; 
}

A.red{
	text-decoration : underline;
	color : Red;
}

A.white{
	text-decoration : underline;
	color : White;
}

P.header{
    color : black;
	background-color : white;
	font-family : Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-align : left;
	}

P.normal {
    color: black;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-align : left;
}
	
P.theader{
    color : White;
	background-color : #E80000;
	font-family : Arial, sans-serif;
	font-size : 11pt;
	font-weight : bold;
	text-align : left;
	}

P.tnormal {
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
}

P.tred {
	color: Red;
	background-color : White;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
}
P.transparant {
	color : White;
	font-weight : bold;
	font-family : Arial, sans-serif;
	font-size : 11pt;
	text-align : left;
}

P.treverse {
    color: White;
	background-color : FF3535;
	font-family : Arial, sans-serif;
	font-size : 8pt;
	text-align : left;
}

P.tlogin {
    color : White;
	background-color : #E80000;
	font-family : Arial, sans-serif;
	font-size : 9pt;
	text-align : left;
}

