body, td, p, input, select {
	font-family: Arial;
	font-size: 13px;
}

a.red {
	color: #CC0000;
	text-decoration: none;
}

a.red:hover {
	color: red;
	text-decoration: underline;
}

.fw {
	width: 100%;
}

a {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

div.dot {
	width: 100%;
	height: 1px;
	background-image: url(/images/dot.gif);
	margin: 7px 0px 7px 0px;
}

.new_date {
	color: white;
	font-weight: bold;
}

a.new_anounce {
	color: white;
	text-decoration: none;
}

a.new_anounce:hover {
	color: white;
	text-decoration: underline;
}

.new {
	margin-bottom: 10px;
}

.new_date2 {
	color: black;
	font-weight: bold;
}

a.new_title2 {
	color: #CC0000;
	font-weight: bold;
}

a.new_title2:hover {
	color: red;
	font-weight: bold;
}

a.new_anounce2 {
	color: black;
	text-decoration: none;
}

a.new_anounce2:hover {
	color: black;
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

table.tbl {
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
}

table.tbl tr {
	border: none;
}

table.tbl th {
	font-size: 8pt;
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
	text-align: center;
	padding: 2px;
}

table.tbl td {
	border-width: 1px;
	border-color: #5D5D5D;
	border-collapse: collapse;
	border-style: solid;
}

table.std td {
	border: none;
}

h2 {
	color: #CC0000;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
}

.btn {
	background-color: #CC0000;
	color: white;
	border: 1px solid #808080;
}

.capt {
	font-weight: bold;
}

.fld {
	width: 100%;
}

.error {
	color: red;
}

a.sitepath {
	color: black;
	font-size: 11px;
}

a.sitepath:hover {
	color: red;
	text-decoration: none;
}

.small {
	font-size: 11px;
}

h1 {
	color: #CC0000;
	font-size: 16px;
}
