p {
margin: 0;
}

/* sIFR */

.sIFR-active h1 {
margin: 0px 0 0 0;
font-size: 19px;
line-height: 1em;
}

.sIFR-active h2 {
margin: 0px 0 0 0;
font-size: 15px;
line-height: 1em;
}

body {
	margin: 0px;
	font-family: arial;
	color: #ffffff;
	font-size: 9pt;
	text-align: justify;
	background-color: #b4b4b6;

	}


input, textarea {
	font-family: arial;
	color: #ffffff;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #625953;
	text-align: left;
}

.button {
    border: 1px solid #4a433e;
    background: #625953;
	text-align: center;
}
.button:hover {
    border: 1px solid #4a433e;
    background: #574f49;
	text-align: center;

}

table {
	font-family: arial;
	color: #ffffff;
	font-size: 9pt;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	}
	
A:link{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:visited{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:active{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 
A:hover{COLOR: #ffffff; text-decoration: underline; font-weight: normal;} 

.header {
	font-family: arial; 
	font-size: 10pt;
	color: #dac79b;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#logo{ 
	position: relative;
	left: 170px;
	top: 5px;
	width: 500px;
}

#menu{ 
	position: relative;
	left: 12px;
	top: 60px;
	width: 500px;
}

#content{ 
	position: relative;
	left: 12px;
	top: 75px;
	width: 500px;
	align: left;
}