/**
* This CSS is only for content formatting inside the
* content-container.
*
* DO NOT ADD HTML-TAGS UNLESS IT IS NOT ALLREADY
* DEFINED HERE...
*/
td,div.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

span.a18px {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;	
}

span.a16px {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;	
}

span.a14px {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;	
}

span.a12px {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;	
}

span.a11px {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 2px;	
}

span.a10px {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
}

span.a9px {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 2px;	
}

div.content h1{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

div.content h2{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

div.content h3{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

div.content h4{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

div.content h5{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
}

div.content h6{
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
}

 div.content p{
	font-size: 10px;
	color: #000000;
	/*line-height: 130%;*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	/*padding-bottom: 15px;*/
}

div.content li {
	font-size: 10px;
	color: #000000;
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.content img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding-left: 5px;
	
	border-style: none;
}

div.content table {
	font-size: 10px;
}
div.content table img{
	padding-left: 0px;
}
div.content table p{
	padding-left: 0px;
	padding-top: 5px;
}
div.content table a{
	font-size: 10px;
}
div.content table h1{
	padding-left: 0px;
}
div.content table h2{
	padding-left: 0px;
}
div.content table h3{
	padding-left: 0px;
}
div.content table h4{
	padding-left: 0px;
}
div.content table h5{
	padding-left: 0px;
}
div.content table h6{
	padding-left: 0px;
}

div.content a{
	color: gray;
	text-decoration: none;
}
div.content a:link{
	text-decoration: none;
}
div.content a:visited{
	text-decoration: none;
}
div.content a:hover{
	color: #84c73c;
	text-decoration: none;
}
