 /* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFC164;
	
}

.text {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
 	color: #3F3F3F;
	
}

.copy {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
 	color: #3F3F3F;
	
}

.link a:link, .link a:visited{
	font-family: Verdana;
	font-size: 9pt;
	color: #2D2D00;
	font-weight: bold;
	text-decoration: none;
}

.link a:hover, .link a:active{
	font-family: Verdana;
	font-size: 9pt;
	color: #8FA9C9;
	font-weight: bold;
	text-decoration: underline;
}


.border{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}

.border-bt-left{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}


.headings {
	color: #FFB94F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.footer {
	background:#8fa9c9;
	font-size:11pt;
	color:#f3f3f3;
	padding: 2px;
}
