a{	
color: #ff9900;
outline: none;
}
a span{
	cursor: pointer;
}
a:link,a:visited{outline: none;color: #ff9900;

}
a:hover{
color:#d98300;
outline: none;
text-decoration: none;

}
html{
	font-size: 16px;
}
body{
	color: #000;
	text-align: left;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	
}


strong
{
	font-weight:bold;
}

#maincontent{
	
	font-size: 1.2em;

}

.textcontainer{
	color:#808080;
}
.textcontainer  h2,
.textcontainer  h3,
.textcontainer  h4,
.textcontainer  h6,
.textcontainer  h5{
	color:#ff9900;
	font-weight: bold;
}

.textcontainer  h2{
	font-size:16px;
	margin-bottom:15px;
	
}

.textcontainer  h3{
	font-size:14px;
	
}

.textcontainer  h4{
	font-size:12px;
	
}
.textcontainer ul{
	padding:7px 0;
}

.textcontainer ul li{
	background: url(../images/DOT.png) no-repeat scroll right 5px;
	padding:0 20px 0px 0 ;
	list-style: none;
	margin-right:5px;
}
.textcontainer ol li{
list-style-type: decimal;
list-style-position: inside;

		margin-right:11px;
}

.textcontainer ul,
.textcontainer ol{
	margin: 0;

}

.textcontainer p{
	margin-bottom: 15px;
}
}