body {
	margin-top: 10px;
	}
A {
  color: #333333;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: none;
}

a.basic_link {
text-decoration: none;
color: #333333;
line-height: 150%
}
a.basic_link:hover {
text-decoration: underline;
color: #000000;
line-height: 150%
}

a.text {
text-decoration: underline;
color: #333333;
line-height: 200%;
}
a.text:hover {
text-decoration: underline;
color: #000000;
line-height: 200%;
}
a.blue {
	color: #0066CC;
	text-decoration: none;
	}
a.blue:hover {
	color: #0059f2;
/*	text-decoration: none; */
	text-decoration: underline;
	}
a.blue_link {
	font-family: Verdana, Arial, sans-serif;
	color: #0066CC;
	text-decoration: none;
	}
a.blue_link:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #0059f2;
/*	text-decoration: none; */
	text-decoration: underline;
	}			
	
.red {
	color: #cc0000;
	}
.text1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 130%;
}
.text  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  line-height: 150%;
}
.small_text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  line-height: 150%;
}
.date {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#B9BBC7;
  line-height: 250%;
  padding-right:5px;
}

.Text12 { font-family: Verdana, Arial, sans-serif; font-size: 80%; line-height: 150%; font-weight: 500; color: #333333; padding-left: 5px;}

TD.footer, P.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 90%;
  color: #333333;
  font-weight: 300;
}
h1 {
font-family: Verdana, Arial, sans-serif;
	text-align:left;
	font-size:22px;
	font-weight:normal;
	color:#B9BBC7;
	margin:0px;
	margin-left:1px;
	line-height:normal;
}
TD.navigation, SPAN.text  {
  font-family: Verdana, Arial, sans-serif;
  font-size: 70%;
  color: #0059f2;
  
}
ul.square {
	list-style-type: square;

}
ul.arrow 
{
list-style-image: url('images/arrow_black.gif')
}

/* news box */


dl.news {
	margin: 0 0px 0px 0px;
	padding: 0;
		}

dt.news {
	margin: 0px;
	padding: 0.3em 0 0.6em 0em;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px dotted #666; 
	}
	
dd.news {
	margin: 0px;
	padding: 0.3em 0 0.6em 0em;
   	color: #999;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	border-bottom: 1px dotted #666; 
	}
	
.news{
	color: #333;
}	

.dots {
background-image:url('images/hdot.gif');
background-repeat:repeat-x;
}

