﻿@import url('fa_layout.css');
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #00CCCC;
}
p {
	font-size: 13px;
	color: #666666;
	line-height: 150%;
}
.p1 {
	font-size: 13px;
	color: #00CCCC;
}
.p2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.p3 {
	font-size: 12px;
	color: #00CCCC;
	font-weight: bold;
}
.p3 a {
	color: #00CCCC;
}
.p4 {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
}
.p5 {
	font-size: 11px;
	color: #999999;
}
.p6 {
	font-size: 12px;
}
.center {
	text-align: center;
}
.hr {
	margin: 0px;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #C0C0C0;
	line-height: 1px;
}

