body {
	position:absolute;
	margin-left:-300px;
	left:50%;
	width:600px;
	font-family: Lucida Grande, Tahoma, verdana, arial, helvetica;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align:justify;
}

blockquote{
font-style:italic;
line-height:20px;
margin:20px;
}


img 
{
border: none;
}


a:link {
color: #3399cc;
text-decoration: none;
}

a:active {
color: #3399cc;
text-decoration: none;
}

a:visited {
color: #3399cc;
text-decoration: none;
}

a:hover {
color: #006699;
text-decoration: underline;
}

h1 {
font-size: 24px;
font-weight: normal;
}

h2, h3 {
font-size: 13px;
margin-top: 20px;
line-height: 20px;
color: #333333;
font-weight: bold;
}


strong{
color: #333333;
}

table.item {
  width: 100%;
  border-collapse:true;
}

td.itemleft {
  font-size:16px;
  color:#333333;
  border-bottom-style:dotted;
  border-bottom-color:#CCCCCC;
  border-bottom-width:1px;
  padding-bottom:10px;
  font-weight: bold;
  text-align:left;
  line-height:20px;
  vertical-align:bottom;
}

td.itemright {
  text-align: right;
  border-bottom-style:dotted;
  border-bottom-color:#CCCCCC;
  border-bottom-width:1px;
  padding-bottom:10px;
  vertical-align:bottom;
  width:100px;
}

.title {
font-size:20px;
text-align: right;
color: #333333;
}

ul {
margin:0px;
padding:0px;
margin-left:20px;
}

li {
line-height: 18px;
margin-bottom: 6px;
text-indent: 0px;
}

