@font-face {
	font-family: "SegoeWP";
	src:url("SegoeWP.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
body{
	font-family:SegoeWP,"Segoe UI","Tahoma","Arial";
	padding:1% 3% 3% 3%;
	font-size:10.5pt;
}
.alert{
	color:#ff3333;
}
table,tr,td{
	font-size:10.5pt;
	/* top right bottom left */
	padding:2px 12px 2px 12px;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#eeeeee;
}