@font-face {
    font-family: "balth";
    src: url(https://www.ricardolapin.com/css/balth.ttf);
}
@font-face {
    font-family: "balthIE";
    src: url(https://www.ricardolapin.com/css/balth.eot);
}
.RegularText1
{
	font-size: 14px;
	color: black;
	font-weight: normal;
	
}
.RegularText
{
	font-size: 14px;
	color: gray;
	font-weight: normal;
	font-family: Comic Sans MS;	
}
.RegularText2
{
	font-size: 14px;
	color: #984806;
	font-weight: normal;
}
.HeadLine1
{
	color: black;
	font-weight: bold;
	font-size: 16px;
}
.HeadLine2
{
	color: gray;
	font-weight: bold;
	font-size: 16px;
}
.HeadLine3
{
	color: #732c2c;
	font-size: 30px;
	font-family: balth, balthIE;
}
.HeadLine_Underline
{
	color: #6E6E6E;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.HeadLine_Underline2
{
	color: #ff8533;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
}
.HeadLine_Underline3
{
	color: #ff8533;
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
}
.LineHeight1
{
	line-height: 100%
}
.LineHeight2
{
	line-height: 150%
}
.LineHeight3
{
	line-height: 200%
}
