TD.cCopyright {

	font-family: trebuchet ms;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 100px;
	padding-top: 10px;
	padding-bottom: 10px;

}


TD.cMainMenu {
	
	font-family: Trebuchet ms;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

TD.cMainMenu A {
	text-decoration: none;
	color: #ffffff;
}

TD.cMainMenu A:HOVER {
	text-decoration: bold;
	color: #336699;
}

P.cDocPara {
	
	font-family: Trebuchet MS;
	font-size: 10pt;
	
	line-height: 18px;
	
	padding-left: 10px;
	
	
}

P.cDocPara A {
	text-decoration: underline;
	color: #336699;
}

P.cDocPara A:HOVER {
	text-decoration: bold;
	color: red;
}

TABLE.cDocTable {
	
	font-family: ����;
	font-size: 10pt;
	
	background-color: black;
	
}

TABLE.cDocTable TH {
	
	font-weight: bold;
	
	text-align: center;
	
	padding: 10px;
	
	background-color: white;
	
}

TABLE.cDocTable TD {
	
	padding: 10px;
	
	background-color: white;
	
}

UL LI {
	
	font-family: ����;
	font-size: 10pt;
	
	line-height: 20px;
	
	list-style-type: decimal;
	
	margin: 15px;
	
}


DIR LI {
	
	font-family: ����;
	font-size: 9pt;
	font-weight: bold;
	
	list-style-type: upper-roman;
	
	margin-top: 0px;
	margin-bottom: 20px;
	
}

DIR UL LI {
	
	font-family: ����;
	font-size: 9pt;
	font-weight: normal;
	
	list-style-type: decimal;
	
	margin-top: 2px;
	margin-bottom: 5px;
	
}

DIR UL UL LI {
	
	font-family: ����;
	font-size: 9pt;
	font-weight: normal;
	
	list-style-type: upper-alpha;
	
	margin-top: 2px;
	margin-bottom: 5px;
	
}

DIR UL UL UL LI {
	
	font-family: ����;
	font-size: 9pt;
	font-weight: normal;
	
	list-style-type: lower-alpha;
	
	margin-top: 2px;
	margin-bottom: 5px;
	
}

DL DT {
	
	font-family: ����;
	font-size: 11pt;
	font-weight: bold;
	
}

DL DD {
	
	font-family: ����;
	font-size: 10pt;
	
	line-height: 18px;
	
}