/* CSS Document */
html {
height:100%;
}
body{
margin:0px;
padding:0px;
height:100%;
background-color:#EAEAEA;
font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.std{
color: #666666;
line-height: 1.3em;
font-size: 12px;
}
.std a{
color:#666666;
}
.std a:hover{
color:#333333;
}
.full_tab {      
margin:0px;
padding:0px;
height:100%;
   }
.main_tab {
border:1px solid #666666;
background-color:#ffffff;
}
.content_tab {
clear:both;
}
.index_content_div {
width:732px;
height:260px;
overflow:hidden;
}
.content_div {
width:732px;
height:260px;
overflow:auto;
}
.accomm_div {
width:732px;
height:260px;
overflow:hidden;
}
.footer {
font: normal 11px Arial, Helvetica, sans-serif;
color: #999999;
margin-top: 2px;
}
.footer a{
color: #999999;
}
img {
border:0px;
}
.td_bb {
border-bottom:1px solid #666666;
}
.contact_div {
width:732px;
}
.img_mail{
position:relative;
top:1px;
/*margin-top:10px;*/
vertical-align:text-bottom;
}
.links_p {
margin-top: 0px;
margin-bottom: 6px;
}
/* Forms */
.textarea{
font-family:Verdana, Arial, Helvetica, sans-serif;
width:275px;
font-size: 12px;
height: 66px;
overflow: auto;
}
.input{
font-family:Verdana, Arial, Helvetica, sans-serif;
width:275px;
font-size: 12px;
}
.button{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.con_form_tab{
/*background-color: #EAEAEA;
border: 1px solid #999999;*/
width: 100%;
height: 100%;
}
.h3, .h3 a:link, .h3 a:visited{
font-size:		14px;
font-weight:	bold;
color: #333333;
text-decoration: none;
}
.h6{
font-size:		12px;
line-height: 1.25em;
color: 		#666666;
padding-left: 5px;
}
.errors{
color:#FF0000;
font-size:11px;
}