BODY {
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

h1 {

	font-family:Georgia, Times New Roman, Times, sans-serif;
 	font-size:16px;
	margin:0px;
	padding:4px;
	color:#FFFFFF;
	font-weight:bold
	text-align: center;
}

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: 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: yellow;
	text-decoration: none;
	font-weight: bold;
}

A.red:VISITED  {
	color : yellow;
}

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;
}

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 */
}


