body
{
  margin:0px;
  overflow:auto;
  scrollbar-3dlight-color:white;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-face-color:white;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:white;
}


p  {
	font-family : verdana;
	font-size : x-small;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-align : justify;
	text-decoration : none;

}



H1  {
	font-family : arial;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
	text-decoration : none;

}

H2  {
	font-family : verdana;
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : #2080BC;
	text-align : center;
	text-decoration : none;

}

H3  {
	
	font-family : arial;
	font-size : small;
	font-weight : bold;
	font-style : normal;
	color : red;
	text-align : center;
	text-decoration : none;
	padding-right:1px;
}


H5  {
	font-family : verdana;
	font-size : xx-small;
	font-weight : normal;
	font-style : normal;
	color : steelblue;
	text-align : right;
	text-decoration : none;
	padding-right:17px;
}


#Form
{
  border-bottom:0px solid royalblue;
}

#Form th
{
  font-family:verdana;
  font-size:x-small;
  font-weight:bold;
  color:black;
  padding:1px;
  background-color:silver;
}

#Form td
{
  background-color:silver;
  padding-left:4px;
  font-family:verdana;
  font-size:xx-small;
  font-weight:normal;
  color:black;
}


#Form input
{
   border:1px solid #444444;
   font-family:verdana;
   font-size:xx-small;
   color:black;
}

#Form textarea
{
  overflow:hidden;
  font-family:verdana;
  font-size:xx-small;
  color:black;
  border:1px solid #444444;
  scrollbar-3dlight-color:black;
  scrollbar-arrow-color:#999999;
  scrollbar-base-color:black;
  scrollbar-darkshadow-color:black;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color:#999999;
  scrollbar-track-color:black;
}

#MenuInsert
{
  padding:0px;
  padding-left:0px;
  border-right:1px solid black;
  background-color:#DDDDDD;
}

.Menu ul
{
  margin:0px;
  padding:0px;
  width:160px;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#222222;
}

.Menu ul li
{
  position:relative;
}

.Menu li ul
{
  position:absolute;
  left:149px;
  top: 0px;
  display:none;
}

.Menu li:hover ul, .Menu li.over ul
{
  list-style:square;
  display: block;
}

/* Fix IE. Hide From Ie Mac */
* html .Menu ul li {float:left;height:1%;}
* html .Menu ul li a {height:1%;}
/* END */

.Menu ul li a, .Menu ul li a:visited
{
  
  font-family:verdana;
  font-size:x-small;
  color:black;
  display:block;
  text-decoration:none;
  padding-left:4px;
  padding-top:2px;
  padding-bottom:2px;
  border-width:1px;
  border-style:solid;
  border-color:#222222;
  border-bottom:0px;
  background-color:silver;
}

.Menu ul li a:hover
{
  color:white;
  background-color:#153589;
}

.PropertyBox
{
  border:1px solid royalblue;
}

.PropertyBox #InfoButton, .PropertyBox #InfoButton:visited
{
  width:60px;
  height:17px;
  text-decoration:none;
  background-color:royalblue;
  color:white;
  border:0px;
  border-left:1px solid royalblue;
}

.PropertyBox #InfoButton:hover
{
  height:17px;
  text-decoration:none;
  background-color:white;
  color:royalblue;
  border:0px;
  border-left:1px solid royalblue;
}

.PropertyBox .Header
{
  height:17px;
  background-color:lightsteelblue;
  font-family:verdana;
  font-size:70%;
  color:#222222;
  border-bottom:1px solid royalblue;
  padding-left:5px;
}

.PropertyBox a, .PropertyBox a:visited
{
  margin:0px;
  padding:0px;
  height:90px;
  border:1px solid #222222;
}

.PropertyBox a:hover
{
  margin:0px;
  padding:0px;
  height:90px;
  border:1px solid red;
}

.PropertyBox .Content p
{
  padding:10px;
  font-family:arial;
  font-size:70%;
  color:#444444;
}

.PropertyBox .Image
{
	border:1px solid black;
}

.ContactBox #Label
{
  padding-left:30px;
  text-align:left;
  font-weight:bold;
  font-family:verdana;
  font-size:x-small;
}

.ContactBox #Value
{
  text-align:center;
  font-family:verdana;
  font-size:x-small;
  color:navy;
}

.ContactBox img
{
  border:1px solid #222222;
}