BODY {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

H1 {
	font-size: 10pt;
	color : #990000;
	font-style: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

H2 {
	font-size: 10pt;
	color : black;
	font-style: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	display: inline;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}

A {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

A:VISITED  {
	color : black;
}

A:ACTIVE  {
	color : black;
}

A:HOVER  {
	color : red;
	text-decoration: underline;
}

A.red {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

A.red:VISITED  {
	color : red;
}

A.white {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

A.white:VISITED  {
	color : white;
}

A.white:HOVER  {
	color : red;
	text-decoration: underline;
}

A.linkor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-decoration: none;
	font-weight: normal;
}

A.linkor:VISITED  {
	color : #D8D8D8;
}

A.xhref_link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D8D8D8;
	text-decoration: none;
	font-weight: normal;
}

A.xhref_link:VISITED  {
	color : #D8D8D8;
}
HR {
	height: 1pt;
}

.highlightit img{
border: 1px solid #ccc;
}

.highlightit:hover img{
border: 1px solid black;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

