a:link {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #F7F7F7;
	text-decoration: underline;
}
a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.whitetext {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.botbrd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B0000;
}
.rightbrd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #45030F;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #45030F;
}
.text {
	
	font-size: 12px;
	color: #333333;
	text-align: left;
}
h4 {
	
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
.dottedline {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
.dottedlinered {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.title_orange {
	
	font-size: 12px;
	font-weight: bold;
	color: #CD5202;
}
.bglogo {
	background-image: url(images/bglogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
