style.css

a	 {
	color : #852110;
	font-family : Arial-Narrow, Arial, "Sans-serif";
	text-decoration : none;
	line-height: 10pt;
}

a:visited  {
	color : #852110;
	font-family : Arial-Narrow, Arial, "Sans-serif";
	text-decoration : none;
	line-height: 10pt;
}

a:active  {
	color : #852110;
	font-family : Arial-Narrow, Arial, "Sans-serif";
	text-decoration : none;
	line-height: 10pt;
}

a:hover  {
	text-decoration : underline;
}

body  {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

h1  {
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size : 12pt;
	align : left;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	font-weight : bold;
	color : #ffffff;
	line-height: 12pt;
	text-decoration : none;
}

p  {
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size : 11pt;
	align : left;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;

	font-weight : normal;
	color : #ffffff;
	line-height: 14pt;
	text-decoration : none;
}

ul,ol  {
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size : 11pt;
	align : left;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 44px;
	margin-bottom: 10px;
	font-weight : normal;
	color : #ffffff;
	line-height: 14pt;
	text-decoration : none;
}

.link  {

	color : #ffffff;

	text-decoration : underline;
}

em  {
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size : 11pt;
	text-align : left;
	font-weight : bold;
	font-style: normal;
	color : #ffffff;
	line-height: 10pt;
	text-decoration : none;
}

address  {
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size : 8pt;
	font-weight : normal;
	font-style: normal;
	text-align: center;
	color : #000000;
	line-height: 11pt;
	text-decoration : none;
}

input, textarea
{
	font-family : Arial-Narrow, Arial, "Sans-serif";
	font-size: 11px; text-decoration: none;
	font-weight : bold;
	color : #ffffff;
	width: 200px;
	background-color: #5FA26B;
	border-color: #ffffff;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
}

.nr
{
	background-repeat: no-repeat;
}


