/* CSS Document */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  color: #000000;
  background-color:#CCCCCC;
/*  text-align:center;*/
}

h1 {
  font-size: 20px;
}
h2 {
  font-size: 12pt;
}
h3 {
  font-size:11pt;
  text-decoration:none;
  font-style:italic;
  margin-bottom:0;
}
p {
 margin-top: 0;
}

h4 {
 font-size: 100%;
 margin: 0;
 color: black;
}

td {
	vertical-align:top;
}

#pagecontainer {
  width: 800px;
  min-height: 600px;
  overflow: hidden;
  background: url("images/navi_back.jpg") 0 0 repeat-y;
  background-color:rgb(100%, 100%, 100%);
}

#navigation {
  float: left;
  width: 200px;
  text-align: right;
  padding-bottom:5555px;
  margin-bottom:-5555px;
}

#maintext {
  margin-left: 250px;
  margin-top: 50px;
  margin-right: 50px;
  text-align: left;
  padding-bottom:5555px;
  margin-bottom:-5555px;
  line-height: 16pt;
}

#navigation ul {
  padding: 0;
  margin: 0;
}

#navigation ul li {
 font: 12pt Arial, sans-serif;
 list-style: none;
 padding: 0 0.7em 0 0;
 line-height: 4ex;
 text-align: right;
 margin-right: 20px;
}

#navigation h4 {
  text-align: right;
  font-weight: bold;
  font-size: 16pt;
  background: url(images/navi_back_yello.jpg);
/*  color: rgb(100%, 100%, 0%); */
  padding: 1ex 0.7em 1ex 1ex;
  border-top: 1px solid #0041c4;
  border-bottom: 1px solid #0041c4;
}

#navigation a {
  color: rgb(0%, 0%, 0%);
  font-weight: bold;
}

a {
  text-decoration: none;
}

#navigation a:hover {
  color: rgb(100%, 20%, 0%);
}

#subject {
  width:350px;
  background-color:white;
  border: solid black 1px;
  color:#0041C4;
}
#body {
  width:350px;
  background-color:white;
  border: solid black 1px;
  color:#0041C4;
}

table.blind_table {
	margin-bottom:20px;
}

table.blind_table td, table.blind_table th{
	padding:5px 5px;
}

.error {
	color:red;
}
.success {
	color:green;
}

