body {
	background:url('images/bg.jpg');
	cursor: crosshair;
} 

table {
	color:#252525;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	font-family: trebuchet ms, sans-serif;
}

#layout {
	position: absolute;
	left: 0px;
	top: 0px;	
}

#bar {
	background:url('images/protect_13.jpg');		
}

#content {
	background:url('images/protect_14.jpg');		
}

#bar2 {
	background:url('images/protect_15.jpg');
}

.header:first-letter {
	color: #000;
	font-size: 23px;
	padding-right: 10px;
	padding-left: 3px;
	text-transform: uppercase;
	background-color: #B8B8B8;
}

.header {
	color:#282828;
	font: 14px times new romans, serif;
	text-align: left;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom:3px;
	background:url('images/header.jpg') left no-repeat;
	text-transform: uppercase;
}

.stats {
	background: #a1a1a1;
	border-top: 1px #656565 dotted;
	border-bottom: 1px #656565 dotted;
	border-left: 5px #656565 solid;
	border-right: 5px #656565 solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 350px;
}

b {
	text-transform: uppercase;
	letter-spacing: 1px;
}

i {
	font-family: georgia, serif;
}

img { 
	border: 0px;
}
.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	background-color: #a1a1a1;
	border: 3px #a1a1a1 solid;
}
.code {
	background-color: #a1a1a1;
	border: 3px #a1a1a1 solid;
}

a:link {
	color: #8a8989;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, sans-serif;
} 

a:visited {
	color: #252525;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
} 

a:active {
	color: #252525;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: bold; 
	cursor: help;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 2px #656565 solid;
	border-right: 2px #656565 solid;
	text-transform: uppercase;
}

a:hover.tablelink {
	padding: 0px;
	border: 0px;
} 


input, textarea {
	color:#656565;
	font-size: 11px;
	background-color: #a1a1a1;
	border-left: 5px #656565 solid;
	border-right: 5px #656565 solid;
	border-bottom: 0px;
	border-top: 0px;
}
