body {
	font: bold 11px/1.5em Verdana;
	margin:0px;
	border:1px solid #DEE2ED;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

img {
    border: none;
} 

a{
	text-decoration: none;
	color: #6666CC;
}
a:hover{
	text-decoration: none;
	color: #CA6500;
}
.body_normal{
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999
}

.text_box{
	width:auto;
	height:auto;
	text-align:left;
	padding: 10px;
	margin-bottom:10px;
	font-weight:normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E1E4EE;
	border-bottom-color: #E1E4EE;
	border-left-color: #E1E4EE;
}

.arrow{
    width:800px;
	height:31px;
	margin-top:20px;
	margin-bottom:15px;
	background-image:url(../img/arrow_bk.gif)
}

.text_lable{
    text-align:left;
	color:#0033FF;
	padding-left:30px;
	padding-top:5px;
}

.text_bold{
    font-weight:bold;    
}



#container{
    width:800px;
	height:auto;
	margin-left:0px;
	padding-left:0px;
}
#top{
    
}
#logo{
    float:left;
    text-align:left;
	width:50%;
}

#email_and_tel{
	width:50%;
	float:right;
	text-align:right;
	font-size:10px;
	font-weight: lighter;
	padding-top:20px
}

#row_bottom{
    float:left;
    width:100%;
	height:auto;
	
}
#row_links{
    width:100%;
	text-align:right;
	font-size:10px;
	float:left;

	margin-bottom:10px;
}
#row_cert{
    width:100%;
	height:auto;
	float:left;
	text-align:center
}
#cert_icon_table{
    width:50%;
}
#row_footer{
    width:100%;
	height:auto;
	background:#F4F7FB;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

/*- Menu Tab--------------------------- */ 
    #tab {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #BCD2E6;
	background-color: #ECF1F9;
      }
    #tab ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tab li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tab a {
      float:left;
      background:url("../img/tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tab a span {
      float:left;
      display:block;
      background:url("../img/tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tab a span {float:none;}
    /* End IE5-Mac hack */
    #tab a:hover span {
      color:#627EB7;
      }
    #tab a:hover {
      background-position:0% -42px;
      }
    #tab a:hover span {
      background-position:100% -42px;
	  }
	 

