
/* CSS Document */

#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:950px; 
  height:240px; 
  border:1px solid #888; 
  background:#fff );
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:auto;
  }
#galleryh li a img {
  width:340px; 
  height:240px; 
  border:0;
  }
#galleryh li a:hover {
  background:#eee; 
  width:940px;
  }
#galleryh li a:hover img {
  width:940px;
  }
.blue-bold
{
	font-family:Arial;
	font-size:12px;
	line-height:1.5em;	
	color:#C71585;
	font-weight:bold;
	text-decoration:none;
}
.blue-bold:hover
{
	font-family:Arial;
	font-size:12px;
	line-height:1.5em;	

	font-weight:bold;
	text-decoration:none;
}

a
{
    text-decoration:none;
	font-family: Trebuchet MS;
	font-size:11px;
	font-weight: bold;
	color: Red;
}
a:hover
{
    
	font-family:  Trebuchet MS;
	font-size:11px;
	font-weight: bold;
    color: green;
    text-decoration:underline;
}

body 
{
	    background-color:silver;
		margin:0px;

}

	.buttontext 
 {  
 
    color:#FFFFFF;
    border:0px;
	background-color:orange;
      
 }


.form_text_box {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	border: 1px solid #99B1C8;
	padding:2px 2px 2px 2px;
	width:125px;
}
.form_text_box1{
	font-family: Trebuchet MS;
	font-size:10px;
	color: #000000;
	padding:2px 2px 2px 2px;
	width:125px;
}
.form_text_box2{
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	padding:2px 2px 2px 2px;
	width:125px;
	font-weight: bold;
}




.form_dropdown {
	font-family: Verdana,Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #000000;
	border: 1px solid #99B1C8;
	border-right: steelblue 1px solid;
	border-top:steelblue 1px solid;
	border-bottom:steelblue 1px solid;

	padding:2px 2px 2px 2px;
	}


.upper
{
	text-transform:uppercase;
}