/* CSS Document */

body {
  font-size: 10pt;
  color: #666666;
  background-color:#FFFFFF;
  background-image :url("img/background.gif");
  background-repeat:repeat-y;
  background-attachment: fixed;
  }

h1{
 font: bold 90% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
 display:inline;
}

h2{
 font: bold 90% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

tr,td,th {
  font-size: 10pt;
  color: #666666;
  }

a:link {
  text-decoration:none;
  color: #666666;
}
a:visited {
  text-decoration:none;
  color: #999999;
}
a:active {
  text-decoration:none;
  color: #99CCFF;
}
a:hover {
  text-decoration:underline;
  color: #6AC5F3;
}

.linkblue a:link{ color:#60BCEB;}
.linkblue a:visited{ color:#60BCEB;}
.linkblue a:hover{ color:#666666;text-decoration:underline;}

.linkgray a:link{ color:#666666;}
.linkgray a:visited{ color:#666666;}
.linkgray a:hover{ color:#333333;text-decoration:underline;}



.table-style {
	background-color: #FFFFFF;
}

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName-1{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}


#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 3px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	left: 877px;
}

.list {
margin:0px ;
font-size:xx-small;}

ul .ul {
  margin	:	0px;
  padding	:	0px;
  line-height	:	120%;
  text-align	:	center;
  position	:	relative
}

.left { float:left;
width:140px;
margin:0px;
padding:0px;
font-size: 9px;
}
