@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFFFFF;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
a:visited {
	color: #FFFFFF;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
a:hover {
	color: #FFFFFF;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}
a:active {
	color: #FFFFFF;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}
.sub a:link {
	color: #000000;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
.sub a:visited {
	color: #000000;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
.sub a:hover {
	color: #000000;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}

.sub a:active {
	color: #000000;
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}

.sub #padding {
	padding: 5px;
	vertical-align: top;
}
.padding {
	padding: 5px;
}


.block a:link {
	color: rgb(36, 147, 59);
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
.block a:visited {
	color: rgb(36, 147, 59);
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : none;
}
.block a:hover {
	color: rgb(36, 147, 59);
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}

.block a:active {
	color: rgb(36, 147, 59);
	font-size : 12px;
	font-family : Tahoma;
	text-decoration : underline;
}

.faq a:link {
	text-decoration : none;
	line-height:20px;
	color:#333333;
	font-size:13px;
}
.faq a:visited {
	text-decoration : none;
	line-height:20px;
	color:#333333;
	font-size:13px;
}
.faq a:hover {
	text-decoration : none;
	line-height:20px;
	color:#333333;
	font-size:13px;
}

.faq a:active {
	text-decoration : none;
	line-height:20px;
	color:#333333;
	font-size:13px;
}