﻿@charset "utf-8";
/* CSS Document */

<style type="text/css">
.ma-normal {
	font-family: segoe ui, Tahoma;
	font-size: small;
}
.ma-bold {
	font-family: segoe ui, tahoma;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.ma-normal2 {
	font-family: segoe ui, tahoma;
	font-size: small;
	color: #000000;
}
.ma-large {
	font-family: segoe ui, tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.ma-smallbold {
	font-family: segoe ui, tahoma;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}
.ma-hyperlinkcolor {
	font-family: segoe ui, tahoma;
	font-size: small;
	color: #9E0B0E;
	font-weight: normal;
}
</style>
