/* CSS Document */

body {
	background-color: #FFA654;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height:: 100%;
	
}.normaltxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.normalboldtxtCopy {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.coppertxt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
}
.blacklink:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.blacklink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.blacklink:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.blacklink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.copperlink:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
	text-decoration: underline;
}
.copperlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
	text-decoration: none;
}
.copperlink:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
	text-decoration: underline;
}
.copperlink:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
	text-decoration: underline;
}
.case {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #D46600;
	border: 1px solid #D46600;
}
