body, table, tr, td {
	color: #0D3F00;
	font-family: verdana, sans-serif;
	font-size: 10px;
    cursor: help;
	}
	
A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: e-resize;}

A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: e-resize;}

A:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	cursor: e-resize;	}

A:hover {
	text-decoration: none;
	color: #0D3F00;
	cursor: e-resize;}

     .divTitle {
font-family: Georgia;
font-size: 11px;
text-align : left;
color:#0D3F00;
font-weight:bold;
font-style: italic;
text-transform: lowercase;
padding-left: 2px;
letter-spacing: 5px;
border-bottom: 1px #0D3F00 dotted;
line-height: 10pt;
      }

.divTitle:first-letter {
	font: 18px Georgia;
	color: #000000;
	font-weight: bold;
	font-style: italic;
    text-transform:lowercase;
	
	}

.codesort li {
	display: inline;
	padding-right: 3px;
	}

.codesort table {
	align: left;
}


.codesort h2 { 
font-family: Georgia;
font-size: 11px;
text-align : left;
color:#0D3F00;
font-weight:bold;
font-style: italic;
text-transform: lowercase;
padding-left: 2px;
letter-spacing: 5px;
border-bottom: 1px #0D3F00 dotted;
line-height: 10pt;
      }

.codesort h2:first-letter {
	font: 18px Georgia;
	color: #000000;
	font-weight: bold;
	font-style: italic;
    text-transform:lowercase;
	
	}

.codesort h3 { 
font-family: Georgia;
font-size: 11px;
text-align : left;
color:#0D3F00;
font-weight:bold;
font-style: italic;
text-transform: lowercase;
padding-left: 2px;
letter-spacing: 5px;
border-bottom: 1px #0D3F00 dotted;
line-height: 10pt;
      }

.codesort h3:first-letter {
	font: 18px Georgia;
	color: #000000;
	font-weight: bold;
	font-style: italic;
    text-transform:lowercase;
	
	}

blockquote {
	margin: 0 10px;
	padding: 0 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-left: 4px solid #000000;
	background-color: #1B8501;
	font-family: verdana, sans-serif;
	color:#000000;
	font-size: 10px;
	font-style: normal; 
}

input, select, textarea {
	background-color: #000000;
	align: center;
	border-style: dotted;
	border-width: 2px;
	border-color: #000000;
	font-family: arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 9px;
	color: #1B8501;
	}

select {
color: #1B8501;
align: center;
	background-color: #000000;
	cursor: help;}

input.noborder {
	border-width: 0px;
	cursor: help;}

.html { overflow: hidden }