.table1 {

filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
-khtml-opacity:0.5;
border:0px white ridge;

}

.body1 {
	margin-top: 10%;
	background:#100B03 url(images/bkg2a.gif) no-repeat fixed center;;
}

.toolbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D7CFBE;
}

a.toolbar:link {
	color: #D7CFBE;
	text-decoration: none;
}
a.toolbar:visited {
	color: #D7CFBE;
	text-decoration: none;
}
a.toolbar:hover {
	color: #999999;
	text-decoration: underline;
}
a.toolbar:active {
	color: #D7CFBE;
	text-decoration: none;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #D7CFBE;
}

a.content:link {
	color: #D7CFBE;
	text-decoration: none;
}
a.content:visited {
	color: #D7CFBE;
	text-decoration: none;
}
a.content:hover {
	color: #D7CFBE;
	text-decoration: underline;
}
a.content:active {
	color: #FF0000;
	text-decoration: none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #D7CFBE;
}



table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: hidden hidden hidden hidden;
	border-color: #0D0902;
	border-collapse: collapse;
	background-color: #0D0902;
}
table.sample th {
	border-width: thin thin thin thin;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #D7CFBE;
	background-color: #0D0902;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: thin thin thin thin;
	padding: 20px 20px 20px 20px;
	border-style: dotted dotted dotted dotted;
	border-color: #D7CFBE;
	background-color: #0D0902;
	-moz-border-radius: 0px 0px 0px 0px;
}
