/**
 * Style sheet xBasic
 */
h3
{
	margin-top:0px;
	margin-bottom:4px;
	border-top:0px dotted #999999;
	border-right:0px dotted #999999;
	border-bottom:1px dotted #999999;
	border-left:0px dotted #999999;
	font-family:Arial;
	font-weight:bold;
	font-size:14;
	color:#94231E;
}

#ctrl_1,
#ctrl_2,
#ctrl_3,
#ctrl_4,
#ctrl_5,
#ctrl_6,
#ctrl_7,
#ctrl_8,
#ctrl_9
{
	width:300px;
	height:17px;
	margin-bottom:5px;
	margin-left:20px;
	padding:3px;
}

#ctrl_12
{
	margin:15px 10px 10px 18px;
}

#opt_10_0
{
	margin:10px 10px 10px 18px;
}

.mandatory
{
	font-weight:bold;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 8px 0px;
	padding:0px;
	font-family:Georgia, Arial;
	font-weight:normal;
	font-size:30px;
	color:#000000;
	line-height:26px;
}

h2
{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family:Arial;
	font-weight:normal;
	font-size:16px;
	color:#94231E;
	line-height:16px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-image:url("tl_files/bg/map.jpg");
	font-family:Arial;
	font-size:13px;
	color:#435343;
}


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#94231E;
}

a:hover
{
	text-decoration:underline;
}

