/* GLOBAL */

* {
	font-family: Verdana, Helvetica CE, Helvetica, Geneva CE, Geneva, Arial CE, Arial, sans-serif;
	font-size: 10px;
	color: #AABCBF;
/*
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
*/
}

/* ELEMENTS */

body {
	margin: 0px;
	padding: 0px;
	background-color: #075564;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

h3 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

p  {
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border-style: solid;
	border-width: 1px;
	border-color: #AABCBF;
	background-color: #075564;
	margin: 0px;
}

img {
	border: 0px;
}

ul {
	margin-bottom: 1em;
	margin-top: 0px;
}

li  {
	list-style-type: square;
	list-style-image: url('./img/list.gif');
	margin-bottom: 0px;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #AABCBF;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #1B5B68;
	background-color: #1B5B68;
}

/* IDS */

table#bodytable {
	width: 772px;
	height: 100%;
	background-image: url('./img/bbcg.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

td#top {
	height: 354px;
}

td#footer {
	height: 44px;
}

div#cont {
	width: 772px;
	overflow: hidden;
}

div#contp {
	padding: 15px 65px 15px 65px;
}

div#menudesc {
	position: absolute;
	top: 260px;
	left: 50%;
	margin-left: 60px;
}

/* CLASSES */

table.list {
	width: 642px;
}

table.list td, th {
	padding: 5px;
}

table.list th {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #1B5B68
}

input.short {
	width: 30px;
}

input.submit {
	font-weight: bold;
	color: #075564;
	border-color: #AABCBF;
	background-color: #AABCBF;
}

div.listpic {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.sq {
	float: left;
	padding-left: 20px;
	background-image: url('./img/list.gif');
	background-position: 0px -6px;
	background-repeat: no-repeat;
}

div.discopic {
	float: left;
	width: 187px;
	padding-top: 17px;
	background-image: url('./img/discobcg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div.galtext {
	width: 119px;
}

div.galtext2 {
	width: 150px;
}

div.forumtop {
	padding: 5px;
	margin-top: 1em;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #1B5B68;
}

div.forumbot {
	padding: 5px;
}

img.pic {
	border-style: solid;
	border-width: 1px;
	border-color: #AABCBF;
}

.galmr {
	margin-right: 27px;
}

.galmar {
	margin-right: 40px;
}

.p5 {
	padding: 5px;
}

.mt10 {
	margin-top: 10px;
}

.ml35 {
	margin-left: 35px;
}

.ml25 {
	margin-left: 25px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clearer {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0px;
}

.center {
	text-align: center;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.b {
	font-weight: bold;
}