body {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
}
table, td, tr, p, H1, H2, H3, H4, li, ul, ol, dl, div, blockquote, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1em;
}

h1, h2, h3, h4 {
	
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight : bold;
	color: #DB5200;
}

h1 {
	font-size : 2em;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h2{
	font-size : 1.7em;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}

h3{
	font-size : 1.3em;
	font-weight: bold;
	margin: 0em;
}
h4{
	font-size : 1em;
	font-weight: bold;
	margin: 0em;
}

.verysmall {
	font-size : .8em;
}

.verysmallblue {
	font-size : .8em;
	color:#0C5397;
}

.point85font {
	font-size : .85em;
}

.point85fontblue {
	font-size : .85em;
	color:#0C5397;
}

.point8fontblue {
	font-size : .8em;
	color:#0C5397;
}

.point7fontblue {
	font-size : .7em;
	color:#0C5397;
}

.point7font {
	font-size : .7em;
}

.point85fontorange {
	font-size : .85em;
	color:#FF6000;
}

.point8fontorange {
	font-size : .8em;
	color:#FF6000;
}


.prettysmall {
	font-size : .9em;
}

.helptext 
{
    font-weight :normal;
    color:#900000;
    font-size:.85em;
    padding:0px;
    margin:0px;
}

.nopadding
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/****************/

a:link {
	color: #0033CC;
	text-decoration:underline;
}

a:link:visited {
	color: #0033CC;
	text-decoration:underline;
}

a:link:hover {
	color: red;
	text-decoration:underline;
}

a.linktype1:link 
{
    color: blue;
	text-decoration: underline;
}

a.linktype1:visited 
{
    color: purple;
	text-decoration: underline;
}

a.linktype1:hover
{
    color: red;
	text-decoration: underline;
}

td.titlebar {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D0A560;
	border-bottom-color: #D0A560;
}	
td.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #D0A560;
}	
	
.caption {
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-family: Times New Roman, Times, serif;
	}

.extlink {
	font-size: 10px;
	color: #999999;
	}
	
.fieldheader {
    padding-right:5px;
}
	
@media screen, projection {
.genericnoprint { }
.genericnodisplay { display:none; }
span.printdark { }
}


@media print {
.genericnoprint { display:none; }
.genericnodisplay { display:block; }
span.printdark { color:#000000; }
a.linktype1:link { text-decoration: none; color:black; }
a.linktype1:visited { text-decoration: none; color:black; }
}
