/*---- for class -------------*/

.large {
    font-size: 135%;
    line-height: 125%;
}
.midium {
    font-size: 115%;
    line-height: 150%;
}
.small {
	font-size: 85%;
}
.small_m {
	font-size: small;
    font-weight: normal;
}
.small_h {
	font-size: xx-small;
}
.small_h30 {
	font-size: 30%;
}
.box_org {
	border: 1px solid #DAA520;
}
.note {
	margin: 0;
	padding: 0;
	margin-right: 3em;
	margin-bottom: 0.5em;
	text-align: right;
	font-size: 90%;
}
.text{
    margin-left: 2.5em;
	margin-right: 2.5em;
	margin-bottom: 0.5em;
    text-indent: 1.0em;
    text-align: left;
}
.text_indent{
    margin-left: 5.0em;
	margin-right: 2.5em;
	margin-bottom: 0.5em;
    text-align: left;
}
.text_indent_80 {
    margin-left: 8.0em;
	margin-right: 3.0em;
	margin-bottom: 0.5em;
    text-align: left;
}
.text_indent_80_2 {
    margin-left: 11.0em;
	margin-right: 3.0em;
	margin-bottom: 0.5em;
    text-align: left;
    text-indent: -3.0em;
}
.padding_5 {
   padding-left: 5.0em;
	margin-right: 3.0em;
	margin-bottom: 0.5em;
    text-align: left;
}
.padding_8 {
   padding-left: 8.0em;
	margin-right: 3.0em;
	margin-bottom: 0.5em;
    text-align: left;
}
.padding_15 {
   padding-left: 15.0em;
	margin-right: 3.0em;
	margin-bottom: 0.5em;
    text-align: left;
}
.indent {
	margin-left: 2.5em;
}
.photo_txt {
	float: left;
	margin: 3px 3px 3px 3px;
}
.imgbox_right {
	float: right;
	font-size: 90%;
	margin: 0.5em 10px 0.5em 5px;
}
.imgbox_left {
	float: left;
	font-size: 90%;
	margin: 0.5em 10px 0.5em 1.0em;
}
.imgbox {
	font-size: 90%;
	margin: 0.5em 10px 0.5em 1.0em;
	padding-bottom: 0.5em;
}
.textbox {
	margin: 0.5em 10px 0.5em 1.0em;
	border: 1px solid #BC8F8F;
	padding: 0.8em;
}
.clear_float {
	clear: both;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.just {
	text-align: justify;
}
.red {
    color: red;
}
.green {
	color: #228b22;
}
.add_back {
	background-image: url(../images/back_menu_bar_orange.html);
}
.color_pgreen {
	color: #99ff66;
}
.color_porange {
	color: #ffd9b2;
}
.color_pblue {
	color: #95dbff;
}
.color_pyellow {
	color: #ffdf5b;
}
.color_pgreen2 {
	color: #91d56e;
}
.color_gold {
	color: #ffcc00;
}
.color_purple {
	color: #cc99ff;
}