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;
}

PRE.fill {
  	background-color:#cccccc;
	border-style:solid;
	border-width:1;
	padding:10;
	white-space: pre;
	color:blue;
}

div.markerTooltip, div.markerDetail {
	color: black;
	font-weight: bold;
        background-color: white;
        white-space: nowrap;
        margin: 0;
        padding: 2px 4px;
        border: 1px solid black;
}

/*---------------------------------------------------*/
    
v\:* {
        behavior:url(#default#VML);
}

