body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #96938E;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.text_white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.text_orange_bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #BE5811;
	text-decoration: none;
}
.text_black {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text_orange_normal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BE5811;
	text-decoration: none;
}.border {
	border: 1px solid #000000;
}
/* Orange Link */
a:link.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BE5811;
	text-decoration: none;
}
a:visited.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BE5811;
	text-decoration: none;	
}
a:hover.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BE5811;
	text-decoration: underline;
}
a:active.orange {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #BE5811;
	text-decoration: none;	
}
/* White Link */
a:link.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}
a:hover.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;	
}

