/* Style sheet for browser display */
<!--
body {
background : #dbe3d6 url('../images/bg.gif'); 
color : black; 
font-family : arial, helvetica, sans-serif; 
margin-top: 0
} 
div#top {
position : absolute;
top: 0px;
left: 0px;
width: 760px;
}
h1, h2, h3, h4 {
color : #0087d7; 
background-color : transparent; 
} 
h1 {
font-size : 220%; 
font-weight : bold;
text-indent : 0; 
text-align : left;
margin-top : 20px; 
margin-bottom : 1px; 
margin-left : 5px;
margin-right : 5px; 
} 
h2 {
font-size : 120%; 
line-height : 120%;
font-weight : bold;
margin-top : 10px; 
text-align : left; 
margin-left : 5px;
margin-right : 5px;
padding-left : 5px;
margin-bottom : 3px;
} 
p {
font-size : 100%; 
text-indent : 0px; 
text-align : left;
margin-top : 12px; 
margin-bottom : 1px; 
margin-left : 5px; 
margin-right : 10px; 
}
p.spacer {
line-height : 10%;
}
p.small {
font-size : 70%;
line-height : 170%;
}
a{
color : #0087d7;
background : transparent; 
} 
a:link,
a:visited {
text-decoration : none;
} 
a:active,
a:hover {
color : #6dbd20;
text-decoration : bold;
}
select.priority {
color : #0087d7;
font-size : 100%; 
border : solid 2px #0087d7;
}
input.appointment {
height : 14px;
font-size : 90%;
color : black;
border : solid 1px #000040;
}
input.mailing {
height : 14px;
font-size : 70%;
border : solid 1px gray;
}
img {
margin : 0;
border : 0px none;
}
p.foot {
font-size : 70%; 
text-align : center;
margin-top : 12px; 
margin-bottom : 1px; 
margin-left : 3%; 
margin-right : 3%; 
color : #404040;
}
.access {
font-size : 130%;
font-weight : normal; 
background : transparent; 
}