
html{
font-size:16px
}
body{
color:#59647b;
font:0.625em Arial,Helvetica,sans-serif;
text-align:left;
}
strong{
font-weight:bold;
}
.textcontent{
font-size:1.2em
}

.textcontent h1,
.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5,
.textcontent h6{
font-weight:normal;
}
.textcontent h2{

	color: #59647b;
	font-size:14px;
	margin: 1em 0 0 0;
	
}
.textcontent h3{
	font-weight: bold;
	color: #838ea7;
	margin: 1em 0 0 0;
	font-size:13px;
}
.textcontent h4{
	font-weight: bold;
	color: #8d97aa;
	margin: 1em 0 0 0;
}
.textcontent h5{
	font-weight: bold;
	color: #9da7ba;
	margin: 1em 0 0 0;
}
.textcontent h6{
	font-weight: bold;
	color: #adb7ca;
	margin: 1em 0 0 0;
}
.textcontent ul li{
	background-image: url(../images/arrow.jpg);
	background-position: 1px 4px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 14px;
	

	
}

.textcontent ul{
margin:1em 10px 1em 0
}
.textcontent p{
margin:0 0 1em 0
}
table,table td{
font-size:1em
}
.textcontent {
line-height:16px;
}
.textcontent a{
text-decoration:none;
font-weight:bold;
}
a{
color:#59647b
}
a:hover{
color:#59647b;
text-decoration:underline
}