.text{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #240a02;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #240a02;
	text-decoration:underline;
}

.text a:hover {
	color: #dad8c7;
	background-color: #e44d1d;
	text-decoration:underline;
}


.title{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #e44d1d;
	text-decoration:none;
	font-weight: bold;
}


.title a:link, .title a:visited, .title a:active{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	color: #e44d1d;
	text-decoration:none;
	font-weight: bold;
}

.title a:hover {
	color: #e44d1d;
	text-decoration: underline;
	font-weight: bold;
}

.highlight {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dcdbc9;
	background-color: #240a02;
}

.tables {
	border-style: solid; 
    border-width: 0 0 1px 1px;
	border-color: #7d774c;
	border-style: dashed; 
} 

.tables th, .tables td {
	border-style: solid; 
    border-width: 1px 1px 0 0;
	border-color: #7d774c;
	border-style: dashed; 
} 
