/* CSS Document */

.staticbanner {
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		font: Arial, Helvetica, sans-serif;
	}
	
.staticsales {
		color: #3366CC;
		font-size: 14px;
		font-weight: bold;
		font: Georgia, "Times New Roman", Times, serif;
	}
	
.staticbody {
		color: #000000;
		font-size: 12px;
		font: Arial, Helvetica, sans-serif;
	}
	
.staticlinks {
		color: #CC6600;
		font-size: 14px;
		font: Arial, Helvetica, sans-serif;
	}
	
.smallorange {
		color: #bd6e1a;
		font-size: 12px;
		font-weight: bold;
		font: Arial, Helvetica, sans-serif;
	}
	
A:link.smallorange {
		color: #bd6e1a;
		font-size: 12px;
		font-weight: bold;
		font: Arial, Helvetica, sans-serif;
	}
	
A:hover.smallorange {
	color: #333333;
		font-size: 12px;
		font-weight: bold;
		font: Arial, Helvetica, sans-serif;
	}
	
A:visited.smallorange {
		color: #bd6e1a;
		font-size: 12px;
		font-weight: bold;
		font: Arial, Helvetica, sans-serif;
	}
	
	
