body{
	background: #6699CC;
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color: Black;
    font-family: arial;
	SCROLLBAR-FACE-COLOR: #333399;
	SCROLLBAR-HIGHLIGHT-COLOR: rgb(0, 0, 0);
	SCROLLBAR-SHADOW-COLOR: #0000CC;
	SCROLLBAR-3DLIGHT-COLOR: #000066;
	SCROLLBAR-ARROW-COLOR: #FF0033;
	SCROLLBAR-TRACK-COLOR: #6633FF;
	SCROLLBAR-DARKSHADOW-COLOR: rgb(102, 0, 102);
	margin-top: 0.25em; 
	margin-right: 0.25em; 
	margin-bottom: 0.25em; 
	margin-left: 0.25em; 
	padding: 0em;
}

h1
{ 
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #0775E4;
}

h2
{ 
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #0775E4;
}

h3
{ 
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	color: #0775E4;
}

a:link 
{
	color: #016ED3;
	text-decoration: underline;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

 .on
 {
    	font-size: 14;
        font-family: arial;
        text-decoration: underline;
        color: blue;
        }
 .off        {
        font-size: 14;
        font-family: arial;
        text-decoration: none;
        color: black;
        }

p 
{ 
	color: black;
} 

.insertTab{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	vertical-align: middle;
	margin-left: inherit;
	text-align: center;
	background-color: #6666FF;
	border: thin solid Black;
	padding: 3pt;
	width: 400;
}

.tableOut{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: middle;
	margin-left: inherit;
	text-align: center;
	background-color: #3366CC;
	border: thin solid #330000;
	padding: 3pt;
	width: 400;
}
.errorFill{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	vertical-align: middle;
	margin-left: inherit;
	text-align: center;
	background-color: #990000;
	border: thin solid Black;
	padding: 3pt;
	width: 400;
}

#ta
		{
			font-family: arial,helvetica,sans;
			font-size: 10px;
			margin-top: -1em;
			padding: 0pt;
			color : #000000;
		}
		
				
/* box surrounds for tables eg submit events*/		
.xsnazzy h1, .zsnazzy h1 {
margin:0; 
padding:0 10px 5px 10px; 
border-bottom:1px solid #444;
}
.xsnazzy p, .zsnazzy p, .xsnazzy_full {
margin:0; 
padding:5px 10px; 
}
.xsnazzy {
background: transparent; 
width:280px; 
float:left; 
margin:0px 6px;
}
.xsnazzy2 {
background: transparent; 
width:240px; 
float:left; 
margin:0 4px;
}
.xsnazzy3 {
background: transparent; 
width:174px; 
float:left; 
margin:0 4px;
}
.xsnazzy4 {
background: transparent; 
width:150px; 
float:left; 
margin:0 4px;
}
.xsnazzy_full {
background: transparent; 
width:520px; 
float:left; 
margin:0 4px;
}
.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
height:1px;
}

.color_a {
background:#4A6AC4;
color:#FFFFFF;
}
.color_b {
background:#809FF6; 
color:#ffffff;
}
.color_c {
background:#ffffff; 
color:#D80202;
}
.color_d {
background:#D80202; 
color:#ffffff;
}
.color_e {
background:#315C26; 
color:#FFFFFF;
}
.color_f {
background:#FFFFFF; 
color:#315C26;
}
/* for the map page	*/

#holder{
position:relative;
margin-top:20px;
height:inherit
}
#map {
height:350px;
border:1px solid #999999;
background:#dcdcdc;
width:460px;
align:center;
margin-left:18px;
margin-top:5px;
position:absolute;
top:0;
}
#controls {
width:460px;
height:350px;
border:0px solid #999999;
padding:6px;
margin-left:12px;
background-color:#FFF;
}
#storageform {
height:auto;
}

/* for box overlays on index page*/
div.wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:black;
	font-family: 'tahoma';
	font-size:15px;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}
p.description_content{
	padding:10px;
	margin:0px;
}
