﻿/* headings */
h1 {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin: 20px 0px 0px 0px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	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: 13px;
	font-weight: normal;
	color: #333;
}

.typeface_02 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
}

.typeface_03 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 15px;
}

.typeface_copy {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
}

/* align */
.justify {
	text-align: justify !important;
}

.left {
	text-align: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}


/* margin */
.top {
	margin-top: 0px !important;
}

.topline {
	margin-top: 10px !important;
}

.afterh {
	margin-top: 30px !important;
}


/* decoration */
.bold {
	font-weight: bold !important;
}

.underline {
	text-decoration : underline !important;
}


/* transform */
.lowercase {
	text-transform: lowercase !important;
}


/*other*/
.dashed {
	border-bottom-style: dashed !important;
	border-bottom-width: 1px !important;
}
