body { 
	background: #FBF6FC;
	color: #677298;
	font-family: trebuchet ms, tahoma, sans-serif;
	font-size: 11px;
}

table, td {
	font-size: 10px;
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;
}

#content {
	position:absolute;
	left:286px;
	top:299px; 
	width:316px; 
	overflow:none; 
	border:0px;
	z-index: 2;
	text-align: justify;
}

.header {
	font-size:19px; 
	color: #213468;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 0px;
	text-transform: lowercase;
}

img { 
	border: 0px;
}

.code {
	background-color: #D5D9EB;
	border: 2px #D5D9EB solid;
}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #D5D9EB;
	border: 2px #D5D9EB solid;
}

a:link {
	color: #213468;
	font-weight: bold;
	text-decoration: none;
} 

a:visited {
	color: #707A9D;
	font-weight: bold;
	text-decoration: link-through;
} 

a:active {
	color: #CDE2FD; 
	cursor: help;
	font-weight: bold;
	text-decoration: none;
} 

a:hover {
	color: #677298;
	cursor: help;
	font-weight: bold;
	text-decoration: underline;
}

input, textarea {
	background-color: #D5D9EB; 
	color:#787a7d; 
	border-bottom:1px #213468 solid;
	border-left: 7px #677298 solid;
}
