﻿body
{
	font-size: 11px;
	font-family: Arial;
	color:#cc3300;
	background-image:url(../App_Themes/EneosTheme/images/bg.jpg);
    background-repeat:no-repeat;
	background-color:#ed8122;
	text-align:center;
	margin-top:0px;
	margin-bottom: 0px;
}

#container
{
    text-align:left;
    height: 100%;
    width:870px;
    margin-top:50px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}
h1
{
	font-size:20px;
	font-weight:bold;
	display:block;
	border-bottom: solid 1px #cc3300;
	margin-bottom:8px;	
}
h2
{
	font-size:16px;
	font-weight:bold;
	display:block;
	border-bottom: solid 1px #cc3300;
	margin-bottom:3px;
}
h3
{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
	
}
h4
{
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
dl
{
	margin-left:3px;
	font-size:14px;
}
dt
{
	font-weight:bold;
	margin-top:8px;
}
dd
{
	margin-left:15px;
	font-size:12px;	
}
a:link, a:visited
{
	color: #ff3300;
	width: 100%;
	padding: 2px;
	text-decoration:none;
	
}
a:hover, a:active
{
	background-color: #ff6600;
	color: #ffffff;
	width: 100%;
	padding: 2px;
	text-decoration:underline;
}