a:link {
	color: #992239;
	font-size: 10px;
	text-decoration: underline;
}

a:visited {
	color: #475294;
	font-size: 10px;
	text-decoration: underline;
}

a:hover {
	color: #415696;
	font-size: 10px;
	text-decoration: underline;
}

body {
	background-color: #CC6600;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

form {
	margin-left: 2px;
	margin-top: 0px;
}

h1 {
	color: #992239;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #0B2576;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0%;
}

h3 {
	color: #0B2576;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 100px;
	padding: 0%;
}

b {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.conference{
	font-size:13px;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #C66000;
}

input:focus {
	background: #FAE4A5;
}

textarea {
	background-color: #FFFFFF;
	border: 1px solid #C66000;
}

.blutext {
	color: #0B2576 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.buttonover {
	background-color: #C66000;
	border: 1px #333333 solid;
	color: #000000;
	cursor: crosshair;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.buttonup {
	background-color: #D6D3CE;
	border: 1px #333333 solid;
	color: #000000;
	cursor: crosshair;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.checks {
	background-color: #FAE4A5;
	border: 1px none;
}

.maincontent {
	vertical-align: top;
}

.result_text {
	color: #C66000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#container {
	background-color: #FFFFFF;
	width: 100%;
}

#listmenu {
	background-color: #E9ECEB;
	width: 180px;
}

#menucontainer {
	width: 180px;
}

#menuitem {
	background-color: #CC6600;
	width: 180px;
}

#menuitem td {
	height: 20px;
}

#regionaldata {
	width: 100%;
}

#regionaldata td {
	background-color: #F5F5F5;
	color: #000000;
	font-size: 12px;
	vertical-align: top;
}

#regionaldata2 {
	background-color: #F5F5F5;
	color: #C66000;
	font-size: 11px;
	margin-bottom: 5px;
	width: 100%;
}

#regionaldata3 {
	margin-bottom: 5px;
	width: 100%;
}

#regionaldata3 td {
	color: #000000;
	font-size: 11px;
}

#regionaldata4 {
	margin-bottom: 5px;
	width: 100%;
}

#regionaldata4 td {
	color: #000000;
	font-size: 11px;
}

#tableform {
	padding: 2px;
	width: 400px;
}

#tableform_ut {
	padding: 2px;
	width: 500px;
}

/*LUCA*/
caption.indicator
  {
     border-style:solid;
     border-width:2px;
     border-color:black;
  }

  table.indicator
  { 
     font-family:arial;
     font-size:8pt;
     width:600px;
     border-style:solid;
     border-color:black;
     border-width:2px;
  }

  th.indicator
  {
     font-size:8pt;
     color:white;
  }


  tr.indicator
  {
  	text-align:left;
  }

  td.indicator
  {  
     font-size:8pt;
     background-color:#409040;
     color:white;
     border-style:solid;
     border-width:1px;
     text-align:center;
  }