body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	margin: 12px;
}
.tl {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
}
.tr {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
}
.home-l {
	background-image: url(images/home-l.gif);
	background-repeat: no-repeat;
}
.home-r {
	background-image: url(images/home-r.gif);
	background-repeat: no-repeat;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
.body-l {
	background-image: url(images/body_left.gif);
	background-repeat: repeat-y;
}
.body-r {
	background-image: url(images/body_right.gif);
	background-repeat: repeat-y;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000012;
}
.cr-left {
	background-image: url(images/cr_left.gif);
	background-repeat: repeat-y;
}
.cr-right {
	background-image: url(images/cr_right.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0px ;
	margin-bottom: 0px ;
	margin-right: 0px ;
	margin-top: 0px ;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
a.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.maintext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
a.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #999999;
}
a.copyright:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #999999;
}
.anchor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #66FFFF;
}
a.anchor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #66FFFF;
	text-decoration: none;
}
a.anchor:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #66FFFF;
	text-decoration: underline;
}
.iLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
a.iLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}
a.iLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
a.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}
a.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}
.player-bg {
	background-image: url(images/player-bg.png);
	background-repeat: no-repeat;
}
.speakerL {
	background-image: url(images/speaker.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.speakerR {
	background-image: url(images/speaker.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.mailinglist {
	background-image:url(images/mailinglist-bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000012;
	background-repeat: no-repeat;
	background-position: center center;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: ;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	-moz-border-radius: 3px 3px 3px 3px;
