/* CSS Document */

.p_red {
	color:#b40b0f;
}

.p_blue {
	color:#0069aa;
}

.p_orange {
	color:#DE6D11;
}

.p11 {
	font-size:11px;
}

.p14 {
	font-size:14px;
}

.p11b {
	color:#0069aa;
	font-size:11px;
}

.p14b {
	color:#0069aa;
	font-size:14px;
}

.p11r {
	color:#b40b0f;
	font-size:11px;
}

.p14r {
	color:#b40b0f;
	font-size:14px;
}

.p11orange {
	color:#DE6D11;
	font-size:11px;
}

.p14orange {
	color:#DE6D11;
	font-size:14px;
}

ul {
	margin:10px 0 10px 0;
}

li {
	margin-left:30px;
	margin-bottom:5px;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:14px;
}