/* black */
a, div, table, tr, td, span, p, fieldset {
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	outline: none;
	border: 0px #fff solid;
	margin: auto;
	padding: 0px;
	color: #fff;
}
input, select{
	color: #f00;
	font-family: verdana;
	font-size: 10px;
}
body{
	background-color: #000;
}
#header{
	background-image: url(../img/logocq.png);
	background-repeat: no-repeat;
	width: 540px;
	height: 190px;
}
#active_menu{
	color: #f00;
}
#contentdiv{
	margin-top: 20px;
	width: 500px;
	text-align: justify;
}
.blog{
	margin-top: 20px;
	width: 500px;
	text-align: justify;	
}
.mainlevel{
	font-size: 12px;
	text-transform: uppercase;
}
.mainlevel:hover{
	color: #f00;
}
.contentpaneopen td{
	text-align: justify;
}
table.contentpaneopen{
	width: 500px;
}
table.contentpaneopen p{
	text-align: justify;
}
.contentheading{
	width: 400px;
	text-align: left;
	color: #f00;
}
.buttonheading{
	width: 30px;
	display: inline;
}
.buttonheading img{
	border: 0px;
}
.createdate{
	
}