@charset "UTF-8";
/* CSS Document */
html, body, #fulltable {
      /*height:100%;*/
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  font-family:Helvetica, Geneva, Arial, sans-serif;
	  font-stretch:normal;
	  font-size:small;
	  color:#666666;
	  background-color:#222222;
	  background-image:url(images/back.jpg);
	  background-repeat:repeat-x;
	  line-height:120%;
}
#fulltable {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 760px;
	  background-color:#f3f2f2;
}
#content {
background-color:#f3f2f2;
	padding:5px;
	
	width:735px;
	padding-left:20px;
}
h1{
font-size:large;
color:#0073ad;
font-weight:100;
}
h2{
font-weight:lighter;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#666666;
font-size:24px;
}
h3{
font-weight:bold;
color:#333333;
font-size:small;
}
.line{
	width:100%;
	height:5px;
	background-image:url(images/separator.gif);
	background-repeat:repeat-x;
	border:0;
}
a:link{
color:#0073ad;
font-weight:bold;
}
a:visited{
color:#0073ad;
font-weight:bold;
}
a:hover{
color:#006699;
font-weight:bold;
}
.important{
font-weight:bold;
}
.simulated_list{
line-height:190%;
}
a.super_important:link{
font-weight:bold;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#353535;
font-size:large;
text-decoration:underline;
}
a.super_important:visited{
font-weight:bold;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#353535;
font-size:large;

}
a.super_important:hover{
font-weight:bold;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#666;
font-size:large;
text-decoration:none;
}
a.link2:link{
font-weight:bold;
color:#333;
text-decoration:underline;
}
a.link2:visited{
font-weight:bold;
color:#333;

}
a.link2:hover{
font-weight:bold;
color:#000;
text-decoration:none;
}
.notation{
	font-size:12px;
	
	font-style:italic;
	}
#header_division{
	width:100%;
	height:15px;
	background-color:#13161f;
	}
#menu{
	width:100%;
	height:40px;
	background-color:#13161f;
	}
#menu .tab{
	float:left;
	background: #fafafa url(images/tab2_back.jpg) no-repeat 0 0;
	height:19px;
	width:109px;
	padding-top:8px;
	margin-top:13px;
	cursor:pointer;
	}
#menu .tab_selected{
	float:left;
	background: #fafafa url(images/tab1_back.jpg) no-repeat 0 0;
	height:19px;
	width:109px;
	padding-top:8px;
	margin-top:13px;
	}
.index_item{
	float:left;
	width:228px;
	padding:10px;
	padding-bottom:0;
	padding-top:20px;
	margin-bottom:-5px;
	background:#fafafa url(images/index_back.jpg) repeat-x fixed bottom;
	font-size:12px;
	height:550px;
	border-right:2px solid #d0d0d1;
	}
.title{
	margin-left:12px;
	float:left;
	margin-top:-15px;
	line-height:150%;
	}
.index_p{
	padding-left:12px; 
	clear:both;
	line-height:130%;
	padding-top:10px;
	}
.services_section{
	width:220px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	font-size:10px;
	}
.services_list{
	padding: 10px 5px 10px 25px;
	margin:0 5px 0 5px;
	background-color:#FFF;
	border:1px solid #ccc;
	}
