	body {
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		font-weight: normal;
		color: #2F2F14;
		font-style: normal;
		letter-spacing: 1px;
		background-color: #FBFBEF;
		margin-top: 0px;
		margin-right: 10px;
		text-align: justify;
		scrollbar-base-color:#2F2F14;
		scrollbar-3d-light-color:#2F2F14;
		scrollbar-arrow-color:#2F2F14;
		scrollbar-darkshadow-color:#FBFBEF;
		scrollbar-face-color:#FBFBEF;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-shadow-color:#2F2F14;
		scrollbar-track-color:#FBFBEF;
	}
	
	h1 {
		font-size: 1.2em;
		font-weight: bold;
		text-align: justify;
		color: #2F2F14;
		font-style:normal;
	}
	
	h2, p {
		font-size: 1em;
		font-weight: normal;
		text-align: justify;
		color: #2F2F14;
		font-style:normal;
		letter-spacing: 1px;
		margin-right: 10px;
	}
	
	a:link, a:visited, a:active {
		text-decoration: none;
		color: #fc9435;
		/* color: #2F2F14; */
		font-size:1.0em;
	}
	
	a:hover {
		text-decoration: underline;
		color: #DB5633;
	}
	
	.application {
		margin-left:auto; 
		margin-right:auto; 
		text-align:left; 
		width:950px; 
		height: 100%;
	}
	
	.header {
		width:100%; 
		height:130px;
	}
	
	.topmenu {
		width:100%; 
		height:30px; 
		background-color:#31291F;
	}
	
	.outer {
		position:relative; 
		top:0px; 
		height:390px; 
		width:100%;
	}
	
	.bigImageContainer {
		position:absolute; 
		top:-1px; 
		width:390px; 
		font-style:normal; 
		text-align:top;
	}
	
	.content {
		position:absolute; 
		border-style:none; 
		overflow:auto; 
		top:15px; 
		height:350px; 
		width:370px; 
		text-align:top; 
		left:425px;
	}
	
	.smallImage {
		border: 1px solid #2f2f14;
	}
	
	.smallImageContainer1 {
		position:absolute; 
		top:28px; 
		left:830px; 
		font-style:normal; 
		text-align:top;
	}
	.smallImageContainer2 {
		position:absolute; 
		top:146px; 
		left:830px; 
		font-style:normal; 
		text-align:top;
	}
	.smallImageContainer3 {
		position:absolute; 
		top:267px; 
		left:830px; 
		font-style:normal; 
		text-align:top;
	}
	
	.bottommenu {
		position:absolute; 
		top:550px; 
		width:950px; 
		text-align:right; 
		height:30px; 
		background-color:#31291F;
	}
	
	.copyContainer {
		position:relative; 
		top:33px; 
		text-align:center; 
		color:#6C6C32;
	}
	
	.copyLink {
		position:relative; 
		top:5px; 
		font-size:0.8em; 
		color:#2F2F14; 
		letter-spacing: 1px; 
		font-style:normal; 
		font-weight:normal; 
		text-decoration: none;
	}
	
