a{	
color: #00f3fc;
outline: none;
}
a span{
	cursor: pointer;
}
a:link,a:visited{outline: none;}
.textcontainer a:hover{
color:#00f3fc;
outline: none;
text-decoration: underline;}
html{
	font-size: 16px;
}
body{
	color:white;
	text-align: right;
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
h1{
	font-size: 18px;
	color:#a6ce39;
	font-weight: bold;
	margin-bottom:40px;
	padding-right:15px;
	height:31px;
	line-height:31px;
	background: url(../images/bg_title.png) no-repeat right;
}


strong
{
	font-weight:bold;
}

.textcontainer{
	
	font-size: 1.2em;

}

.textcontainer  h2,
.textcontainer  h3,
.textcontainer  h4,
.textcontainer  h6,
.textcontainer  h5{
	color:#a6ce39;
	
	font-weight: bold;
}



.textcontainer  h2{
	font-size:16px;
	
	
}

.textcontainer  h3{
	font-size:15px;
	
}

.textcontainer  h4{
	font-size:14px;
	
}
.textcontainer  h5{
	font-size:12px;
	
}

.textcontainer ul li{
	padding:0 10px 0px 0 ;
	list-style: disc;
	margin-right:15px;
}
.textcontainer ol li{
  list-style-type: decimal;
  list-style-position: inside;
	margin-right:15px;
}

.textcontainer ul,
.textcontainer ol{
	margin: 0;
}

.textcontainer p{
	margin-bottom: 15px;
}



