.normaltext {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	font-family: Tahoma;

}
.normalbold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-family: Verdana;
	text-decoration: none;

}
.border {
	border: 1pt solid #5d5d5d;
}
.newstext {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma;

}
.normalbold2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-family: Tahoma;
}
.redlarge {
	font-size: 14px;
	font-weight: bold;
	color: #d52d00;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.red {
	font-size: 11px;
	font-weight: bold;
	color: #d52d00;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.gray_hd {
	font-size: 13px;
	font-weight: bold;
	color: #7d7d7d;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.readmore {
	font-size: 11px;
	font-weight: bold;
	color: #014380;
	text-align: justify;
	font-family: Tahoma;
	text-decoration:underline;
}
.readmore:hover {
	font-size: 11px;
	font-weight: bold;
	color: #d52d00;
	text-align: justify;
	font-family: Tahoma;
	text-decoration:none;
}
.product_hd {
	font-size: 14px;
	font-weight: bold;
	color: #043b69;
	text-align: justify;
	font-family: Tahoma;
	text-decoration: none;
}
.combo {
	border: 1pt solid #002d8e;
	background-color:#8dabc3;
	font-family: tahoma;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
}
.textarea {
	border: 1pt solid #002d8e;
	background-color: #8dabc3;
	font-family: tahoma;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}
.textfield {
	border: 1pt solid #002d8e;
	background-color: #8dabc3;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}
.button {
	background-color:#5E88AA;
	border: 1pt solid #000000;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: justify;
	font-family: Verdana;
}
.underconstruction {
	font-size: 35px;
	font-weight: bold;
	color: #d52d00;
	/*text-align: justify;*/
	font-family: Tahoma;
	text-decoration: none;
}