body {
        background-color: black;
        color: white;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        text-align: center;
        }
hr {
        background-color: #333333;
        color: #333333;
	  height: 2px;
        }
p {
        text-align: justify;
	}
table {
        color: #999999;
        font-size: 12px;
	}
a:link {
        color: #DDDDDD;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        }
a:visited {
        color: #DDDDDD;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        }
a:hover {
        color: #DDDDDD;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        }
a:link.lubemenu {
        color: #999999;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
        }
a:visited.lubemenu {
        color: #999999;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: none;
        }
a:hover.lubemenu {
        color: #FFFFFF;
        font-family: verdana, arial, sans-serif;
        font-weight: bold;
        text-decoration: underline;
        }
a:link.lubehidden {
        color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
		cursor: text;
        }
a:visited.lubehidden {
        color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
		cursor: text;
        }
a:hover.lubehidden {
        color: #FFFFFF;
        font-weight: normal;
        text-decoration: none;
		cursor: text;
        }
.lubelogo {
        background-color: black;
        color: white;
        font-family: verdana, arial, sans-serif;
        font-size: 14px;
        font-variant: small-caps;
        font-weight: bold;
        text-align: justify;
        width: 600;
        }
.lubemenu {
        background-color: #000000;
        font-family: verdana, arial, sans-serif;
        font-size: 14px;
        font-variant: small-caps;
        text-align: center;
        white-space: nowrap;
        }
.lubeborder {
        background-color: #333333;
        height: 1;
        width: 600;
        }
.lubebody {
        font-family: verdana, arial, sans-serif;
        font-size: 12px;
        width: 100%;
        }
.lubepicturecenter {
        margin-bottom: 1em;
        margin-top: 1em;
        float: none;
        }
.lubepictureleft {
        float: left;
        margin-right: 1em;
        margin-top: 1em;
        margin-bottom: 1em;
        }
.lubepictureright {
        float: right;
        margin-left: 1em;
		margin-top: 1em;
        margin-bottom: 1em;
        }
.lubetitle {
        color: #DDDDDD;
        font-size: 14px;
        font-variant: small-caps;
        font-weight: bold;
        text-align: center;
        }
.lubetiny {
        color: #999999;
        font-size: 9px;
        font-variant: normal;
        font-weight: normal;
        }
.lubefineprint {
        background-color: black;
        color: white;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        text-align: center;
		width: 600;
        }
.lubecursorhand {
		cursor: pointer;
		}