#layout /* This is the main layout table */ {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
text-align: justify;
z-index: 0;
}

#main  /* This is the main content table */ { 
background-color: #3E5066;
background-position: left top;
z-index: 1;
margin: 0px;
border-width: 0px;
vertical-align: top;
width: 200px;
 }
 
body { 
background-color: #3E5066;
color: white;
font-size: 10px;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
text-align: justify;
position: relative;
margin-bottom: 5px;
 }
 
img {
border: 0px;
}

a {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
color: #ffffff;
border: 0px;
 }
 
a:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
cursor: nw-resize;
color: #C7CEDE;
 }
 
a:visited {
color: #B7C68B;
 }
 
a:hover {
color: #B7C68B;
cursor: nw-resize;
 }

a:active {
color: #B7C68B;
 }
 
table { 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: auto;
 }
 
p {
text-align: justify;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
 }
 
u {
text-decoration: none;
border-bottom: #85523C 1px dotted;
 }

h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
letter-spacing: .5px;
border-bottom: 1px dotted #ffffff;
 }
 
h2 {
font-family: tahoma ms;
letter-spacing: 0px;
font-size: 9px;
color: #ffffff;
 }
 
h3 {
font-family: trebuchet ms;
font-size: 9px;
color: #ffffff;
font-weight: normal;
 }
 
h4 {
font-family: trebuchet ms;
font-size: 11px;
color: #85523C;
 }
 
h5 {
font-family: trebuchet ms;
font-size: 10px;
color: #85523C;
font-weight: normal;
 }
 
input { 
font-size: 9px;
text-color: #ffffff;
background-color: #3E5066;
border: normal 1px #ffffff;
 }
 
select { 
font-size: 9px;
text-color: #ffffff;
background-color: #3E5066;
border: normal 1px #ffffff;
 }
 
textarea { 
font-size: 9px;
text-color: #ffffff;
background-color: #3E5066;
border: normal 1px #ffffff;
 }
 
 .codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 { }

.codesort h3 { }

.codesort p { }

.codesort a { }

.codesort img { }

.codesort ul { }

.codesort li { }

.codesort input { }

.codesort option { }

.codesort select { }

.credit { }