@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
}
.toptable {
	background-image: url(/images/imobcodes/top.png);
	background-repeat: no-repeat;
}
.models {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #5B5B5B;
}
.titlebar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #6E6E6C;
}
.navigationtable {
	background-color: #040404;
	background-image: url(/images/imobcodes/navigation.png);
}
.text {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.textgreen {
	color: #00DF02;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.tableroundgreytop {
	background-image: url(/images/imobcodes/tophalf.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tableroundgreybottom {
	background-image: url(/images/imobcodes/bottomhalf.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.tableroundgrey {
	background-image: url(/images/imobcodes/grey.png);
	background-repeat: repeat-y;
	background-position: center;
}
.titles {	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #F90;
}
.textlight {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #CCC;
	font-weight: normal;
}
.codes {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #F60;
}
.greenbox {
	background-image: url(/images/imobcodes/green.png);
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 40px;
	color: #7DD500;
}
body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
h2 {
	font-size: 24px;
	color: #999;
}
h3 {
	font-size: 24px;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
