A, IMG
	{
		outline: none;
	}

	
FORM
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}



HTML, BODY, IFRAME
	{
		scrollbar-face-color: #000000;
		scrollbar-shadow-color: #333333;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #333333;
		scrollbar-darkshadow-color: #000000;
		scrollbar-track-color: #000000;
		scrollbar-arrow-color: #333333;
		scrollbar-base-color: #000000;
		
		margin: 0px;
		padding: 0px;
	}



HR
	{
		color: #FF6633;
		height: 1px;
	}



.hr2
	{
		color: #9FF307;
		height: 1px;
	}



.info1
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 11px;
		text-align: right;
		text-valign: bottom;
		font-weight: normal;
		color: #99EE99;
	}



.image0
	{
		cursor: pointer;
	}



.image1
	{
		border: solid 1px #000000;
		cursor: pointer;
	}



.image1:hover
	{
		border: solid 1px #FFFFFF;
		cursor: pointer;
	}



.image2
	{
		border: solid 1px #FFFFFF;
		cursor: pointer;
	}



.button1
	{
		width: 130px;
		height: 20px;
		background-color: #DDDDDD;
		border: solid 1px #777777;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}



.button1_hover
	{
		width: 130px;
		height: 20px;
		background-color: #000000;
		border: solid 1px #FFFFFF;
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		cursor: pointer;
	}



.formarea1
	{
		font-family: verdana, geneva;
		font-size: 11px;
		font-weight: bold;
		color: #AAAAAA;
		background-color: #333333;
		border: solid 1px #777777;
		width: 393px;
		height: 80px;
		padding: 3px;
	}



.formfield1
	{
		font-family: verdana, geneva;
		font-size: 11px;
		font-weight: bold;
		color: #AAAAAA;
		background-color: #333333;
		border: solid 1px #777777;
		width: 200px;
		height: 20px;
		padding: 3px;
	}
	


.text1
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 14px;
		font-weight: normal;
		color: #FFFFFF;
	}



.text1b
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
	}



.text1_link
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 14px;
		font-weight: normal;
		color: #000000;
	}



.text1_link:hover
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 14px;
		font-weight: normal;
		color: #FFFFFF;
	}



.text1_notes
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 10px;
		font-weight: normal;
		color: #FFFFFF;
	}



.text2
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 15px;
		font-weight: bold;
		color: #FFFFFF;
	}
	}



.text3
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
	}



.heading1
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		letter-spacing: 1px;  
		font-weight: bold;
		color: #FF6633;
	}




.heading2
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		font-weight: bold;
		color: #FFCC00;
	}




.heading3 /* AKA The First paragraph letter */
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: normal;
		font-size: 33px;
		font-weight: bold;
		float: left;
		line-height: 28px;
		padding-right: 0px; 
		margin-top: 0px;  
		color: #99EE99;
	}



.link1_on
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #008088;
		padding-left: 15px; 
		line-height: 170%;
		text-decoration: none;
	}



.link1_off
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #FFFFFF;
		padding-left: 15px; 
		line-height: 170%;
		text-decoration: none;
	}



.link1_off:hover
	{
		font-family: verdana, geneva;
		font-style: normal;
		font-size: 12px;
		font-weight: normal;
		font-style: normal;
		color: #008088;
		padding-left: 15px; 
		line-height: 170%;
		text-decoration: none;
	}



.zoomclose
	{
		font-family: verdana, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #555555;
		text-decoration: none;
		border: solid 1px #555555;
		padding: 1px 2px 1px 2px;
		background-color: #999999;
	}



.zoomclose:hover
	{
		font-family: verdana, geneva;
		font-size: 9px;
		font-weight: bold;
		color: #222222;
		text-decoration: none;
		border: solid 1px #222222;
		padding: 1px 2px 1px 2px;
		background-color: #FF6633;
	}



.zoomtext
	{
		font-family: verdana, geneva;
		font-size: 10px;
		font-weight: bold;
		color: #222222;
		padding: 5px 3px 0px 2px;
	}













/* Required for Image Transition scripts */

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}



