body
{
background-color:#ccc;/*rgb(255, 255, 255);/*#585858;/*#fff;*/
color: rgb(0, 51, 85); /* #4a4344; /*#585858;*/
/*font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;*/
font: normal small Arial, Helvetica, sans-serif;
}

a{
	text-decoration: none;
	color: #000099;
}

a:hover{
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h1,h3,h4,h5,h6
{
color: #66000F;
}

h1
{
font-family: Courier;
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}



/* Header */

#header
{
width:100%;
/*height:122px;50px;*/
/*background: #440000; /*#d7d7d7 /*url('images/n1bis.gif') repeat-x;*/
}

#header_inner
{
text-align:center;
position: relative;
width: 782px;
height:50px;/*100px;*/
margin: 0 auto;
color: #fff;
font-family: helvetica;
font-style:oblique;
/*background: #440000; /*url("images/um2.gif");*/
background-repeat: no-repeat;
background-position: right bottom;
}


/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 10px;
margin-right: 10px;
display: block;
padding: 0.5em 1em 1em 1em;
background: #fff;
border: solid 4px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
/*text-transform: lowercase;*/
/*text-decoration: none;*/
}

#menu li a.active
{
color: #fff;
/*background: #CA2F2F url('images/n3.gif') repeat-x;*/
/*border: solid 1px #A94B4B;*/
}

#menu li a.hover
{
text-decoration: underline;
}

/* Main */

#main
{
/*background: #fff url('images/n2.gif') 0px 1px repeat-x;
/*color: #616161;*/
}

#main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}


#main_inner ul
{
margin-bottom: 2.0em;
/*list-style-type: none;*/
}

#main_inner li
{
margin-bottom: 0.5em;
/*list-style-type: none;*/
}


#main_inner
{
background: #fff;
position: relative;
width: 760px;
margin: 0 auto;
padding-top: 1em;
padding-left: 30px;
padding-right: 30px;
border-left: solid 1px #E1E1E1;
border-right: solid 1px #E1E1E1;
border-bottom: solid 1px #E1E1E1;
border-top: solid 1px #E1E1E1;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}

#main_inner h1 {
text-align: center;
font-size: 2.2em;
color: #66000F;
margin-bottom: 1.2em;
}

#main_inner h3
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
font-size:  1.8em; /*2.1em;*/
padding-bottom: 0.1em;
margin-bottom: 0.4em;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 0.4em;
margin-top: 0.95em;
}

#main_inner coffee
{
font-style: italic;
}

#main_inner hour
{
font-weight: bold;
}

#main_inner_div
{
text-align: justify; 
font-size: 1em;
margin-left: 1em;
margin-right: 1em;
}

table.rdvj_table{
	width:  90%;
	margin-left: 2em;
	border: none;
}

tr.rdvj_tr_data{
	/*background-color: #ff4444;
	color: white;*/
	vertical-align: top;
}

td.rdvj_td_date {
	color: #66000F;	
	padding-left: 1em;
}

td {
	/*font-size:80%;*/
	/*border:1px solid #6495ed;*/
	vertical-align: top;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
}

div.rdvj_div {
	display: none;
	color: #414141;
	width:  90%;
	vertical-align: middle;
	text-align: justify;
	padding-left: 30px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
}

div.tab_div {
	display: none;
}

div.curtab_div {
}

span.label{
	background-color: #FFFF00;
	font-style : italic;
	float: right;
}
span.labelleft{
	background-color: #FFFF00;
	font-style : italic;
}
span.info{
	 color: red;
	font-style : italic;
}
/* Footer */

#footer
{
width: 740px;
margin: 0 auto;
text-align: center;
clear: both;
/*border-top: dotted 1px #E1E1E1;*/
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
/*text-transform: lowercase;*/
font-size: 0.8em;
}


