/* Duel 95 StyleSheet */
/* Developed by L. Gould */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
body {
/* Duel 95.NET Background */ 
	background-color: #FFECDF;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FC3;
}
a:active {
	color: #FF0000;
}
.topbar {
	background: -moz-linear-gradient(top,  rgba(184,184,184,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,184,184,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(184,184,184,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(184,184,184,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#ffffff',GradientType=0 );
}
.maincontent {
	color: #000;
}
.sidebar {
	color: #000;
	text-align:right;
}
.titlebar {
	color: #000;
	text-align:center;
}
.vbar {
	color: #000;
	text-align:center;
}
.footer {
	color:#000;
}
iframe {
	padding: 0px;
	margin: 0px;
}
#navbar {
	width: 1152px;
	height: 45px;
	text-align: center;
}
#sidebar {
	width: 190px;
	height: 500px;
	text-align: center;
}