a{	
color: #006bb7;
outline: none;
}
a span{
	cursor: pointer;
}
a:link,a:visited{outline: none;}
.textcontainer a:hover{
color:#006bb7;
outline: none;
text-decoration: none;}
html{
	font-size: 16px;
}
body{
	color:#585959;
	font-size: 0.625em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}


strong
{
	font-weight:bold;
}

.textcontainer{
	
	font-size: 12px;

}




.textcontainer  h2{
	font-size:14px;
	color:#009bb0;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
	
}

.textcontainer  h3{
	font-size:12px;
	font-weight: bold;
	margin: 1em 0 0 0;
}

.textcontainer  h4{
	font-size:12px;
	color:#009bb0;
	font-weight: bold;
	margin:0 0 0 0;
}

.textcontainer ul li{
	background: url(../images/dot.gif) no-repeat scroll 2px 5px;
	padding:0 0px 0px 16px;
	list-style: none;
	margin-left:0px;
	margin: 0.5em 0  0.5em 5px;
}
.textcontainer ol li{
list-style-type: decimal;
list-style-position: inside;

		margin-left:0px;
}

.textcontainer ul,
.textcontainer ol{
	margin: 1em 0;

}

.textcontainer p{
	margin-bottom: 1em;
}


