.tcg_style {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 10px;
	font-weight:bold;

}

body {
	background-color: #828282;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-track-color:#EEEEEE;
	scrollbar-face-color:#CCCCCC;
	scrollbar-base-color:#CCCCCC;
	scrollbar-arrow-color:#666666;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#666666;

	
}


.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 12px;
}

ul {
	margin-left: 15px;
	padding-left: 0px;
}

li {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-decoration:none;

}

li a:link, li a:visited {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-decoration:underline;

}

li a:hover {
	list-style-type: disc;
	list-style-image: url(images/bulletover.gif);
	list-style-position: outside;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#CC3300;
	font-size: 12px;
	text-decoration:underline;

}

li a:active {
	list-style-type: disc;
	list-style-image: url(images/bulletover.gif);
	list-style-position: outside;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:none;

}

.sidetitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 12px;
}

.movedbg {
	background-image: url(images/mainbg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #3A3A3A;
}
.dotted {
	background-image: url(images/dottedlines.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.postoppbar {
	background-color: #EFEFEF;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000000;
}

.postoppbar a:link, .postoppbar a:visited {
	color:#003366;
	text-decoration:none;
}
	
.postoppbar a:hover, .postoppbar a:active {
	color:#0066FF;
	text-decoration:underline;
}
