a{	
outline:none;
color: #348d1e;
text-decoration: none;
}
a:link,a:visited{}
a:hover{
color:#373737;
text-decoration: underline;
}
html{
	font-size: 16px;
	overflow-y: scroll;
	
}
body{
	color: #777777;
	text-align: left;
	font-size: 0.625em;
	line-height: 1.8em;
	background: #d0d0d4 url(../images/bodyBG.jpg) repeat-x 0 0;
}



.textcontent h2,
.textcontent h3,
.textcontent h4,
.textcontent h5,
.textcontent h6{

	font-weight:bold;
	color:#555555;
}

strong
{
	font-weight:bold;
}
.textcontent h2{
	font-weight:bold;
	color:#555555;
	font-size:13px;
	line-height:18px;
	margin:1.5em 0 0em 0;
}
.textcontent h3{
	font-weight:bold;
	color:#555555;
	font-size:12px;
	line-height:18px;
	margin:1.5em 0 0em 0;
}
.textcontent h4,
.textcontent h5,
.textcontent h6{
	font-weight:bold;
	color:#555555;
	font-size:12px;
	line-height:18px;
	margin:1em 0 0em 0;
}

.textcontent ol li{
	list-style-type: decimal;
	list-style-position: inside;
	margin:2px 0;
}

.textcontent ul,
.textcontent ol{
	margin: 1em 0;
	text-align:justify;
}


.textcontent p{

margin: 0em 0 1em 0;
}






