html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }


body{
	width:100%;
	min-width:980px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-size: 14px;
    	color:black;}

a, p, div{

	font-size:13px;
	margin:0px;
	padding:0px;
	}
p {
	margin-bottom:5px;}

h1{
	color:black;
	font-size:16px;
	font-weight:bold;
	margin-bottom:6px;}

h2{
	color:black;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	padding-top:2px;}

h3{
	color:black;
	font-size:13px;
	font-weight:bold;
	padding:0px;
	margin:0px;}


.hr{
	clear:both;
	background-image:url('../images/hr.gif');
	background-repeat:no-repeat;
	background-position:right;
	width:300px;
	}


#pop_header{
	width:100%;
	background-image:none;
	}

#pop_header_margin{
	float:left;
	width:450px;
	margin:10px 10px 0 0;
	color:black;
}



span.data{
	font-size:12px;
	font-weight:normal;
	}



.element label{
	font-weight:normal;
	padding-top:0.2em;
	}

tr.bglight{
	background-color:white;
	}
tr.bglight td{
	border-bottom:1px solid #ccc;}

tr.bgdark{
	background-color:white;
	}

tr.bgdark td{
	border-bottom:1px solid #ccc;}

table.list th{
	text-align:left;
	Xwidth:13px;
	border-bottom:2px solid #ccc;}

.distance_td{
	width:70px;}

/*   ----------------------------------------------------------------------------------------------------HREFS*/
a,  a:visited{
	color:black;
	text-decoration:none;
	}

a:hover{
	color:black;
	text-decoration:underline;
	}


h2 a, h2 a:visited{
	color:#5697c9;
	text-decoration:none;

	}

h2 a:hover{
	color:#000;
	text-decoration:underline;
	}

ul li{
	margin-left:20px;}

/* -------------------------------------------------------------------------------------------------- UTILS*/
.print_button{
	display:none;
	float:right;
	margin-bottom:10px;
	}

.noprint{
	display:none;}



div.content_container{
	width:600px;}

div.content_container_margin{
	width:600px;
	}
