body, td, li {
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: #000000;
}

body {
	background-color: #ffffff;
}
table {
	table-layout: fixed;
}
form {
	margin: 0px;
	padding: 0px;
}

.bcaption { color: maroon; font-size: 9pt; font-family: Arial; }
.colored { color: maroon; font-size: 8pt; font-family: Verdana; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

a { color: #0000cc; text-decoration: none; }
a:hover { color: #0000cc; }

a.menu { color: #000000; text-decoration: none; }
a.menu:hover { color: #000000; text-decoration: none; }

a.act { color: #ff0000; text-decoration: none; }
a.act:hover { color: #ff0000; text-decoration: none; }

a.page { color: #800000;  text-decoration: none; }
a.page:hover { color: #800000;  text-decoration: none; }

input,select { font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: #000000; }
input.btn { font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: #000000; background-color: #c0c0c0; width:200px; }
input.btn2 { font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: #000000; background-color: #c0c0c0; }
input.btn3 { font-family: Verdana, Tahoma, Arial; font-size: 8pt; color: #000000; background-color: #c0c0c0; width:250px; }
input.button { border: black 1px solid; font-size: 8pt; background: #e4e4e4; color: #000000; font-weight: bold; }

.sub { font-size: 10pt; }
.title_sub { color: #000000; font-family: Arial, Verdana; font-size: 11pt; font-weight: bold; }
.title { color: #800000; }
.title_big_color { color: #800000; font-family: Arial, Verdana; font-size: 12pt; font-weight: bold; }
.title_big { color: #000000; font-family: Arial, Verdana; font-size: 12pt; font-weight: bold; }
.title_small_color { color: #800000; font-family: Arial, Verdana; font-size: 11pt; font-weight: bold; }
.title_index { color: #0000ff; font-family: Arial, Verdana; text-align: center; }

li.row1 { background-color: #f0f0f0; }

div.line_bottom {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #808080;
}
div.line_top {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #808080;
}
