body, table, tr, td {
	color: #3A3743;
	font-family: verdana, sans-serif;
	font-size: 10px;
    cursor: help;
	}
	
A:link {
	text-decoration: none;
	color: #464350;
	font-weight: bold;
	cursor: e-resize;}

A:visited {
	text-decoration: none;
	color: #464350;
	font-weight: bold;
	cursor: e-resize;}

A:active {
	text-decoration: none;
	color: #464350;
	font-weight: bold;
	cursor: e-resize;	}

A:hover {
	text-decoration: none;
	color: #5B5765;
	cursor: e-resize;}

.divTitle {
	position: static;
	color: #3A3743;
	background-color: #22202C;
	border-width: 0pt;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana, serif;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	letter-spacing: 12px;
	border-color: #3A3743;
	text-align: center;
	}

.codesort li {
	display: inline;
	padding-right: 3px;
	}

.codesort table {
	align: left;
}


.codesort h2 { 
	position: static;
	color: #3A3743;
	background-color: #22202C;
	border-width: 0pt;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana, serif;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	letter-spacing: 12px;
	border-color: #3A3743;
	text-align: center;
}

.codesort h3 {	
	position: static;
	color: #3A3743;
	background-color: #22202C;
	border-width: 0pt;
	font-size: 9px;
	font-weight: bold;
	font-family: verdana, serif;
	text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-style: solid;
	letter-spacing: 12px;
	border-color: #3A3743;
	text-align: center;
}

input, select, textarea {
	background-color: #22202C;
	align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #3A3743;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 9px;
	color: #3A3743;
	}

select {
color: #3A3743;
align: center;
	background-color: #22202C;
	cursor: help;}

input.noborder {
	border-width: 0px;
	cursor: help;}