/* Reval Clinic style */
/* Author: Kari Koskinen */
/* Email:  kari.koskinen@kolumbus.fi */

body {
 background:white;
 background-image:url(../images/blegtext.gif);
 font-family:trebuchet ms,arial,helvetica,sans-serif;
 margin-left:10px;
}

table {
 margin-left:50px;
}

h1 {
 font-family:trebuchet ms,arial,helvetica,sans-serif;
 color:navy;
 font-size:xx-large;
}

h2 {
 font-family:trebuchet ms,arial,helvetica,sans-serif;
 color:navy;
 font-size:x-large;
}

h3 {
 font-family: trebuchet ms, arial, helvetica, sans-serif;
 color:navy;
 font-size:large;
}

p {
  text-align:justify;
}

a:link {
 color: #993300;
}

a:visited {
 color: navy;
}

a:active {
 color: #FF9900;
}

#copyright {
 position: absolute; 
 left:330px;
 height:30px;
 font-size:small;
 color:navy;
 font-style:italic;
}

#blueline {
 position:absolute;
 left:80px;
}

#menu a {
 display:block;
 width:140px;
 height:40px;
 padding:20px 0px 0px 0px;
 font:14px/1 sans-serif;
 color:black;
 background:url("../images/button_na.gif") 0 0 no-repeat;
 text-decoration:none;
}

#menu a:active {
 background:url("../images/button_ac.gif") 0 0 no-repeat;
 color:gray;
 font-weight:bolder;
}

#menu a:hover {	
 background:url("../images/button_ac.gif") 0 0 no-repeat;
 color:black;
 font-weight:bolder;
}
/*
#menu a:visited {
 background:url("../images/button_na.gif") 0 0 no-repeat;
 color:gray;
 font-weight:bolder;
}
*/
.h1 {
  font-family:trebuchet ms,arial,helvetica,sans-serif;
  color:navy;
  font-weight:bold;
  font-size:xx-large;
}
.h2 {
  font-family:trebuchet ms,arial,helvetica,sans-serif;
  color:navy;
  font-weight:bold;
  font-size:x-large;
}

.h3 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:navy;
  font-weight:bold;
  font-size:large;
}

.h4 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:navy;
  font-weight:bold;
  font-size:medium;
}

.h5 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:navy;
  font-weight:bold;
  font-size:small;
}

.h6 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:navy;
  font-weight:bold;
  font-size:x-small;
}

.h7 {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:navy;
  font-weight:bold;
  font-size:xx-small;
}

.jus {
  text-align:justify;
}

.pv {
  margin-left:25px;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  color:#c0c0c0;
  font-weight:bold;
  font-size:xx-small;
}

.hid {
 visibility:hidden;
 width:140px;
 height:40px;
}