html {
	height: 100%;
}

BODY {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color:#FFFFFF;
}

h1 {
    border-bottom:1px double #FF5C00; 
    font-size: 12pt; 
    font-weight: bold;
}

h2 {
    font-size: 11pt; 
    font-weight:bold;
}

a:link, a:visited, a:active
{
	color: #FF810E;
}

a:hover
{
	color: #000000;
}

.newLink:link, .newLink:visited, .newLink:active
{
	color: #FF810E;
}

.newLink:hover
{
	color: #FFFFFF;
}


P, TD {
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
}
.imgBorder {
    border: 2px solid #000000
}