BODY {font-family: verdana, helvetica, arial, sans-serif;

font-size: 11pt;
line-height: 14pt;
background: #241200;
margin-right:3em;}

.container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background: #ffffff;
	padding: 1em;
}
.disc {
	width: 70%;
	max-width: 700px;
	margin: 2em auto;
	display:block;
}
#banner {
	max-width: 900px;
	width: 100%;
	heigth: auto;
}


P, LI {font-family: verdana, helvetica, arial, sans-serif;
font-size: 11pt;
line-height: 18pt;
color: black;
}

h1 {font-family: book antiqua, garamond, times new roman;
font-size: 20pt;
font-weight: bold; 
color: 241200;
letter-spacing: 4px;
margin-top: 1em;
}

h2 {font-family : book antiqua, garamond, times new roman;
font-size: 10pt;
font-weight: bold;
color: 241200; }
	
h3 {font-family : book antiqua, garamond, times new roman;
font-size: 8pt;
font-weight: bold;
color: 241200; }

h4 {font-family : verdana, helvetica, arial, sans-serif;
font-size: 8pt; 
line-height: 9pt;
font-weight: normal; 
text-align: center; }

p.small {
	font-size: 7pt;
}

a {text-decoration: none;
color: 241200; }
a:hover {text-decoration: underline;} 
a:visited {color: 241200; }


.right {
	float:right;
	margin: 0 0 2em 2em;
	width: 40%;
}
.left {
	float:left;
	margin: 1em 2em 2em 0;
	width: 40%;
}
table {
	width: 80%; max-width: 700px; margin:0 auto;
text-align: left;}
.footer {
	clear:both;
	border-top: solid #000000 1px;
}
.freebirdFormviewerViewHeaderTitle{
font-size:16px!important;
} 
@media screen and (max-width: 600px) {
.disc {
	width: 100%;
}
table {
		font-size: 9pt;
		width: 100%;
	}
	body {
		text-align: left;
	}
}
@media screen and (max-width: 400px){
.right {
	float:none;
	margin: 0 0;
	width: 100%;
}
.left {
	float:left;
	margin: 0 0;
	width: 100%;
}
}