<style>

font
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10pt; 
			color: #000000; 
			background: transparent 
		}
body
		{ 
			background-color: #FFFFFF; 
			color: #000000; 
			float: left; 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10pt;
			margin-top: 0px; 
			margin-left: 0px; 
			margin-right: 0px 
			text-align: Left; 
		}
A:link			{color: #800000; text-decoration: none;}
A:active		{color: #800000; text-decoration: none;}
A:visited		{color: #800000; text-decoration: none;}
A:hover			{color: #CC0000; text-decoration: none;}
H1 
		{ 
			font-family: Arial, Verdana, sans-serif; 
			font-size: 14pt; 
			font-weight: bold;
			color: #000000; 
			background: transparent 
		}
H2 
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 14pt; 
			font-weight: bold; 
			color: #CC0000; 
			background: transparent 
		}
H3 
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 12pt; 
			font-weight: bold; 
			color: #000000; 
			background: transparent 
		}
H4 
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 12pt; 
			font-weight: bold; 
			color: #CC0000; 
			background: transparent 
		}
H5 
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #000000; 
			background: transparent 
		}
H6 
		{ 
			font-family: Verdana, Arial, sans-serif; 
			font-size: 10pt; 
			font-weight: bold; 
			color: #CC0000; 
			background: transparent 
		}
LI
		{ 
			display: list-item; 
			margin-left: 5px;
			list-style-type: square;
		}
.formtext 
		{
			border-left:1px inset #000000; 
			border-right:1px inset #666666; 
			border-top:1px inset #000000; 
			border-bottom:1px inset #666666; 
			background-color: #FFFFFF; 
			background-attachment: fixed; 
			background-image: url('/styles/border_shadow_lightgrey.gif'); 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			color: #000000
		}
.formbutton 
		{
			border: 1px outset; 
			background-color: #E8E8E8; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			color: #000000; 
			cursor: hand; 
			border-color: #999999 #000000 #000000 #999999;
		}
.formdropdown 
		{
			border-left:1px inset #000000; 
			border-right:1px inset #666666; 
			border-top:1px inset #000000; 
			border-bottom:1px inset #666666; 
			background-color: #FFFFFF; 
			background-attachment: fixed; 
			background-image: url('/styles/border_shadow_lightgrey.gif'); 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			color: #000000
		}
.redbutton 
		{
			border: 1px outset; 
			background-color: #CC0000; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			color: #FFFFFF; 
			cursor: hand; 
			border-color: #000000 #000000 #000000 #000000;
		}
.button3 
		{
			border: 1px outset; 
			background-color: #666666; 
			border-color: #999999 #000000 #000000 #999999;
			color: #FFFFFF; 
			cursor: hand; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px; 
			font-weight: bold;
			width: 120px
		}
/* INFO WINDOW LAYER */
.searchresultsinfo
		{
			background-color:#eeeeee;		
			border-top:3px solid #000000; 
			border-bottom:3px solid #000000; 
			border-left:3px solid #000000; 
			border-right:2px solid #000000; 
			border-collapse: collapse;
			filter:alpha(Opacity=93);
			float: right;
			height: 275px;
			left: 50px;
			overflow: auto;
			padding-top:0; 
			padding-bottom:0;
			padding-left:0; 
			padding-right:0;			
			position: absolute;
			right: 50px;
			text-align: left;
			top: 140px;
			vertical-align: middle;
			width: 550px;
			z-index: 900;
		}
</style>
