

@font-face{
font-family: myfont;
src: url('MigMix-2P-regular.eot') format("embedded-opentype"),
url('MigMix-2P-regular.woff') format("woff"),
url('MigMix-2P-regular.ttf') format("truetype");

}


.webfont{
	font-family:myfont, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #336600;
}

.gray10px {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.gray13px {
	font-size: 13px;
	line-height: 16px;
	color: #666666;
}
.gray14px {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.gray17px {
	font-size: 17px;
	line-height: 20px;
	color: #666666;
}

A:link {	
	text-decoration: none;
	color: #008c00;}
A:visited {
	text-decoration: none;
	color: #666666;}
A:hover {	
	color: #ffffff;background-color: #009900;
	}

