/* Text CSS */

body, table, tr, td, div, p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFCC99; }
h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: normal; }
h1 { font-size: 170%; color: #FF6600; font-weight: bold; } /* main header, signifies which page your on */
h2 { font-size: 130%; color: #FF6600; font-weight: bold; } /* main header for content portion */
h3 { font-size: 100%; color: #FF6600; } /* main header for content portion */
h4 { color: #FF6600; font-size: 140%; font-weight: bold; text-align: left; }
h5 { color: #FF6600; font-size: 110%; font-weight: bold; text-align: left; }
h6 { font-size: 120%; font-weight: bold; color: #FF6600; } /* links header */
a { color: #00CC00; text-decoration: none; }
a:hover { text-decoration: none; }

#header {}
	#header .toplink { }
	#header .toplink a { color: #00CC00;}
	#header .toplink a:hover {}
#footer	{ font-size: 90%; }

/* navigation styles */
#nav1 { }
	#nav1 { color: #006600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; }
	#nav1 a { color: #006600; text-decoration: none; }
	#nav1 a:hover { text-decoration: none; }
	#subnav1 a, #subnav3 a, #subnav2 a { color: #006600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; }
	#subnav1 a:hover, #subnav3 a:hover, #subnav2 a:hover { text-decoration: none; }
.product_info h2 { font-size: 110%; }

#nav2 { }
	#nav2 { color: #006600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; }
	#nav2 a { color: #006600; text-decoration: none; }
	#nav2 a:hover { text-decoration: none; }
	#subnav1 a, #subnav3 a, #subnav2 a { color: #006600; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: normal; }
	#subnav1 a:hover, #subnav3 a:hover, #subnav2 a:hover { text-decoration: none; }
.product_info h2 { font-size: 110%; }
