body { font-family: Arial, Futura, Verdana, sansserif; /* background-color:#C7CACC;*/ background-color:#FFFFFF; } 

p { 
	color: #000000; 
	font-size: 10pt; 
	line-height: 120%; 
	font-style: normal; 
	font-weight: normal; 
	text-align:left;
	margin: 15px 0 0 0; } 

.holder { 
			border-color: black; 
			border-width: 1px; 
			border-style: solid; 
			background-color:#FFFFFF; } 

.darkgrey { background-color:#454545; } 

.green { background-color:#BAAB00; } 

.palegreen { background-color:#EBE6AE; } 

.lightgreen { background-color:#CCC563; } 

.blue { background-color:#0095E3; } 

.paleblue { background-color:#A8DDF6; } 

.lightblue { background-color:#40BAEE; } 

.red { background-color:#DE0020; } 

.palered { background-color:#F4B2A4; } 

.lightred { background-color:#E8655A; }

.purple { background-color:#660059; } 

.palepurple { background-color:#C5A2C4; } 

.lightpurple { background-color:#97518B; }

.orange { background-color:#FF7000; } 

.paleorange { background-color:#FFD0AB; } 

.lightorange { background-color:#FF9F54; } 

.white { background-color:#FFFFFF; } 

.greentext {color: #BAAB00; 
			text-align: right; 
			margin: 10px 20px 0 0px; 
			font-family: "Futura Lt BT", "Futura-Light","FuturaLight", "Futura Lt", Futura, Arial, sansserif; 
			font-size: 16pt; 
			line-height: 120%; 
			font-style: normal; 
			font-weight: normal; } 

.bluetext {	color: #0095E3; 
			text-align: right; 
			margin: 10px 20px 0 0px; 
			font-family: "Futura Lt BT", "Futura-Light","FuturaLight", "Futura Lt", Futura, Arial, sansserif; 
			font-size: 16pt; 
			line-height: 120%; 
			font-style: normal; 
			font-weight: normal; } 

.redtext { 	color: #DE0020; 
			text-align: right; 
			margin: 10px 20px 0 0px; 
			font-family: "Futura Lt BT", "Futura-Light","FuturaLight", "Futura Lt", Futura, Arial, sansserif; 
			font-size: 16pt; 
			line-height: 120%; 
			font-style: normal; 
			font-weight: normal; } 

.orangetext { 	color: #FF7000; 
				text-align: right; 
				margin: 10px 20px 0 0px; 
				font-family: "Futura Lt BT", "Futura-Light","FuturaLight", "Futura Lt", Futura, Arial, sansserif; 
				font-size: 16pt; 
				line-height: 120%; 
				font-style: normal; 
				font-weight: normal; } 

.purpletext { 	color: #660059; 
				text-align: right; 
				margin: 10px 20px 0 0px; 
				font-family: "Futura Lt BT", "Futura-Light","FuturaLight", "Futura Lt", Futura, Arial, sansserif; 
				font-size: 16pt; 
				line-height: 120%; 
				font-style: normal; 
				font-weight: normal; } 

.listing	{margin: 1px 0 0 0;
			font-size:9pt; }


a:link
{
	text-decoration:underline;
	color: #000000;
}

a:visited
{
	text-decoration:underline;
	color: #000000;
}

a:hover
{
	text-decoration:underline;
	color: #454545;
	}
	




ul.standardlist	{
				color: #000000;
				font-size: 10pt;
				line-height: 100%;
				font-style: normal;
				font-weight: normal;
				text-align:left;
				margin-top:5px;
				margin-bottom:5px;
				margin-left: 0;
				padding-left: 0;
				list-style: none;
			}
li.standardlist	{	padding-left: 15px;
			background-image: url(../images/blackcircle.gif);
			background-repeat: no-repeat;
			margin-bottom:5px;
			}

						

