@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-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:10px;
	width:100%;
}
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:none;
}
a.super_important:visited{
font-weight:bold;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#353535;
font-size:large;
text-decoration:none;
}
a.super_important:hover{
font-weight:bold;
font-family:"Arial Narrow", Helvetica, sans-serif;
color:#666;
font-size:large;
text-decoration:none;
}
.notation{
	font-size:12px;
	
	font-style:italic;
	}