body {	
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  12px; 
	} 

table, tr, td {	
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:  12px; 
	}

strong {	
	color: #666666;
	font-weight: bold; 
	}

b {  	
	font-size: 12px; 
	font-weight: bold; 
	color: #660000; 
	}

.sub {	
	font-size: 11px; 
	}

.supersub {	
	font-size: 10px;
	color: #666666; 
	}
	
.red {	
	color: #660000; 
	}

.gray {	
	color: #666666; 
	}

.title {
	font-weight: bold;
	text-decoration: underline;
	color: #660000;

	}
	
.brightred {
	color: #FF0000;
}

u {
	text-decoration: underline;
}

.quoteleft {
	width: 240px;
	padding: 10px;
	float: left;
	margin-left: 0px;
	font-weight: bold;
	color: #CC3300;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(images/quotesleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px dotted #CCCC00;
	font-size: 16px;




}

.quoteright {
	width: 240px;
	padding: 10px;
	float: right;
	margin-right: 0px;
	font-weight: bold;
	color: #330099;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(images/quotesright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px dotted #CCCC00;
	font-size: 16px;



}
h1 {
	font-size: 22px;
	font-weight: bold;
}
.green {
	color: #669966;
}
.greenish {
	color: #009999;
	font-weight: bold;
}
.vdottedline {
	border-left-style: dotted;
}
.boldgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

