table.header {background-color:white; 
	      border-style:solid; 
	      border-color:blue;
	      border-width:1px;
	      padding:0cm
	     }
table.header_3 {background-color:#eeeeee;
	        border-top-style:solid;
		border-top-color:blue;
		border-top-width:1px;
		border-left-style:solid;
		border-left-color:blue;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:blue;
		border-right-width:1px;
		font-family:Georgia;
		font-weight:normal;
		font-size:10pt;
		padding:2cm;
		}

table.header_4 {background-color:#eeeeee;
	        border-top-style:solid;
		border-top-color:blue;
		border-top-width:1px;
		border-left-style:solid;
		border-left-color:blue;
		border-left-width:1px;
		border-right-style:solid;
		border-right-color:blue;
		border-right-width:1px;
		border-bottom-style:solid;
		border-bottom-color:blue;
		border-bottom-width:1px;
		font-family:Georgia;
		font-weight:normal;
		font-size:10pt;

		}

.flt_left {float:left}
.flt_right {float:right}

.padded {padding-top:1cm}

.brdr {border-top-style:solid; 
       border-top-color:blue;
       border-top-width:1px;
       }
h1 {color:gray; font-family:Georgia; font-style:italic}
h2 {color:blue; font-family:Helvetica,Arial; text-align:center}

.text {color:#9933ff; 
       font-weight:normal; 
       font-size:10pt;
       padding:1px;
       margin:1px;
       }
body {background-color:ivory; 
      font-family:Helvetica,Arial;
      font-size:10pt
      }

a:link {color:blue; text-decoration:none}
a:visited {color:green; text-decoration:underline}
a:hover {color:blue; background-color:#ccccff; text-decoration:none}

em {color:blue; font-family:verdana}
em.rec {color:red; font-family:verdana; font-size:10pt}

/* for the logo */

.one {
     position:absolute;
     left:5px;
     top:5px;
     background-color:#cc99cc;
     color:blue;
     font-family:Roman;
     font-size:24pt;
     font-style:italic;
     font-weight:bold;
     border-style:groove;
     border-width:5px;
     border-color:blue;
     padding-right:20px;
     z-index:1;
     }

.and {
     position:absolute;
     left:80px;
     top:35px;
     color:blue;
     font-family:Roman;
     font-size:20pt;
     font-style:italic;
     font-weight:bold;
     z-index:2;
     }

.two {
     position:absolute;
     left:75px;
     top:45px;
     background-color:#ffcc66;
     color:#ff3366;
     font-family:Georgia;
     font-size:22pt;
     font-style:italic;
     font-weight:bold;
     padding-right:10px;
     padding-left:10px;
     border-style:groove;
     border-width:5px;
     border-color:red;
     z-index:1;
     }

.mod {
     position:absolute;
     left:5px;
     bottom:10px;
     }

.all {
     background-color:#eeeeee;
     border-top-style:solid;
     border-top-color:blue;
     border-top-width:1px;
     border-left-style:solid;
     border-left-color:blue;
     border-left-width:1px;
     border-right-style:solid;
     border-right-color:blue;
     border-right-width:1px;
     position:relative;
     left:0px;
     top:1px;
     height:100px;
     width:195px;
     }
img.map {width:75%}

a.image:hover{background-color:mistyrose}