/* Style Percentage Scaling : Airship */

/* Body */

body									{ color: #000000; font-size: 100%; margin: 0px }
    
a:visited								{ color: #666; text-decoration: none; }
a:link									{ color: #003399; text-decoration: none; }
a:hover								{ color: #0CF; text-decoration: underline; }
a:active								{ color: #0CF; text-decoration: underline; }
LI										{ list-style-type: square; }
input									{ color: #003; font-size: 75%; font-family: Arial, Helvetica, Geneva, sans-serif }
select									{ color: #003; font-size: 75%; font-family: Arial, Helvetica, Geneva, sans-serif }
textarea								{ color: #003; font-size: 75%; font-family: Arial, Helvetica, Geneva, sans-serif }

/* Backgrounds Colors */
    
.bg_main								{ background-color: #ffffff; }
.bg_banner								{ background: url(images/banner_bg.jpg) repeat-x; }
.bg_credits							{ background: #ffffff; }
.bg_divider							{ background-color: #999999; }
.bg_addivider							{ background-color: #AAAAAA; }
.bg_tabdivider						{ background-color: #DDDDDD; }
.bg_green	 							{ background-color: #00CC33; }
.bg_magenta	 						{ background-color: #cc00cc; }
.bg_orange	 							{ background-color: #FF6600; }
.bg_lavender 							{ background-color: #6633ff; }
.bg_teal 								{ background-color: #0099cc; }

/* Common Styles */

.page_title						    { color: #ccc; font-size: 300%; font-family: Helvetica, Arial, sans-serif }
.news_text						    	{ font-size: 115% }
.news_text_nopad				    	{ color: #009; font-size: 75%; font-family: Helvetica, Arial, sans-serif }
.news_text_large				    	{ color: #009; font-size: 90%; font-family: Helvetica, Arial, sans-serif }
.news_added					    	{ color: #0cf; font-size: 95%; line-height: 170%; font-family: Helvetica, Arial, sans-serif, Georgia, Times; background-color: #039; padding: 3px 4px; border: #0cf }
.image_caption						{ font-size: 60%; line-height: 105%; font-family: Helvetica, Arial, sans-serif; padding-right: 2px }
.table_caption 						{ color: #039; font-size: 70%; font-family: Helvetica, Arial, sans-serif }
.table_text	 						{ font-size: 65%; font-family: Helvetica, Arial, sans-serif }

.tabe_text_pad   						{ color: white; font-size: 100%; padding: 3px 5px 2px }
.smallprintgrey						{ color: #666; font-weight: normal; font-size: 65%; font-family: Arial, Helvetica, Geneva, sans-serif }
.general_title						{ color: #600; font-size: 125%; line-height: 110%; font-family: Helvetica, Arial, sans-serif }
.general_text							{ color: #333; font-size: 90%; font-family: Helvetica, Arial, sans-serif }
.list_text								{ font-size: 90%; }
.red_text								{ color: #cc0000; }
.magenta_text 						{ color: #cc00cc }
.green_text 							{ color: #00CC33 }
.orange_text 							{ color: #FF6600 }
.white_text 							{ color: #ffffff }
.lavender_text 						{ color: #6633ff }
.teal_text 							{ color: #0099cc }
.nav							 		{ font-size: 70%; font-family: Arial, Times, Helvetica, sans-serif; background-color: #ffffff; }
.subnav							 	{ color: #999; font-size: 85%; font-family: Helvetica, Arial, sans-serif; background-color: #ffffff; }
.general_text_table					{ color: #039; font-size: 75%; line-height: 120%; font-family: Helvetica, Arial, sans-serif }
.address								{ color: #666; font-size: 60%; font-family: Helvetica, Arial, sans-serif; }
.descriptor							{ color: #003; font-style: italic; font-size: 110%; font-family: Helvetica, Arial, sans-serif }

/* Navigation (Category List) */
/* Use Body Links
.category_link_depth a:link				{ color: #003399; text-decoration: underline; }
.category_link_depth a:hover			{ color: #0CF; text-decoration: none; }
.category_link_depth a:visited			{ color: #666; }
.category_link_depth a:active			{ color: #0CF; text-decoration: underline;  }

.category_link_depth1					{ color: #990000; font-size: 70%; font-family: Helvetica, Arial, sans-serif }
.category_link_depth1 a					{ color: #333333; !important; text-decoration: none }
.category_link_depth1 a:hover			{ color: #0CF; !important; text-decoration: underline }
.category_link_depth1 a:visited	{ color: #666; !important: text-decoration: underline  }

.category_link_depth3					{ color: #000; font-size: 50%; font-family: Helvetica, Arial, sans-serif }
.category_link_depth3 a					{ color: #000; !important; text-decoration: none }
.category_link_depth3 a:hover			{ color: #0CF; !important; text-decoration: underline }
.category_link_depth3 a:visited			{ color: #666; !important: text-decoration: underline  }
 */

