body
			{
			font-family: verdana, arial, helvetica, sans-serif;
			position: absolute;
			height: 100%;
			background-color: #3399ff;
			margin: 0px;
			scrollbar-3dlight-color: #ffffff;
			scrollbar-arrow-color: #3366cc;
			scrollbar-base-color: #3366cc;
			scrollbar-darkshadow-color: #0000cc;
			scrollbar-face-color: #ffff33;
			scrollbar-highlight-color: #ffff33;
			scrollbar-shadow-color: #999999;
			}
			
h1, h2, h3, h4, h5, h6
			{
			padding: 0px;
			color: #3399ff;
			}

h1
			{
			padding-top: 20px;
			font-size: 18px;
			font-weight: normal;
			color: #3399ff;
			}

p
			{ 
			line-height: 12pt;
			} 
			
/* wrapper */

.wrapper
			{
			width: auto;
			height: auto;
			border: solid #ffffff;
			border-width: 6px; 
			}

/* time attributes */

.time
			{
			font-size: 9px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			}
			
/* breadcrumb attributes */

.breadcrumbs
			{
			font-size: 9px;
			font-weight: bold;
			color: #ffffff;
			text-decoration: none;
			}
			
.breadcrumbs a
			{
			color: #ffffff;
			text-decoration: none;
			}
			
.breadcrumbs a:hover
			{
			color: #ffff33;
			}
			
.breadcrumbs a:visited
			{
			color: #ffff33;
			}

/* top yellow navigation attributes */


.top_nav
			{
			font-size:				10px;
			font-weight:				bold;
			color: 					#666666;
			text-decoration: 			none;
			}

.top_nav a
			{
			color: 					#666666;
			text-decoration: 			none;
			}

.top_nav a:hover
			{
			color: 					#ffffff;
			}
			
/* top panel text attributes */


.top_panel_text
			{
			font-size:				11px;
			font-weight:				normal;
			color: 					#ffffff;
			text-decoration: 			none;
			}
			
/* body text attributes */


.body_text
			{
			font-size:				11px;
			font-weight:				normal;
			color: 					#333333;
			text-decoration: 			none;
			}
			
.body_text a
			{
			font-weight: bold;
			color: #669933;
			text-decoration: none;
			}
			
.body_text a:hover
			{
			text-decoration: underline;
			}
			
li
			{ 
			line-height: 14pt;
			} 
			
/* home link attribute */

.home a
			{
			font-size:				10px;
			font-weight:				bold;
			color: 					#669933;
			text-decoration: 			none;
			}
			
/* address/credit text attributes */


.address
			{
			font-size:				9px;
			font-weight:				normal;
			color: 					#333333;
			text-decoration: 			none;
			}
			
.address a
			{
			font-weight:				bold;
			color: 					#ffffff;
			text-decoration: 			none;
			}

.address a:hover
			{
			color: 					#ffff33;
			}
			
.address a:visited
			{
			color: 					#ffff33;
			}
			
/* fact box attributes */

.fact_box		{
			margin-left:				20px;
			width:					380px;
			height:					auto;
			border: 				solid #669933;
			border-width:				2px;
			}
			
.fact_box_title		{
			background:				#669933;
			}
			
.fact_file
			{
			font-size:				10px;
			font-weight:				bold;
			color: 					#ffffff;
			text-decoration: 			none;
			}
			
.fact_text_box
			{
			margin:					2px;
			padding: 				5px;
			height:					auto;
			border: 				solid #669933;
			border-width:				2px;
			}
			
.fact_text
			{
			font-size:				10px;
			font-weight:				bold;
			line-height: 				12pt;
			color: 					#333333;
			text-decoration: 			none;
			}
			
/* dropdown box attributes */

.dropdown_white		{
			background:				#ffffff;
			}
			
.dropdown_blue		{
			background:				#3399ff;
			}

.dropdown_yellow	{
			background:				#ffff33;
			}
			
.dropdown_green		{
			background:				#669933;
			}