html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:scroll;
}

body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}

td {
	font-size: 11px;
	font-family: Helvetica CE,Tahoma,Arial,Verdana,Helvetica;
	color:#FFFFFF;
}

a:link {
	color:#aaaaff;
	text-decoration:none;
}
a:visited {  
	color:#AAAAFF;
	text-decoration:none;
}
a:active {
	color:#AAAA99;
	text-decoration:none;
}
a:hover {
	color:#aaaaff;
	text-decoration:underline;
}


td.main {
	background:#242424;
}

.menu {
	background:#242424;
}

.menu_bg {
	background:#242424;
}

.bg {
	background:url(img/bg.jpg) repeat-x top #808080;
}

.banner {
	width:800px;
	height:200px;
}

.left {
	background:#242424;
	width:170px;
	height:100%;
	vertical-align:top;
	padding:5px;
	padding-top:15px;
}

.main {
	width:630px;
	vertical-align:top;
}

.footer {
	padding:15px;
}

.admin_links {
	cursor:pointer;
	color:#0000FF;
	font-weight:bold;
}

.link {
	cursor:pointer;
	font-weight:bold;
	color:#AAAAFF;
}

.article_title {
	font-weight:bold;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:middle;
}

.article {
	padding:15px;
	text-align:justify;
}

.inputtext {
	color:#FFFFFF;
	background:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border: 1px solid #FFFFFF;
}

.button {
	color:#FFFFFF;
	background:#666666;

	border: 1px solid #FFFFFF;
}

.menu {
	background:#333333;
	cursor:pointer;
}

.menu_active {
	background:#666666;
	cursor:pointer;
}

.RLmenu {
	background:#333333;
}

.RLmenu_active {
	background:#666666;
}

.commentH {
	background:#666666;
}

.commentL {
	background:#333333;
}