hr {
	width:95%;
}
td.i {
	padding:2px;
	font-size:8pt;
}
td.x {
	padding:2px;
}
td.h {
	padding:2px;
	font-weight:bold;
}
input.x {
	border-width: 1px;
	background:#CCC;
}
select {
	border-width:1px;
}
input.text {
	border:1px solid #000;
	padding: 2px;
}
textarea {
	font-family: verdana;
	font-size:9pt;
	padding:2px;
	background:#FFF;
	border:1px solid #000;
}
.bar {
	font-size:10pt;
	border: 2px solid #FFF;
	/*clear: both;*/
	margin: 0px 0px 8px 0px;
	/*width: 870px;*/
	padding: 5px;
	background-color:#2D2D2D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.title {
	padding:5px;
	margin: 0 0 10px 0;
	font-size:13pt;
	font-weight:bold;
	text-align:center;
}
.main {
        border: 2px solid #FFF;
        padding:10px;
        /*width: 700px;*/
        background-color:#2D2D2D;
        font-size:10pt;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align:left;
}

.tl {
	/*background: url(../img/tl.gif) 10px 10px no-repeat;*/
}
body {
	font-family: verdana;
	font-size: 11pt;
	background-color: black;
	color: #FFF;
}
a:link {
	color: orange;
	text-decoration: none;
}
a:visited {
	color: orange;
	text-decoration: none;
}
a:active {
	color: orange;
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: none;
}
body {
	background-color: black;
}

