/*[variables]
colors
{
	@00: #666666;
	@10: #F89727;
}
*/
BODY
{
	margin: 0px;
	padding: 0px;
	color: #666666; /*[e]@00*/
	font: 14px Arial;
}
H1
{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.1;
}
H2
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1;
}
H3
{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	padding: 0px;
	margin: 0px;
}
LI
{
	list-style: square;
}
LI LI
{
	list-style: circle;
}
A
{
}
A:hover
{
	text-decoration: none;
}
A.readmore
{
	background-color: white;
	border: 1px solid #D7D7D7;
	border-bottom: 1px solid #F89727;
	padding: 4px;
	color: #666666; /*[e]@00*/
	text-decoration: none;
	font-size: 12px;
}
A.readmore:hover
{
	color: #F89727; /*[e]@10*/
}
HR
{
	height: 1px;
	border: none;
	border-top: 1px solid #D7D7D7;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.outside-container
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
.inside-container
{
	margin-left: auto;
	margin-right: auto;
}
.content-container
{
	background: white;
}
