@charset "utf-8";
/* CSS Document */
.heading
{
	font-family: Tahoma;
	font-size: 18px;
	color: #2FB4C5;
}
.subheading
{
	font-family: Tahoma;
	font-size: 14px;
	color: #2FB4C5;
}
.text
{
	font-family: Tahoma;
	font-size:14px;
	color: #666666;
}
.desc
{
	font-family: Tahoma;
	font-size:14px;
	color: #000000;
	font-stretch: normal;
}

.descblack
{
	font-family: Tahoma;
	font-size:14px;
	color: #000000;
	font-stretch: normal;
}

.item
{
	font-family: Tahoma;
	font-size:14px;
	color: #990000;
	font-weight: bold;	
}

.link
{
	color: #2FB4C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style: normal;
}


