@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
}

.label
{
	display: block;
	float: left;
	width: 250px;
	padding: 3px;
	text-align: right;
	margin-right: 15px;
	overflow:visible;
}


.line
{
	float: none;
	clear: both;
	margin: 4px;
	border-bottom: 1px solid #eeeaea;
	overflow: visible;
	height: auto;
	width:auto;
}

.lightgrey
{
	background-color: #efefee;
	padding: 5px 0px 5px 0px;
}

.last
{
	margin-top: 15px;
	padding: 5px;
	background-color: #efefef;
	border-bottom: 2px solid #dddddd;
	border-top: 2px solid #dddddd;
}

.button_small
{
	width: 80px;
}

input, textarea
{
	margin: 0px;
	padding: 0px;
	width: auto;
	font-size: 11px;
	line-height: 13px;
	padding: 2px;
}

label
{
	margin: 0px 3px 0px 0px;
	padding: 0px;
}

textarea
{
	height: 80px;
}

.no_brd
{
	border: 0px solid #000000;
}

.short
{
	width: 150px;
}

.small
{
	width: 40px;
}

.smaller
{
	width: 25px;
}

.clr
{
	clear: both;
}

.fll
{
	float: left;
}

.flr
{
	float: right;
}

.hide
{
	visibility: hidden;
	display: none;
}

.show
{
	visibility: visible;
	display: block;
}

.txt_blue_dark, a.txt_blue_dark, a:link.txt_blue_dark, a:visited.txt_blue_dark, a:hover.txt_blue_dark
{
	color: #ccaf76;
}

.txt_blue_1, a.txt_blue_1, a:link.txt_blue_1, a:visited.txt_blue_1, a:hover.txt_blue_1
{
	color: #ccaf76;
}

.txt_blue2
{
	color: #ccaf76;
}

.txt_blue
{
	color: #ccaf76;
}
.txt_orange, a.txt_orange, a:link.txt_orange, a:visited.txt_orange, a:hover.txt_orange
{
	color: #f3850a;
}
.txt_gold, a.txt_gold, a:link.txt_gold, a:visited.txt_gold, a:hover.txt_gold
{
	color: #debb71;
}
.txt_white
{
	color: #FFFFFF;
}
.txt_grey
{
	color: #6e6e6e;
}

.txt_light_grey
{
	color: #6e6e6e;
}