* {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
body {
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin:10px;
	padding:0px;	
}
ul, li {
	list-style-type:none;
	display:inline;
	font-weight:bold;
}
div {
	font-style: normal;
	font-weight:normal;
}
hr {	
	height: 1px;
	width: 100%;
}
table {
	font-style: normal;
	font-weight:normal;
	border-width: 0px;
}
strong {
	font-weight: bold;
}
small {
	font-size: 12px;
}
small *{
	font-size: 12px;
}
em {
	font-style: italic;
}
h1 {
	font-weight: bold;
}
div.quote {
	border-top: solid;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 1px;
	width: 500px;
	height: 100%;
}
div#top {
	display: none;
}
div#nav {
	border: 1px #000 solid;
	height: 20px;
	top:0px;
	text-align:center;
}
div#location 	{
	display:none;
}
div#left {
	display:none;
}
div#right {
	display:none
}
div#bottom { 
	display:none
}
div#footer {
	position:relative;
	float: bottom;
	margin-top:10px;
	color: #000;
	text-decoration: none;	
	text-align:center;
	border: 1px #000 solid;	
}
div#bgmain {
	display:none
}
div#content { 
	position:relative;
	float: bottom;
	margin-top:10px;
	text-align:left;
	left: 5px;
}
div#main {
	position:relative;
	float: bottom;
	margin-top:10px;
	border: 1px #CC3333 solid;
}
/* --------- classes ------------ */
div.gbcontent {
	text-align:left;
}
div.gbcenter {
	text-align:center;
}

div.alignright { 
	position:absolute;
	right:10px;
	text-align: right;
}

/* --------- rest ------------ */
img {
	display:none;
}
input, textarea	{
	border: 1px #000 solid;
	background-color: #FFFFFF;
}
.footer {
	color: #000;
}
p.right {
	text-align: right;
	margin-right:10px;
}
p {
	margin-right: 10px;
}
p.center {
	text-align: center;
}
.small {
	font-size: 15px;
}
.linknostyle {
	font-size: 15px;
	color: #000;
}
.white {  
	font-size: 15px;
	color: #FFF;
}
.marked { 
	font-size: 15px;
	background-color: #000;
}