* {
    font-family:verdana,arial,helvetica,san-serif;
}
p,div,ul,li,textarea,input {
    font-size:12px;
    line-height:18px;
    color:#2B6571;
}
input,textarea {
	background:#FEFFF7;
}
li {
    margin-left:20px;
}
ul,p {
    margin-top:6px;
    margin-bottom:9px;
}
h1 {
    margin-top:6px;
    margin-bottom:15px;
    font-size:18px;
    font-weight:bold;
    color:#2B6571;
    border-bottom:1px dotted #75A4AE;
}
h2 {
    margin-top:3px;
    margin-bottom:10px;
    font-size:16px;
    font-weight:bold;
    color:#2B6571;
}
h3 {
    margin-top:0px;
    margin-bottom:6px;
    font-size:14px;
    font-weight:bold;
    color:#2B6571;
}
a {
    color:#72811F;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
.small {
    font-size:11px;
}
.gray {
    color:#888888;
}