.p {
	font-size: 96%;
	line-height: 125%;
}
.border-orange {
	border: 1px solid #CC6600;
}
.f-12px {
	font-size: 12px;
}
.f-10px {
	font-size: 10px;
}
a {
	text-decoration: none;
	color: #0000CC;

}
a:hover {
	text-decoration: underline;
}
.border-red {
	border: 1px solid #990000;
}
.border-blue {
	border: 1px solid #003366;
}
.boder-gray {
	border: 1px solid #999999;
}
.border-yellow {
	border: 1px solid #FFCC66;
}
.f-green {
	color: #006633;
}
.f-red {
	color: #990000;
}
.f-yellow {
	color: #FF9966;
}
h1 {
	font-size: 12px;
	font-weight: normal;

}
.f-blue {
	color: #003366;
}
strong {
	font-weight: normal;
}
.border-green {
	border: 1px solid #336666;
}
.f-orange {
	color: #CC6600;
}
.hr-dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.f12px {
	font-size: 12px;
}
