
.important{
	color: #021758;
}
a.important{
	color: #f77f00;
}
a.normal{
	font-weight: normal;
}
.bold{
	font-weight: bolder;
}
.hidden{
	display: none;
}
.center{
	margin: 0px auto;
	text-align: center; 
}
.justify{
	text-align: justify;
}

.p_right_10{
	padding-right: 10px;
}
.p_right_20{
	padding-right: 20px;
}
.p_left_0{
	padding-left: 0px;
}

.p_top_25{
	padding-top: 25px;
}
.p_c_10{
	padding-left: 10px;
	padding-right: 10px;
}
.w_100{
	width: 100px;
}
.w_150{
	width: 150px;
}
.w_200{
	width: 200px;
}
.w_300{
	width: 300px;
}
.w_350{
	width: 350px;
}
.w_370{
	width: 370px;
}

.w_400{
	width: 400px;
}
.m_top_10, p.m_top_10{
	margin-top: 10px;
}

.m_top_25, p.m_top_25{
	margin-top: 25px;
}
.m_bottom_5{
	margin-bottom: 5px;
}
.m_bottom_15{
	margin-bottom: 15px;
}
.m_bottom_25{
	margin-bottom: 25px;
}
.m_right_25{
	margin-right: 25px;
}
.m_left_25{
	margin-left: 25px;
}
.m_left_150{
	margin-left: 150px;
}
.no_list{	
	list-style: none;
}
.link{
	padding: 15px 0px 10px;
}
.small{
	font-size: 11px;
}
.grey{
	color: #AAAAAA;
}
.no_border, div.no_border{
	border: none;
}
.border_top{
		background: url(/img/rule.gif) top left repeat-x;
}
.left{
	float: left;
}
.right{
	float: right;
}
.t_right{
	text-align: right;
}
.clear{
	clear: both;
}

address{
	font-style: normal;
	line-height: 22px;
	padding-left: 10px;
}
address strong{
	font-size: 14px;
	margin-bottom: 2px;
}

img.right{
	margin: 10px 0px 10px 20px;
}

img.left{
	margin: 10px 20px 10px 0px;
}
p.center img{
	padding: 10px;
}
#content ul, #content ol {
	padding: 5px 5px 5px 25px;

}

#content div.see ol, #content ul.arrow{
	padding-left:0px;
}
ul ul, ol ol{
	margin: 5px 0px 5px 25px;
}

li{
	line-height: 1.4em;
}
