body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Georgia, serif, sans-serif;
    font-size: 100%;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height: 1.125em; /* 16x1.125=18px */
    color: #000;
    background: #2f2518;
}
h1, h2, h3, h4, h5, h6, hr, p, div, span { margin: 0px; padding: 0px; font-weight: normal;}
img { border: 0px; }
a { outline: none; text-decoration: none; color: black; font-weight: normal; }
.clear-both { clear: both; line-height: 0;}
.clear-left { clear: left; line-height: 0; }
.clear-right { clear: right; line-height: 0; }
.line-half { line-height: 0; border-bottom: 1px solid black; width:50%; margin-bottom:0.5em; }
.line-full { line-height: 0; border-bottom: 1px solid black; margin-bottom:0.5em; }
.divreset { margin: 0px; padding: 0px; line-height: 0px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.div-center { margin: 0px auto; }
.zebra-gray table {
	width: 100%;
    border: 1px solid gray;
    padding: 5px;
}
.zebra-gray tr {
}
.zebra-gray td, .zebra-gray th{
	padding: 5px 10px;
    border-bottom: 1px solid gray;
}