﻿body {
    font-family: Tahoma;
    font-size: 11px;
}
p {
    font-family: Tahoma;
    font-size: 11px;
}
h1 {
    font-family: Tahoma;
    font-size: 15px;
}

ul {
margin-top: 0px;
margin-bottom: 0px; 
list-style-image: url(your custom bullet);
color: #333333;
font-size: 80%;
font-weight: normal;
margin-left: 20px; 
padding-left: 20px; 
line-height: 1.3em;
} 

.scrollArea {
width: 325px; 
height: 315px;
padding-left: 5px;
padding-right: 5px; 
border-color: #6699CC;
border-width: 0px; 
border-style: solid;
float: left; 
overflow: auto;
margin:15px 0px 5px 25px;
scrollbar-base-color: #c5bcb9;
scrollbar-arrow-color: #617689;
scrollbar-3dlight-color: #c5bcb9;
scrollbar-darkshadow-color: #c5bcb9;
scrollbar-face-color: #c5bcb9;
scrollbar-highlight-color: #c5bcb9;
scrollbar-shadow-color: #c5bcb9;
scrollbar-track-color: #c5bcb9;
}
td.divFormLine
{
    width: 310px;
    font-family: tahoma;
    font-size: 12px;
    color: #657FA7;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
    height: 20px;
    line-height: 12px;
    clear: both;
}
input.text
{
    background-color: #d5c3b9;
    border: 1px solid #b5a8a2;
    font-family: Arial, Helvetica, sans-serif;
    color: #635a56;
    width: 290px;
}
input.button
{
    background-color: #d5c3b9;
    border: 1px solid #b5a8a2;
    font-family: Arial, Helvetica, sans-serif;
    color: #635a56;
    
}
textarea.textarea
{
    background-color: #d5c3b9;
    border: 1px solid #b5a8a2;
    font-family: Arial, Helvetica, sans-serif;
    color: #635a56;
    width: 290px;
    height:110px;
}
td.label
{
    font-size: 10px;
    width:50px;
    vertical-align:top;
}
td.data
{
    font-size: 12px;
}
a:link, a
{
    text-decoration:none;
    color: #635a56;
    font-family: Tahoma;
    font-size: 11px;
}
a:hover
{
    text-decoration:none;
    color: #635a56;
    font-family: Tahoma;
    font-size: 11px;
}