html, body, td, p, ul  {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

.small {
	font-size: 8pt;
}

ul {
	list-style: square;
}

/*---------------------------------------------------*/
:link {
/*	color: #009933; */
        color: #0000CC;
	background: repeat;
}

:visited {
/*	color: #99cc00; */
	color: #6666FF;
	background: repeat;
}

:active {
	color: green;
	background: #ddeedd;
}

a:hover, a:active, a:focus {
	background-color: #ddeedd;
}

.me {
	font-weight: bold;
}

/*---------------------------------------------------*/
.or:link {
	color: #ff9900;
	background: repeat;
}

.or:visited {
	color: #ff9900;
	background: repeat;
}

.or:active {
	color: red;
	background: #eeeeee;
}

/*---------------------------------------------------*/
.re:link {
	color: #ff5533;
	background: repeat;
}

.re:visited {
	color: #ff5533;
	background: repeat;
}

.re:active {
	color: red;
	background: #eeeeee;
}

/*---------------------------------------------------*/
.hide {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #e00000;
}
