@charset "UTF-8";
body {
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#000000;
}

/*************************************************** Basic ***************************************************/
*{
	font-size:14px;
}
H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 19pt;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2pt solid #000000;
}
H2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 17pt;
	font-weight:bold;
	text-decoration: none;
}
H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15pt;
	font-weight:bold;
	text-decoration: none;
}
.textBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14pt;
	font-weight:bold;
	text-decoration: none;
}
