@charset "UTF-8";

body,td,th {
	font-size: 12px;
	color:#CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background_ornament_dark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

a:link {
	text-decoration: underline;
	color:#CCC;
}

a:hover {
	text-decoration: underline;
	color:#666666;
}

.readmore a {
	text-decoration: none;
	color:#FFFFFF;
}

.readmore {
	float:right;
	background-color:#686564;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	
}

h1 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px dotted #000000;
	margin-bottom:10px;
	margin-top:10px
}

.content_cell {
	/*background-color:#ffffff;*/
	/*background-image: url(../images/transparant_20.png);	/*filter:alpha(opacity=20);*/
	/*-moz-opacity:0.2;*/
	/*-khtml-opacity: 0.2;*/
	/*opacity: 0.2;*/

}

.txt_background {
	color:#FFF;
	/*background-image: url(../images/transparant_20.png);*/
}

/* not required for demo */
.maintxt{text-align:left;}

select {
	width:100%;
	background: #dcdcdc;
	border: 1px solid #686564;
	font-size: 12px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
