@charset "utf-8";
/* CSS Document */
font, .text{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
}
.smalltext{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 7.5pt;
}
.bigtext{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 8.5pt;
	color:#333333;
	font-weight:800;
}
h1, h2, h3, h4, h5{
	padding:0;
	margin:0;
}
.h5{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 9pt;
	font-weight:800;
}
.h3{
	font-family : "Tahoma", Ms Sans Serif, Thonburi;
	font-size : 14pt;
}
.bold{
	font-weight:800;
}
.darkgreen{
	color:#626552;
}
.white{
	color:#fff;
}
.gray{
	color:#7d7d7d;
}
.black{
	color:#2d2d2d;
}
.red{
     color:#990000;
}
.blue{
	color:#00a3ff;
}
