body {
	background-color: #E0E4CC;
	background-image: url(Pattern.png);
	background-attachment: fixed;
} 

#fullheight {
	height:100%

}

A:link {
text-decoration: none; 
color: #20A19A; 
cursor: default;
} 
A:visited {
text-decoration: none; 
color: #20A19A; 
cursor: default;
} 
A:active {
text-decoration: none; 
color: #20A19A; 
cursor: default;
} 
A:hover{
text-decoration: none; 
color: #f38630; 
cursor: default;
}

.header {
	font-family: "Arial", "Century Gothic", Arial, san-serif;
	font-size : 7pt;
	line-height : 18pt;
	color : #f38630;
	text-align : left;
	width:100%;
	text-transform: uppercase;
}

.content {
font-family: "verdana", "tahoma", lucida, san-serif; 
font-size: 7.5pt; 
line-height: 11pt;
color: #562D19; 
text-decoration: none; 
text-align: justify; 
background-color: none;
}


strong {
font-size: 7.5pt; 
line-height: 8pt;
color: #000000; 
text-decoration: none; 
}

em {
color: #fa6900; 
text-decoration: none; 
}