﻿a, a:active, a:visited {
	color: #A90000;
	text-decoration: none; 
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	color: #63594A;
	text-decoration: none; 
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
}
a.header {
	color: #FFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}
a.header:hover {
	color: #000;
	text-decoration: none; 
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
}
body.index {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	font-size: 10pt;
	color: #000;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background:#000000 url(images/bg.jpg);
}
hr.end {
	height: 1px; 
	width: 100%;
	background-color: #d6d3d6;
	margin: 0 auto 0 0;
	border: 0;
}
td.links {
	text-align: center;
	width: 80px;
}
ul.stars {
	list-style: none;
}
table.blog {
	width: 100%;
	background-color: #b5b6b5;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.subtitles {
	width: 100%;
	border-collapse: collapse;
	background-color: #ad0000;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #fff;
}
table.blog2 {
	width: 100%;
	background-color: #e0e0e0;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}
table.main {
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Sans-Serif;
	color: #000;
	font-size: 9pt;
	font-weight: none;
	width: 900px;
	height: 25px;
	background: url(images/bg_2.png);
}