
<!--

Color Scheme:

Background: ccff66
Greens: 669900 / 99cc33 / ccff33
Yellows: 9999333 / cccc33 / ffff66
Oranges: ff9933 / ffcc66 / ffffcc
Tones: 333333 / 999999 / ffffff

-->

body { 		color: #333333; 
		background: #ccff66; 
		font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 12pt;}

table {		font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 10pt;}		
		
p { 		font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 12pt;}

.small	{ 	font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 10pt;}
	
	
.tight	{ 	font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 8pt; 
		font-weight: bold;}
		
.light	{ 	font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 11pt; 
		color: #333333;}

.bggreen { 	font-family: Trebuchet MS, Helvetica, Sans-Serif; 
		font-size: 10pt; 
		color: #ccff66;}
		
.yellow { 	font-family: Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 12pt;
		font-weight: bold;
		color: #ffff66;}
		
.price { 	font-family: Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 18pt;
		color: #ffff66;}

.quote { 	font-family: Trebuchet MS, Helvetica, Sans-Serif;
		font-size: 14pt;
		color: #ffff66;}
		
		


		
h1      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 18pt; color: #000000; }
h2      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 18pt; color: #ffff66; }
h3      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14pt; color: #333333; }
h4      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14pt; color: #669900; }
h5      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14pt; color: #ffff66; }
h6      { font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: 14pt; color: #999933; }

hr		{ size: 2; color: #669900; noshade; }
hr.brown	{ size: 2; color: #999933; noshade; }


table		{ border: 0; padding: 0; vertical-align: top;}
table.products	{ border: 2; padding: 0; vertical-align: top; color: #669900;}


img.photo { border-width: 5px; border-color: #333333; margin:2px;}

img 	{ border: 0; padding: 0;}
img.tl 	{ align: left;  vertical-align: top;}
img.tr 	{ align: right; vertical-align: top;}
img.bl 	{ align: left;  vertical-align: bottom;}
img.br 	{ align: right; vertical-align: bottom;}
img.photo { border-width: 3px; border-color: #333333; border-style: solid;}



 a:link 	{ color: #33333  }  
 a:visited 	{ color: #99999  } 
 a:active 	{ color: #ff9933 } 
 a:hover 	{ color: #999933 } 
