@charset "utf-8";
/* CSS Document */

.header {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    font-size: 26px;
    font-weight: bold;
    border-style: dotted;
}
.bodytext {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.bold {
	font-weight: bold;
}