body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9 pt;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : #FF5604;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : #FF5604;
	margin-bottom : 2;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	color : blue;
	margin-bottom : 2;
}

.LinkList {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10 pt;
	font-weight : bold;
	text-decoration : none;
	color : Blue;
}

.DocHeader {
	background-color : Gray;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : small;
	font-style : italic;
	color : white;
}

.DocList {
	background-color : #D3D3D3;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}

a {
	text-decoration : none;
	color : Blue;
}

a:hover {
	color : #FF5604;
}

	.Q {color: #FF5604;}

