h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : Red;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
}

a {
	color : red;
	font-weight : bold;
	text-decoration: none;
}

a:HOVER {
	color : #999999;
}

.menu {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration: none;
}

.menu:HOVER {
	color : #ff0000;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
}

.text {
	text-align : justify;
	font-weight : normal;
	font-weight : bold;
}

.tabletext {
	font-size : 8pt;
	font-weight : normal;
	font-weight : bold;
}

.header {
	color : White;
	font-size : 10pt;
	font-weight : bold;
	margin : 2px 5px;
	text-align: center;
}

LI {
	font: 8pt Arial, Helvetica, sans-serif;
	color: Black;
	text-align : left;
	font-weight : bold;
}

 .rem {
	font-size : 8pt;
	font-weight: normal;
}
 
.rem a {
	font-size : 7pt;
	color : #333333;
	font-weight : normal;
	text-decoration: none;
}

.rem a:HOVER {
	color : red;
}

 td.caption {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : Black;
	font-weight : bold;
	padding : 3px 15px;
	background-color : #ffcacb;
}

IMG.left {
	float : left;
	margin :10px 20px 10px 0px;
}

IMG.right {
	float : right;
	margin : 10 0px 20px 10px;
}

