@charset "utf-8";
/* CSS Document */

.whiteline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}
.dotline
 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.yellowdotline
 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD951D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #D8911C;
}
.browndotline
 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6955B;
}
