/* Global properties ======================================================== */
html, body {
	width: 100%;
	padding: 0;
	margin: 0;
	scrollbar-3d-light-color: #FFF;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #FFF;
	scrollbar-dark-shadow-color: #FFF;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
}

body {
	color: #333333;
	min-width: 1020px;
	background: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}
.h0 {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	font-weight: bold;
}


.text-1 {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.text-2 {
	font-weight: bold;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.text-3 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
.h1 {
	font-family: "MS Serif", "New York", serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}
.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
