body {
 text-align: center; 
 background: #FFFFFF url(images/Layout_BG01.png) top left repeat-y;
 padding: 0;
 font: 10px Arial, Tahoma, Verdana;
 color: #555555;
}

p {
 line-height: 18px;
 padding: 1px 8px 1px 8px;
 text-align: justify;
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 font-size: 11px;
 color: #E3AA30; 
}
i {
 color: #C5B82D;
}
li {
text-align: left;
}
table {
 text-align: justify;
}

.image {
 border: 4px solid #F3B83A;
}
.aff img {
 border: 3px solid #F3B83A;
 padding: 3px;
}

h1 {
 font: 11px Times New Roman;
 padding: 3px 1px 3px 15px;
 margin: 0;
 color: #EC991D;
 text-align: left;
 text-transform: lowercase;
 font-style: italic;
 letter-spacing: 5px;
 line-height: 6px; 
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #6A6462;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}

a:link {
 color: #F3B83A; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:visited {
 color: #F3B83A; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:hover {
color: #D99400; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:active {
 color: #D99400; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}

input, textarea, select, button {
 font: 10px Arial, Tahoma, Verdana;
 color: #555555;
 background-color: #FFFFFF;
 border: 1px solid #555555;
 line-height: 11px;
 margin: 0;
 padding: 2px; }
