
/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/
body { color: black; background-color: white }
p { }
.a    { color: gray; font-size: 12px; font-family: "Helvetica Condensed"; text-decoration: none }
.a1 { color: white; font-size: 12px; font-family: "Helvetica Condensed"; text-decoration: none; background-color: gray }
.a:link   { color: gray; font-size: 12px; font-family: "Helvetica CondensedBold"; text-decoration: none; background-color: white }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
div { }
span { }
td { }
table { }
h1 { font-size: 2em; font-weight: bold; margin: 0.67em 0 }
h2 { font-size: 1.5em; font-weight: bold; margin: 0.83em 0 }
h3 { font-size: 1.17em; font-weight: bold; margin: 1em 0 }
h4 { font-weight: bold; margin: 1.33em 0 }
h5 { font-size: 0.83em; font-weight: bold; margin: 1.67em 0 }
h6 { font-size: 0.67em; font-weight: bold; margin: 2.33em 0 }
ol { list-style-type: decimal; margin: 1em 0 1em 40px }
ol ol { margin-top: 0; margin-bottom: 0 }
ol ul { margin-top: 0; margin-bottom: 0 }
ul { list-style-type: disc; margin: 1em 0 1em 40px }
ul ol { margin-top: 0; margin-bottom: 0 }
ul ul { margin-top: 0; margin-bottom: 0 }

