html {
}
body { 
	background-color:	white;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	font-size: 10pt;
	color: black;
}
A {
	COLOR: gray;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: 700;
}
A:hover {
	COLOR: gray;
	TEXT-DECORATION: underline;
}
TD {
	font-size: 10pt;
	color: black;
}
P {
	line-height: 19px;
}
H1 {
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: 700;
}
H2 {
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: 700;
}
H3 {
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: 700;
}
H4 {
	font-size: 12px;
	color: #000000;
	FONT-WEIGHT: 700;
}
IMG {
	border: medium none;
}

.divider {
	font-size: 18pt;
	text-align: center;
	color: gray;
}

p.title {
	font-family: Times New Roman,helv;
	font-style: italic;
	text-align: center;
	font-weight: normal;
	font-size: 20pt;
	color: black;
}

table.small td {
	font-size: 8pt;
}
table.small th {
	font-size: 8pt;
}
a.textbutton {
	background-color: white;
	color: gray;
	border: 1px solid gray;
	padding: 3px 5px;
}
a.textbutton:hover {
	text-decoration: none;
	background-color: lightgrey;
	border: 1px solid black;
	color: black;
}

#printBG {
	z-index: -100;
	position: absolute;
	top: 2%;
	left: 2%;
	text-align: center;
	width: 100%;
}

#documentProperties {
	display: none;
	position: absolute;
	top: 40%;
	left: 35%;
	height: auto;
	width: 400px;
	padding: 0px;
}
#documentToolbar {
	border: 1px solid gray;
	background-color: white;
	padding: 4px;
	position: relative;
	top: -29px;
	left: 0px;
	float: right;
	text-align: right;
}