body {
 margin:0;
 padding:0;
 background: #ffffff url(images/Layout_BG01.gif) repeat-x;
 text-align: center;
 font: 13px Verdana;
 color: #333739;
 line-height: 20px;
}

p {
text-align: justify;
padding: 0px 8px 0px 8px;
}


#outer {
 margin-top: 0px;
 width: 509px;
 text-align: center;
 background-color: #ffffff;
}
#hdr {
 width: auto;
}
#nav {
 width: 495px;
 background-color: #ffffff;
}
#cont {
 width: auto;
}


.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 color: #f08c08; 
}
i {
 color: #c60a0b;
}
u {
 color: #178643;
 border-bottom: 2px solid; 
}
li {
text-align: left;
}
table {
 text-align: justify;
}

ul#custombullet {
 list-style-image: url(images/Link.gif);
 margin: 0; 
 padding: 1px 8px 1px 2px;
 margin-left: 25px;
 line-height: 20px;
 text-align: justify; }

.image {
 border: 6px solid #eca809;
}
.codes {
 border: 9px solid #f7d007;
}
.codes:hover{
 border: 9px solid #f08c08;
}

.aff img {
 border: 3px solid #f0d10e;
 padding: 3px;
}


h1 {
 font: 15px Impact, Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #178643;
 text-align: left;
 font-weight: bold;
 letter-spacing: 5px;
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #f0d10e;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding-left: 10px;
 margin-bottom: -7px;
}

a:link {
 color: #04a8d7; font-weight: none; text-decoration: none; border-bottom: 1px solid #4f6268; cursor: default;
}
a:visited {
 color: #04a8d7; font-weight: none; text-decoration: none; border-bottom: 1px solid #4f6268; cursor: default;
}
a:hover {
color: #4f6268; font-weight: none; text-decoration: none; border-bottom: 1px solid #04a8d7; cursor: default;
}
a:active {
 color: #4f6268; font-weight: none; text-decoration: none; border-bottom: 1px solid #04a8d7; cursor: default;
}


#navigation {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation li {
 float: left;
}
#navigation li a {
 display: block;
 background: #f5f20a;
 width: 164px;
 font: 11px Arial, Tahoma, Verdana;
 color: #ffffff;
 border-bottom: none;
 text-align: center;
 padding: 3px 0;
}
#navigation li a:hover {
 background: #ffffff;
 color: #f5f20a;
}

input, textarea, select, button {
 font: 13px Verdana;
 color: #333739;
 background-color: #ffffff;
 border: 1px solid #d3110c;
 line-height: 20px;
 margin: 0;
 padding: 2px; }