BODY {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	background-color: #CAD0D6;
	background-image: url(/img/tlo.gif);
	background-repeat: repeat-x;
}
}

H1 {
	font-size: 7pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	bottom: 0px;
}

H2 {
	font-size: 14pt;
}

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: White;
	text-decoration: none;
	font-weight: bolder;
}

A:VISITED  {
	color : white;
}

A:ACTIVE  {
	color : white;
}

A:HOVER  {
	color : red;
	text-decoration: underline;
}

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 */
}
