@charset "UTF-8";
/* CSS Document */

.text-center {
	text-align:center;
}

.text-left {
	text-align:left;
}

.text-right {
	text-align:right;
}

.font-size-down {
	font-size: 85%;
}

.font-bold {
	font-size: 118%;
	line-height: 130%;
	font-weight: 600;
	color: #222222;
}


h1 {
	font-size: 142%;
	font-weight: bold;
	background-color: #CCCCCC;
	border: 1px solid #999;
	background-image: url(_bg_h1.gif);
	background-position: bottom;
	padding: 12px;
	padding-bottom:4px;
	color: #003300;
}
h2 {
	font-size: 136%;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #003300;
	background-color: #E9EEEA;
	padding: 4px;
	padding-bottom:0;
}
h3 {
	font-size: 125%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A0A0A0;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
