body {
    margin: 0px;
    font: 12px Arial, Helvetica;
    background: url(/etc/bg.png);
}
td {
    font-size: 12px;
}
a {
    color: #394D6B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.mainText a {
	text-decoration: underline;
}
.menuItemSep {
    color: #BDB26B;
}
.masterTable {
    background-color: white;
    border-left: 1px solid #394D6B;
    border-right: 1px solid #394D6B;
    border-bottom: 1px solid #394D6B;
    width: 900px;
}
.snipName {
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
}
.bb {
    border-bottom: 1px solid #dddddd;
}
.boxHeader {
    border-bottom: 1px solid #dddddd;
    height: 30px;
}
.boxHeadLine {
    margin-left: 15px;
    font-weight: bold;
}
.boxBody {
    border-bottom: 1px solid #dddddd;
}
.boxContent {
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.txt {
    font: 12px Arial, Helvetica;
}
h2 {
    background-color: white;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}
.boxSm {
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

blockquote {
   font-size: 12px;
   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 0px;
   margin-left: 4px;
   margin-right: 0;
   margin-bottom: 0;
   border-left: #E3DEC3;
   border-width: 0 0 0 5px;
   border-style: none none none solid;
}

