body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(gfx/bg01.gif);
	background-repeat: repeat;
}

.txt {
	font-size: 12px;
	line-height: 16px;
}
.txtsm {
	font-size: 10px;
	line-height: 14px;
}

A.mainmenu {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
A.mainmenu:link, A.mainmenu:active, A.mainmenu:visited {
	text-decoration: none;
}
A.mainmenu:hover {
	color: #FFCC33;
	text-decoration: none;
}


A.submenu {
	color: #ffcc33;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
A.submenu:link, A.submenu:active, A.submenu:visited {
	text-decoration: none;
}
A.submenu:hover {
	color: #FFF;
	text-decoration: underline;
}

A.txtlink {
	color: #ffcc33;
	text-decoration: none;
}
A.txtlink:link, A.txtlink:active, A.txtlink:visited {
	text-decoration: none;
}
A.txtlink:hover {
	text-decoration: underline;
}

A.footmenu {
	text-decoration: underline;
	color: #fff;
	font-size: 9px;
}
A.footmenu:link, A.footmenu:active, A.footmenu:visited {
	text-decoration: underline;
}
A.footmenu:hover {
	color: #FFCC33;
}




.white {
	color: #fff;
}
.black {
	color: #000;
}
.yellow{
	color: #FFCC33;
}
.green {
	color: #33cc00;
}
.yellowb{
	color: #FFCC33;
	font-weight: bold;
}
.whiteb {
	color: #fff;
	font-weight: bold;
}


h2 {
	font-size: 22px; 
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}


ul {
	list-style-position: outside;
	list-style-type: disc;
}

.floatleft { 
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright { 
	float: right;
	margin: 0px 0px 10px 10px;
}
