body {
	background-color: #e2e3e4;
	font-family: Arial;
}

.header {
	background-image: url('../../images/default-new.png');
	background-repeat: no-repeat;
	background-position: top left;
	width: 910px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 50px;
	color: #acadb1;
}

.footer {
	font-size: 10px;
	height: 40px;
}

.container {
	width: 810px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 25px;
}

h1 {
	font-size: 25px;
	text-align:center;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	text-indent : 20px;
	text-align: justify;
}

ol, ul{
	font-size: 12px;
	line-height: 18px;
	font-family: Arial;
	text-align: justify;

}

.loroman
{
	list-style-type: lower-roman;
}

.uproman
{
	list-style-type: upper-roman;
}

.loalpha
{
	list-style-type: lower-alpha;
}

.upalpha
{
	list-style-type: upper-alpha;
}

.circle
{
	list-style-type:circle;
}

.center-text {
	text-align: center;
}

.underline-text {
	text-decoration: underline;
}

.banner {
	background-image: url('../../images/maj-band.png');
	background-repeat: no-repeat;
	position: relative;
	width: 350px;
	height: 43px;
	top: 5px;
	left: -64px;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	padding-top: 7px;
}

.printbutton {
	position: relative;
	top: -15px;
	right: -50px;
	float: right;
	width: auto;
	height: 50px;
	cursor: pointer;
}

.partners
{
	width:810px;
	border-collapse:collapse;
}

.partners td, .partners th
{
	border:1px solid #404042;
	padding:3px 7px 3px 7px;
}

.partners th
{
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#404042;
	color:#ffffff;
}

.name
{
	width: 20%;
}

.info, .optout
{
	width: 40%;
}

.partners tr.alt td
{
	color:#000000;
	background-color:#D8E9FA;
}