
.article-bold-font
{
	font-weight:bold;	
	line-height:20px;
}

.article-normal-font
{
	line-height:15px;
}


.product-bold-font
{
	font-weight:bold;	
	line-height:20px;
}

.product-normal-font
{
	line-height:15px;
}

.product-brochure-font
{
	/*color:#61AAE2;*/
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
}


.inner-content-bold-font
{
	color:#2B2E54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:25px;
}

.inner-content-normal-font
{
	color:#2B2E54;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:20px;
}


/* Contact form */

.star
{ 
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold; 
	color:#FF0000;
}

.black
{ 
	font-family:Verdana; 
	font-size:10px; 
	text-decoration:none; 
	color:#2B2E54; 
	line-height:15px; 
	text-align:justify;
}

.contact-input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:14px;
	width:200px;
	border:solid .2pt #2B2E54;
}

.check-inputbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:solid .1pt #2B2E54;
	height: 20px;
	text-align: left;
}

.contact-textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:solid .1pt #2B2E54;
	height: 45px;
	width:200px;
	text-align: left;
}

.contact-submit 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:20px;
	width:70px;
	border:solid .2pt #2B2E54;
	background:transparent;
}

.contact-mail-text 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

