@charset "utf-8";
.header {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #010165;
	text-decoration: none;
}
.text {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	color: #828282;
}
.textemp {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
}
.button {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #354566;
	text-decoration: none;
}
.ssttext {
    font-family: Tahoma;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    color: #FF0000;
}