a{	
outline:none;
color: #f3c917;
}
a:link,a:visited{}
a:hover{

text-decoration: underline;

}
html{
	font-size: 16px;
}
body{
	color: #000;
	
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	
	line-height: 2em;
	height: 100%;
	
	
	
}


.textcontent{
font-size:12px;
line-height:20px;

}




.textcontent h2{
	font-size:18px;
	border-bottom:1px solid #000;
	margin-bottom:4px;
	font-weight: bold;
	padding-bottom:5px;
}


.textcontent h3{
	font-size:14px;
	border-bottom:1px solid #000;
	margin-bottom:4px;
	font-weight: bold;
	padding-bottom:3px;
}


.textcontent h4,
.textcontent h5,
.textcontent h6{

font-size:12px;
font-weight: bold;

}

strong
{
	font-weight:bold;
}

.textcontent ul li{
	background: url(../images/DOT.gif) no-repeat scroll left 7px;
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin-bottom:6px;
margin-left:20px;
padding:0 0 0 10px;
}
.textcontent ol li{
list-style-type: decimal;
list-style-position: inside;
margin-bottom:6px;
		margin-left:20px;
}

.textcontent ul,
.textcontent ol{
	margin: 0;

}

.textcontent ul,
.textcontent p{
	margin-bottom: 1em;
}

.textcontent a:link,
.textcontent a:visited{
	color:#af8f09;
	text-decoration:none;
	text-decoration:underline;
	font-weight: bold;
}
.textcontent a:hover{
	text-decoration:underline;
	color:#af8f09;
}



