﻿body				{background-color: #F0F0F0;}

A:link				{color: #0000FF; text-decoration: underline;} /*  border-bottom: 1px dotted #C0C0C0; font-variant: small-caps */
A:visited			{color: #0000FF; text-decoration: underline;} /* #006BDA */
A:hover				{color: #000000; text-decoration: underline;}

P				{color: #000000; font-family: Arial, Verdana; line-height: 11pt}

UL				{list-style-type: square; color: #004595;}
LI				{font-size: 8pt; font-family: Verdana, Arial;}

.background {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 34%, rgba(0,0,0,0.34) 68%, rgba(0,0,0,0.45) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.34) 68%,rgba(0,0,0,0.45) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 34%,rgba(0,0,0,0.34) 68%,rgba(0,0,0,0.45) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}