html {
margin:0px;
padding:0px;
width:100%;
height:100%;
}

body {
margin: 0px;
padding: 0px; 
background-color: #ffffff;
font: 10pt georgia, times ;
font-color: #000;
}

a{
color: #000000;
text-decoration: underline;
}

a:hover{
color: #000000;
text-decoration: none;
background-color: yellow;
}

.link{
color: #000000;
text-decoration: underline;
}

.link:hover{
color: #000000;
text-decoration: none;
background-color: #ffffff;
}

h1 {
font-size: 22pt;
font-weight: lighter;
color: #000000;
margin-top: 0px;
}

h2 {
font-size: 14pt;
font-weight: lighter;
color: #000000;
}

h3 {
font-size: 11pt;
font-weight: bold;
color: #000000;
}

.date {
margin: 0px;
font: 6pt verdana;
color: #696969;
}

p {
margin: 0px 0px 15px 0px;
}

hr{
style: noshade;
height: 1px;
color: #c0c0c0;
style: dashed;
width: 100%;
}



li {
margin: 10px 0px 10px 0px;
}

input,textarea, select{
font-size: 11pt;
font-family: arial;
}

div.hr {
height: 18px;
border-bottom: 1px solid #cfbad9;
width:100%;
clear:both;
}

img {
border:0px;
}



.h1{
font-size: 18pt;
}

.h1active {
font-size: 18pt;
background-color: yellow;
}

.non_opaque {
filter:alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

#tooltip{
background:#FFFFFF;
border:1px solid #666666;
color:#333333;
font:menu;
margin:0px;
padding:3px 5px;
position:absolute;
visibility:hidden
}