/* CSS Document */
td img {
	display: block;
}
body
{
	margin: 0px 0px 0px 0px;
	/* background: url("/pics/bg_page.jpg") #EAC689 no-repeat fixed; */
}

body, textarea, input
{
	font-family: Tahoma, Verdana, Arial;
}

.input, .textarea, .select
{
	width: 120px;
	
}

.checkbox, .radio
{
	width: 40px;
}

a
{
	color: #323232;
	text-decoration: none;
}

a:hover
{
	color: white:;
	background-color: CA181B;
	text-decoration: none;
}

.nohighlight a:hover
{
	background-color: transparent;
}

.securelogin
{
	width: 80px;
}

.dynamic_form_radio_style
{
	width: 20px;
}

.dynamic_form_radio_style, .dynamic_form_input_label
{
	color: white;
}

select, option
{
	color: #2C2C2C;
}

.BackgroundSand
{
	background-color: #EAC689;
}

.info_box_body, .dynamic_form_field, .dynamic_form_value, span
{
	color: white;
}

.dynamic_form_value
{
	font-size: 9pt;
}

#InteriorTable
{
	background-color: #EA060F;
	background: url(/pics/bg_InteriorTable.jpg);
}

table#MainTable
{
	margin-left:auto;
	margin-right:auto;
	width: 808px;
	color white;
	border: 0px;
}

.footer, .copyright
{
	font-size: 11px;
	color: black;
	text-align: left;
}

.loginLink a {
	font-size: 10px;
	color: red;
	text-decoration: none;
}

.loginLink a:hover {
	font-size: 10px;
	color: black;
	text-decoration: underline;
}