body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #000000;
}

#contact {
  color: #000000;
  font-size: 0.9375em;
  text-align: left;
}

.container {
  margin: 1px;
}

.content {
  margin: 1px 0 0 0;
  border-top: 1px solid #000000;
  border-right: 1px solid #333333;
  border-left: 1px solid #FFFFFF;
  padding: 0;
  background-color: #FFFFFF;
  background-image: url(panel.gif);
  background-repeat: repeat-x;
}

.fill {
  font-family:tahoma,sans-serif;
  font-size:13px;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top:1px solid #000000;
  color:#333333;
  text-decoration:none;
  cursor: hand;
}

.frameFirst {
  margin: 0 14px 0 14px;
  background-image: url(frame_first_fill.gif);
  background-repeat: repeat-x;
}

.frameFirstLeft {
  background-image: url(frame_first_left.gif);
  background-repeat: no-repeat;
}

.frameFirstRight {
  padding: 10px;
  background-image: url(frame_first_right.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.goTo {
  padding-right: 22px;
  text-align: right;
  background-image: url(button.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.goTo a {
  font-weight: bold;
}

.goTo a:link {
  color: #000000;
}

.center {
  margin: 0 1px 0 0;
  padding: 0px 0px 0px 250px;
  position: relative;
  top: -50px;
  left: -120px;
}

.req {
  font-family:tahoma,sans-serif;
  font-size:13px;
  background: yellow;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-top:1px solid #000000;
  color:#333333;
  text-decoration:none;
  cursor: hand;
}

table.agenda td {
  border-left:solid #336699 1px;
  border-right:solid #336699 1px;
  border-top:solid #336699 1px;
  border-bottom:solid #336699 1px;
  font-family:tahoma,sans-serif;
  font-size:10px;
}

table.agenda th {
  border-left:solid #000000 1px;
  border-right:solid #000000 1px;
  border-top:solid #000000 1px;
  border-bottom:solid #000000 1px;
  font-family:tahoma,sans-serif;
  font-size:10px;
}

.head {
  background: #F5F5F5 url(header.jpg) no-repeat;
  display: block; 
  height: 120px;
  margin-bottom: 1px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding: 1px 20px 0 14px;
  background-color: #000000;
}

.hidden {
  background-color: #000;
}

.visible {
  width: 400px;
  position: relative;
  top: -1275px;
  left: 500px;

  background-color: #FFF;
}

.left {
  float: left;
}

.left .frameFirst {
  width: 110px;
}

/* main */
.main {
  background: #FFF; 
  border: 1px solid #EEE; 
  border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
  margin: 20px auto 4px auto; 
  text-align: left;
  width: 800px;
}

/* menu */
.menu a {
  text-align: center;
  font: normal .8em sans-serif,Arial;
  background: #EEE;
  border-right: 1px solid #CECECE;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #000000;
  color: #888;
  float: left;
  padding-top: 1px;
  width: 160px; height: 20px;
}

.menu a:hover {
  background: #EEE url(bgmenu.gif) repeat-x;
  color: #555;
}
.menu a#last {
  width: 155px;
  border-right: none;
}

.panel {
  margin: 0 1px 0 0;
  padding: 0px 0 1px 0;
  vertical-align: top;
  background-color: #FFFFFF;
  background-image: url(panel.gif);
  background-repeat: repeat-x;
}

.perspectiveDate {
  color: #666666;
  font-size: 0.7em;
  font-weight: normal;
}

#layer1 {
	position: relative;
	visibility: hidden;
	width: 400px;
	height: 200px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#layer2 {
  visibility: hidden;
	width: 0px;
	height: 0px;
}

#close {
	float: right;
}

#presentation {
  height: 50px;
}