﻿body {
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:blue;
    font-size:medium;
}
.watermark {
    color: blue;
    font-size: smaller;
}
.watermark2 {
    color: blue;
}
.modalbackground {
    background-color: gray;
    filter: alpha(opacity=50);
    opacity:0.9;
}
.modaldialog {
    background-color: white;
}
.textsmaller {
    font-size: smaller;
}
