/* GENERAL ------------------------------------------------------------------------ */
body
{
	margin:20px 0px 20px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
img
{
	border:0px;
}

#main
{
	width:980px;
	margin:auto;
}

/* TABLES ------------------------------------------------------------------------- */
.tables table
{
	border-collapse:collapse;
	background-color:#FFFFFF;
}
.tables th
{
	border:1px dotted #000000;
	background:#CCCCCC;
	text-align:center;
}
.tables td
{
	border:1px dotted #000000;
	background:#F0F0F0;
	line-height:15pt;
}
.tables a:link, .tables a:visited, .tables a:hover
{
	color:#333333;
	text-decoration:underline;
}
.tables a:hover
{
	color:#990000;
}
.tables h2
{
	font-size:13.5pt;
	margin-top:0pt;
	margin-bottom:4pt;
	font-weight:normal;
}

/* BREADCRUMB --------------------------------------------------------------------- */
.breadcrumb
{
	border:dotted;
	border-width:1px;
	border-color:#990000;
	background-color:#E1DCD2;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	font-size:11pt;
}
.breadcrumb a:link, .breadcrumb a:visited
{
	color:#000000;
	text-decoration:none;
}
.breadcrumb a:hover
{
	color:#990000;
	text-decoration:none;
}

/* FORMS -------------------------------------------------------------------------- */
.forms label, input, textarea
{
    float:left;
}
.forms input, textarea, select
{
    width: 400px;
	margin-top:5px;
}
.forms label
{
	margin-top:5px;
    text-align:right;
    padding-right:10px;
    width:180px;
}
.radiolabel
{
	float:left;
	line-height:20pt;
}
.forms br
{
    clear: left;
}
.forms
{
	border:dotted;
	border-width:1px;
	border-color:#990000;
	background-color:#E1DCD2;
	padding-bottom:40px;
	margin:0px 0px 0px 0px;
}
.forms h2
{
	color:#990000;
	font-size:11pt;
	line-height:22pt;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:190px;
}
.button 
{
	padding:1px 10px 1px 10px;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	background-color:#F0F0F0;
	border: 1px #990000 solid;
	width:auto !important;
	margin-right:10px;
}

/* DISTANCE ----------------------------------------------------------------------- */
.distance
{
	height:10px;
}
