body { 
	color: #c59bb1; 
	font-size: 11px; 
	font-family: arial, tahoma, sans-serif; 
	background: url('images/bg.jpg') repeat-x #d4b5c5; 
	cursor: default; 

}

table, td {
	color: #c59bb1; 
	font-size: 11px; 
	font-family: arial, tahoma, sans-serif;
	text-align: justify;
}

#content {
	background: url('images/siren_14.gif') #fff;
	width: 401px;
}

#bar {
	background: url('images/siren_13.gif');
}

#bar2 {
	background: url('images/siren_15.gif');
}

.header {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #DAA6C2;
	background: url('images/head.jpg') no-repeat center bottom;
	padding-bottom: 2px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	text-align: left;
	margin-top: 5px;
	text-align: center;
}

h2 {
	font-size: 8px;
	text-transform: uppercase;
	margin-top: -3px;
	margin-bottom: 3px;
	color: #e0b9cf;
	text-align: center;

}

.credit { 
	font-size: 10px;
}

.codesort {
	text-align: left;
}

.codesort img { 
	border: 1px #c59bb1 solid;
	margin-right: 5px;
	background-color: #fff;
	padding: 2px;
}
.code {
	border: 1px #c59bb1 solid;
	margin-right: 5px;
	background-color: #fff;
	padding: 2px;
}

img {
	border: 0px;
}

.data {
	border-bottom: 1px #e6d4de solid;
	border-left: 1px #e6d4de solid;
	border-top: 1px #e6d4de solid;
}

.name {
	border-bottom: 1px #f1e6ec solid;
	border-right: 1px #f1e6ec solid;
	border-top: 1px #f1e6ec solid;
}

a:link {
	color: #a98896; 
	text-decoration: underline;
	font-weight: bold;
} 

a:visited {
	color: #a98896; 
	text-decoration: line-through;
} 

a:active { 
	color: #fff;
} 

a:hover {
	color: #c35f7d; 
	font-weight: bold; 
	cursor: crosshair; 
	text-transform: uppercase;
}

input, textarea {
	font-family: arial, tahoma, sans-serif; 
	font-size: 10px; 
	background-color: transparent; 
	color: #c59bb1; 
	border: #c59bb1 1px solid;
}
