html {
height:100%;
}

body {
margin: 0px;
width: 100%;
height: 100%;
background-color: #000000;
color: #e7de99;
}

table {
border-width: 0px;
border-style: solid;
border-color: #000000;
border-spacing: 0px;
border-collapse: collapse; 
margin: 0px;
}

table td{
padding: 0px;
}

td, p, div{
font-family: arial, verdana, helvetica;
color: #e7de99;
font-size: 11px;
line-height: 13px;
}

a {
font-family: arial, verdana, helvetica;
color: #c1c1c1;
font-size: 11px;
line-height: 13px;
text-decoration: none;
outline: none;
}

a:hover {
color: #ffffff;
}

image, img {
border: 0px;
}

ul {
margin: 0px;
padding: 0px;
}

li {
margin-left: 12px;
padding: 5px;
padding-left: 0px;
}

input {
outline: none;
}

hr {
width: 100%;
border: 1px solid #e7de99;
}

hr.light {
border: 1px solid #4D4622;
margin: 0px;
}

.hideElement {
visibility: hidden;
}

.imgGallery {
border-width: 1px;
border-style: solid;
border-color: #630202;
}

.title {
font-size: 23px;
line-height: 23px;
font-weight: bold;
}

.alert {
color: #af3236;
font-weight: bold;
}

.bigText {
font-size: 14px;
line-height: 16px;
}

.bigTextDisable {
font-size: 14px;
line-height: 16px;
color: #84816c;
}

.textDisabled {
color: #84816c;
}

.rightJustify {
text-align: justify;
text-align-last: right;
text-justify: distribute;
}
.leftJustify {
text-align: justify;
text-justify: distribute;
}

