html
{
	margin: 0px;
	padding: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #070200;
	color: #3f270e;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;
}

p
{
	font-size: 12pt;
}

h2
{
	font-size: 16px;
}

#text p
{
	font-size: 8pt;
}

a img
{
	border: 0px;
}

.contact
{
	margin-left: 100px;
}

.footer
{
	color: white;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
}

.footer a:link, .footer a:visited, .footer a:hover
{
	color: white;
}

.popup
{
	position: relative;
	left: -60px;
}

#text
{
	/*font-family: Times New Roman;*/
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	font-size: 8pt;
}

form
{
	margin-left: 100px;
	margin-bottom: 30px;
	font-size: 10pt;
}

input
{
	background: #white;
	border: 1px solid #3f270e;
}

textarea
{
	background: #white;
	border: 1px solid #3f270e;
}

input.submit
{
	font-family: Georgia, Times New Roman, Serif;
	border: 0px;
	background: #3f270e;
	color: white;
}