@charset "utf-8";
.dotted_all {
	border: thin dashed #CCCCCC;
}
.text_align_left {
	text-align: left;
}
.text_align_right {
	text-align: right;
}
.text_align_center {
	text-align: center;
}

.size_10 {
	font-size: 10px;
}
.size_12 {
	font-size: 12px;
}
.size_14 {
	font-size: 14px;
}
.size_16 {
	font-size: 16px;
}
.size_18 {
	font-size: 18px;
}
.size_20 {
	font-size: 20px;
}
.size_24 {
	font-size: 24px;
}
.size_28 {
	font-size: 28px;
}
.size_36 {
	font-size: 36px;
}
.size_48 {
	font-size: 48px;
}
.size_72 {
	font-size: 72px;
}
.bold {
	font-weight: bold;
}
.italics {
	font-weight: normal;
	font-style: italic;
}
.normal {
	font-weight: normal;
}
.footer {
	font-size: x-small;
	text-align: center;
}
.uppercase {
	text-transform: uppercase;
}
.buc24 {
	font-size: 24;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.buc36 {
	font-size: 36;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.buc48 {
	font-size: 48;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
