#layout /* This is the main layout table */ {
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
text-decoration: none;
text-align: justify;
z-index: 0;
}

#main  /* This is the main content table */ { 
background-color: #808080;
background-position: left top;
z-index: 1;
margin: 0px;
border-width: 0px;
vertical-align: top;
width: 247px;
 }
 
body { 
background-color: #808080;
color: black;
font-size: 11px;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
text-align: justify;
position: relative;
margin-bottom: 5px;
 }
 
img {
border: 0px;
}

a {
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
color: #85523C;
border: 0px;
 }
 
a:link {
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
color: #DDDFEB;
 }
 
a:visited {
color: #DDDFEB;
 }
 
a:hover {
color: #404040;
cursor:ne-resize;
 }

a:active {
color: #E1E4E9;
 }
 
table { 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: auto;
 }
 
p {
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
text-decoration: none;
 }
 
u {
text-decoration: none;
border-bottom: #202020 1px dotted;
font-weight: bold;
font-size:12px;
font-style:italic;
 }

h1 {
font-family: trebuchet ms;
font-size: 14px;
color: #85523C;
 }
 
h2 {
font-family: trebuchet ms;
font-size: 13px;
color: #85523C;
 }
 
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
letter-spacing: 1px;
color: #202020;
 }
 
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: white;
background-color: #808080;
border:dotted 1px #000000;
 }
 
select { 
font-size: 9px;
text-color: white;
background-color: #808080;
border: dotted 1px #000000;
 }
 
textarea { 
font-size: 9px;
text-color: white;
background-color: #808080;
border: dotted 1px #000000;
 }
 
 .codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort h2 {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
letter-spacing: 1px;
color: #202020; }

.codesort h3 { font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
letter-spacing: 1px;
color: #202020;}

.codesort p { }

.codesort a { }

.codesort img { }

.codesort ul { }

.codesort li { }

.codesort input { }

.codesort option { }

.codesort select { }

.credit { }