body {
	margin: 0px;
	padding: 0px;
	}

a {
	color: #990000;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	}

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

.a1 { cursor: pointer; }

.maintext {
	vertical-align: top;
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	line-height: 13px;
	}

.stat {
	padding-left: 19px;
	color: #990000;
	font-size: 11px;
	border-bottom: 1px solid #dadada;
	}

.title {
	text-align: center;
	padding: 4px 0 4px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #f1f1f1;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	}


/* LEFT MENU */
.headerbar {
	padding: 4px 0 4px 10px;
	margin: 0px 0px 10px 0px;
	background-color: #6c0000;
	color: #f1f1f1;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	}

.arrowlistmenu {
	background-color: #f1f1f1;
	}

.arrowlistmenu ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 25px;
	list-style-type: none;
	}

.arrowlistmenu ul li {
	padding: 0px;
	padding-bottom: 2px;
	margin: 0px;
	font-family: tahoma;
	font-size: 12px;
	}

.arrowlistmenu ul li a {
	padding: 2px;
	padding-left: 19px;
	color: #444444;
	font-size: 90%;
	display: block;
	border-bottom: 1px solid #dadada;
	}
/* LEFT MENU - end */


/* FOOTER */
.footer_menu {
	color: #6c0000;
	font-size: 11px;
	cursor: pointer;
	}
/* FOOTER - end */


/* SEARCH */
.search_style {
	text-align: right;
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	}
/* SEARCH - end */


.last {
	text-align: left;
	color: #333333;
	font-family: tahoma;
	font-size: 11px;
	line-height: 17px;
	}

.t1 {
	width: 100%;
	background: none;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	display: block;
	cursor: pointer;
	}

.t1:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	}

.td1 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	}

.td2 {
	padding: 2px;
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #cccccc;
	}

.td2:focus { background-color: #f1f1f1; }
