@charset "utf-8";
.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D6D6D6;
}

.txt_standard {
	font-size: 14px;
	font-family: Tahoma;
	font-weight: normal;
	color: #333;
	text-align: left;
}


.txt_small {
	font-size: 12px;
	color: #333;
	font-family: Tahoma;
	font-weight: normal;
}

a.hyperlink:link 		{
	font-family: Tahoma;
	font-size: 12px;
	color: #3CA7E8;
	text-decoration: none;
	font-style: normal;
}

a.hyperlink:visited		{
	font-family: Tahoma;
	font-size: 12px;
	color: #3CA7E8;
	text-decoration: none;
	font-style: normal;
}

a.hyperlink:active		{
	font-family: Tahoma;
	font-size: 12px;
	color: #694111;
	text-decoration: none;
	font-style: normal;
}

a.hyperlink:hover		{
	font-family: Tahoma;
	font-size: 12px;
	color: #694111;
	text-decoration: none;
	font-style: normal;
}



a.menu:link 		{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a.menu:visited		{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-style: normal;
}

a.menu:active		{
	font-family: Tahoma;
	font-size: 14px;
	color: #A99538;
	text-decoration: none;
	font-style: normal;
}

a.menu:hover		{
	font-family: Tahoma;
	font-size: 14px;
	color: #A99538;
	text-decoration: none;
	font-style: normal;
}



.txt_heading {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #666;
	text-align: left;
}
