﻿/* headings */
h1 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 10px 0px;
}


/* text */
.typeface_01 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333;
}

.typeface_02 {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333;
}

.typeface_03 {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333;
}

.typeface_copy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}


/* align, decoration, transform */
.top {
	margin-top: 0px !important;
}

.justify {
	text-align: justify !important;
}

.center {
	text-align: center !important;
}

.bold {
	font-weight: bold !important;
}

.underline {
	text-decoration : underline !important;
}

.dashed {
	border-bottom-style: dashed !important;
	border-bottom-width: 1px !important;
}
