<!--
body {
	background-color: #FFFFFF;
	background-image: url(/img/bg.jpg);
	margin-top: 6px;
}

a
{
	text-decoration: none;
}

*
{
	font-family: "Trebuchet MS";
}

h1
{
	font-weight: bold;
	font-size: 14px;
	color: #146e94;
	padding:0;
	margin:0;
	margin-bottom: 5px;
}

h2
{
	font-weight: bold;
	font-size: 18px;
	color: #146e94;
	padding:0;
	margin:0;
	margin-bottom: 5px;
}

h3
{
	font-weight: bold;
	font-size: 22px;
	color: #146e94;
	padding:0;
	margin:0;
	margin-bottom: 5px;
}

p,span,label
{
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}

fieldset {
	background-image: url('/img/fieldset_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;

	background-color: #f1ecc1;
	margin-bottom: 20px;
	
	border: 1px solid #aca885;
	-moz-border-radius: 5px;
	padding: 15px 15px 15px 15px;
	
	_position: relative;
	_margin-top: 2.2em;
}

.small
{
	font-size: 12px;
}

fieldset label
{
	display: block;
	width: 150px;
	float: left;
}

fieldset legend
{
	padding: 5px;
	font-size: 11pt;
	font-weight: bold;
	color: #454331;
	
	_position: relative;
	_top: -2.2em;
	_margin-bottom: -1.2em;
}

#form_button
{
	background-image: url('/img/fieldset_bg.jpg');
	background-position: bottom;
	background-repeat: repeat-x;

	background-color: #f1ecc1;
	border: 1px solid #aca885;
	-moz-border-radius: 5px;
	padding: 2px;
	
	font-size: 10pt;
	font-weight: bold;
	
	color: #454331;
}

#form_button_inline
{
	background-color: #ffffff;
	border: 1px solid #aca885;
	-moz-border-radius: 5px;
	padding: 2px;
	
	font-size: 10pt;
	font-weight: bold;
	
	color: #454331;
}

#right_column
{
	float: right;
	width: 250px;
	
	margin-left: 10px;
	margin-bottom: 10px;
	
	padding-left: 15px;
	border-left: 1px solid #e69405;
}

#right_column hr
{
	background-color: #e69405;
	width: 90%;
}

#data_table
{
	border: 1px solid #c79d54;
}

#data_table th
{
	text-align: left;
	
	background-image: url('/img/fieldset_bg.jpg');
	background-position: top;
	background-repeat: repeat-x;

	background-color: #f1ecc1;

}

.field
{
	font-size: 12px;
}

/*
fieldset legend {
	color: #146e94;
	padding: .1em .3em;
	font-size: 14pt;
	font-weight: bold;
	
	position: relative;
	_top: -1.6em;
}


fieldset {
	border: 2px solid #aca885;
	-moz-border-radius: 5px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	background-color: #ddd8ad;
	
	position: relative;
}
*/

.image_top_left
{
	float: left;
	margin: 0 10px 10px 0;
}

.image_top_right
{
	float: right;
	margin: 0 0 10px 10px;
}

input, select, textarea, file
{
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	padding: 2px;
}


-->
