
	body { background: black;
		color: white;
		font-family: Verdana;
		font-size: 8pt;
		margin: 0px;
	}

	a:link, a:visited { color: #1C86EE;
		text-decoration: none;
	}

	a:hover { color: 70DBDB;
		text-decoration: underline;
	}

	form { margin: 0; }

	h1, h2, h3, h4, h5, h6 { color: Orange; }

	hr { color: black;
		height: 1px;
	}

	td { font-size: 8pt; }

	th { color: black;
		font-size: 8pt;
		border-bottom: 1px solid #999999;
	}

	input { background: #14191D;
		color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		border: 1px solid white;
	}

	button { background: #14191D;
		color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		border: 1px solid Black;
	}

	select { background: #14191D;
		color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		border: 1px solid Black;
	}

	textarea { background: #14191D;
		color: #FFFFFF;
		font-family: Verdana;
		font-size: 8pt;
		border: 1px solid Black;
	}





	.button { background: url('image/link_bg.gif') no-repeat top left;
		font-weight: bold;
		height: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 7px;
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0
	}

	.button:hover { background: url('image/link_bg.gif') no-repeat top left;
		font-weight: bold;
		height: 25px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 6px;
		padding-bottom: 7px;
		text-decoration: none;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5
	}
	
	.content { padding-left: 25px;
		padding-right: 25px;
	}

	.copyright { background: yellow; }

	.highlight img { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		-moz-opacity: 0.7;
	}

	.highlight:hover img { filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
	}

	.link { font-weight: bold;
		height: 25px;
		text-decoration: none;
	}

	.link a:link, .link a:visited { color: black;
		text-decoration: none;
	}

	.link a:hover { color: black;
		text-decoration: none;
	}

	.top-right { background: black;
		border: 1px solid #363B3E;
	}

	.detail { font-size: 8pt;
		font-family: Verdana;
		border-bottom: 1px solid Black;
		padding-right: 10px;
		padding-left: 10px;
	}

	.text { font-size: 8pt;
		font-family: Verdana;
	}

	.top-bar { background: black;
		position: absolute;
		top: 0;
		left: 0;
		font-weight: bold;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid black;
	}

	.top-bar-user { background: black;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		border-bottom: 1px solid black;
	}

	.top-nav { background: #42C0FB;
		border-top: 1px solid black;
	}

	.box { background: black;
		border: 1px solid #42C0FB;
		padding: 2px;
	}
	
	.cat { background: #212121;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #000000;
		border-top: none;
	}

	.cathead { background: #101113;
		padding-left: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #000000;
	}

	.row1 { background: black; }

	.row2 { background: black; }