/* CSS Document */
.btn
{
font-family: Arial;
font-size:12px;
color: #333333;
font-weight:bold;
text-decoration: underline;
}
a.btn:hover
{
font-family:Arial;
font-size:12px;
color: #A13B3F;
font-weight:bold;
text-decoration: underline;
}
.link
{
font-family: Verdana;
font-size:12px;
color: #3D71AF;
font-weight:bold;
text-decoration:none;
}
a.link:hover
{
font-family:Verdana;
font-size:12px;
color: #CA190D;
font-weight:bold;
text-decoration: none;
}
.btn2
{
font-family: Verdana;
font-size:12px;
color: #000000;
text-decoration:none;
}
a.btn2:hover
{
font-family:Verdana;
font-size:12px;
color: #000000;
text-decoration: underline;
}
.special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #546685;
	text-decoration: underline;
	padding-left: 20px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
}

.bold-text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4D5E79;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 19px;
	text-align: justify;
}
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
}
.ho-bol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #236AAC;
	text-decoration: none;
}
