﻿/* ===== selector define ===== */
body {
	margin: 0;
	padding: 0;
}

body, p, td, span, th, caption, div, dl, ul, ol, input {
	font-size: 10pt;
}


a {
	text-decoration: none;
}


/* ===== property define ===== */

.FontSize_10px {
	font-size: 10px;
}

.FontSize_11px {
	font-size: 11px;
}

.FontSize_12px {
	font-size: 12px;
}

.FontSize_13px {
	font-size: 13px;
}

.FontSize_14px {
	font-size: 14px;
}

.FontSize_15px {
	font-size: 15px;
}

.FontSize_20px {
	font-size: 20px;
}

.FontSize_25px {
	font-size: 25px;
}

.FontSize_30px {
	font-size: 30px;
}

.FontSize_35px {
	font-size: 35px;
}

.FontSize_10pt {
	font-size: 10pt;
}

.FontSize_11pt {
	font-size: 11pt;
}

.FontSize_12pt {
	font-size: 12pt;
}

.FontSize_13pt {
	font-size: 13pt;
}

.FontSize_14pt {
	font-size: 14pt;
}

.FontSize_15pt {
	font-size: 15pt;
}

.FontSize_20pt {
	font-size: 20pt;
}

.FontSize_25pt {
	font-size: 25pt;
}

.FontSize_30pt {
	font-size: 30pt;
}

.FontSize_35pt {
	font-size: 35pt;
}

.nodsp {
	display: none;
}


