* {
    font-family:Tahoma, Arial, sans-serif;
    font-size:12px;
}
body {
    margin:0px;
}
h1 {
    font-size:25px;
}
h2 {
    font-size:16px;
}
.menubar {
    background-image: url("../images/nav_bg.png");
    background-repeat: repeat-x;
    border-bottom: 1px solid #000000;

}
.rowhead {
    background-color: #2A5283;
    font-decoration : small-caps;
    font-weight : bold;
    color : white;
    line-height:22px;
}
.rowdata {
    background-color: #EDEDED;
}