.forum {
	margin-bottom: 15px;
	width: 95%;
}
 
.forum h1 {
	color: #C1111E;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	text-align: left;
}
 
 
.forum h2 {
	color: #C1111E;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
 
.forum h3 {
	color: #333;
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 10px;
}
 
.forum p {
	margin-bottom: 17px;
}
 
.forum table {
	border: 1px solid #C1111E;
	margin: 10px;
	margin-top: 0;
}
 
.forum table th {
	background-color: #C1111E;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;	
}
 
.forum table td {
	border-bottom: 1px dashed #e0e0e0;
	border-right: 1px dashed #e0e0e0;
	padding: 3px;	
}
 
.forum a,  .forum a:visited {
	color: #C1111E;
	text-decoration: underline;
}

.forum a h3,  .forum a:visited h3 {
	color: #C1111E;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

.forum .bottom {
	background-color: #C1111E;
	color: white;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	padding-left: 8px;
	overflow: hidden;
	margin-top: 10px;
	clear: both;
	width: 100%;
}


.forum .bottom a, .forum .bottom a:visited {
	color: white;
	text-decoration: underline;
	border: none;
}

.forum .bottom a img {
	border: none;
	cursor: pointer;
}


