/* Default styles for HTML tags BEGIN */
body
{
 margin: 0 auto 0 auto;
 text-align:center;
 font-family:Trebuchet MS,tahoma,arial;
 background-color:rgb(244,244,244); 
}

table
{
 font-family:Trebuchet MS,tahoma,arial;
 font-size:10pt;
}

h1
{
 font-size:16pt;
}

h2
{
 font-size:12pt;
 font-weight:bold;
 margin-top:15px;
 margin-bottom: 0px;
}

.news_date
{
 color: rgb(180,180,180);
 font-size:8pt;
 margin-top:0px;  
 padding-top:0px;
 
}

.news_header
{
  font-size:12pt;
  font-weight:bold;
  margin-bottom:0px;
  padding-bottom:0px;
}



 a {font-family:Trebuchet MS,tahoma,arial;  text-decoration:none; color: rgb(134,134,134);}
 a:hover      { color: rgb(134,134,134);text-decoration:underline;}
 a:active     { color: rgb(134,134,134);  }
 a:visited	  { color: rgb(183,183,183); }


/* Default styles for HTML tags END */

#header
{
border-bottom: 2px solid #F4F4F4;

}

#left_column
{

border-right: 2px solid #F4F4F4;
width: 150px;
height: 100%;
font-size:8pt;

}

#left_bar
{
  margin: 2px 2px 2px 2px;
  /* background-color:rgb(247,247,247); */
  color: rgb(134,134,134);
  padding: 2px 2px 2px 2px;
}

.menu_part
{
  background-color:rgb(247,247,247);
  padding: 4px 4px 4px 4px;
  margin: 0 0 5px 0;
}

#left_bar a:link, #left_bar a:visited
{
 color: rgb(134, 134, 134);
 text-decoration:none;
 font-size:8pt;
}

#left_bar a:hover
{
 color: rgb(134, 134, 134);
 text-decoration:underline;
 font-size:8pt;
}


#main
{

 width:1024px;
 height:100%;
 margin-left:auto;
 margin-right:auto;
 background-color:white;

}


#footer {
	color:#8A8A8A;
	font-size:7pt;
	text-align:center;
	vertical-align:top;
	height:15px;
	font-family:Tahoma,Arial;
}

#content {
margin: 5px 5px 5px 5px;
font-size:10pt;
/* background-color:rgb(247,247,247); */
padding: 4px 4px 4px 4px;

}

.question_form_left_column
{
 font-size:8pt;
}

 
.error_message
 {
  color:red;
  font-size:8pt;
  font-weight:bold;
 }
 
 
 .download_table
 {
  border: 1px solid #8A8A8A;
	border-style:single;
	font-size:10pt;
 }
 
 
 .table_100
 {
   height:100%;
 }

 .h1_link {font-family:Trebuchet MS,tahoma,arial;  text-decoration:none; color: rgb(0,0,0);}
 .h1_link:hover      { color: rgb(0,0,0);text-decoration:none;}
 .h1_link:active     { color: rgb(0,0,0);  }
 .h1_link:visited	  { color: rgb(0,0,0); }