body {
 text-align: center; 
 background: #EAFFFB url(images/Layout_BG01.png) repeat-x;
 font: 12px Arial, Tahoma, Verdana;
 color: #5B766C;
}

p {
text-align: justify;
}

#outer {
 margin: 0 auto;
 padding: 5px;
 width: 527px;
 background: #FFFFFF;
}
#hdr {
 width: auto;
}
#navi {
 width:112px;
 float: left; 
 background-image: url(images/Layout_NaviBG.png);
}
#cont {
 width:390px;
 float: right; 
 padding-right: 10px;
 background: #FFFFFF;
}
#footer {
 clear: both; 
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b{
 color: #4A7279; 
}
i {
 color: #3E6300;
}
li {
text-align: left;
}
table {
 text-align: justify;
}

.image {
 border: 3px solid #CEE5D2;
}
.codes {
 border: 6px solid #CEE5D2;
}
.aff img {
 border: 3px solid #CEE5D2;
 padding: 3px;
}

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

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

#nav {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#nav li {
 margin-bottom: 2px;
 padding-left: 2px;
 padding-right: 2px;
 text-align: right;
}
#nav a {
 display: block;
 width: 100px;
 font: 10px Times New Roman;
 color: #5B766C;
 font-style: italic;
 letter-spacing: 3px;
 border-bottom: none;
}
#nav a:hover {
 color: #828F8A;
 background-color: #F3F4F4;
}

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