﻿#module  p{
	color: #111;
	text-align: justify;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10pt;
	font-family:arial;
	margin-top:0px;
	margin-left:0px;
}
#module  p table{
border-collapse: collapse;
border:1px solid #069;
}
#module div{
	color: #111;
	text-align: justify;
	padding-top: 4px;
	padding-left: 4px;
	font-weight: normal;
	font-size: 10pt;
	font-family:arial;
}
#module ul{
	font-weight: normal;
	font-size: 10pt;
	font-family:arial;
	color: #111;
	list-style-image:url(images/arrow.png);
}
#module ul li{
	line-height:20px;
	}
.mTitle{
font-family:arial;
color:#006699;
font-weight:bold;
font-size:10pt;
margin-top:10px;
margin-bottom:6px;
}
.mSubTitle1{
font-family:arial;
color:#f60;
font-weight:bold;
font-size:8pt;

}
.mSubTitle2{
font-family:arial;
color:#333;
font-weight:bold;
font-size:8pt;
}
.mRed{color:red;}
.mGreen{color:green;}
.mBlue{color:blue;}
.mCenter{text-align:center;}
.mRight{text-align:right;}
.mJustify{text-align:justify;}
.mLeft{text-align:left;}
.mBold{font-weight:bold;}
.mItalic{font-style: italic;}