/* CSS Document */

.titlem {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin-left: 2px;	
}
.txtm {
	font-size: 9px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	margin-left: 7px;
	margin-right:7px;
	margin-top: 2px;
	margin-bottom: 2px;	
	text-align:justify;	
}
.txtr {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	text-align: right;
	margin-left: 4px;
	margin-right:4px;
	margin-bottom: 20px;	
	
}
.txtb {
	font-size: 10px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: justify;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.txtm a:link {
	text-decoration: none;
	color: #660033;
}
.txtm a:visited {
	text-decoration: none;
	color:#660033;
}
.txtm a:hover {
	text-decoration: underline;
	color: #663366;
}	
.txtr a:link {
	text-decoration: none;
	color: #660033;
}
.txtr a:visited {
	text-decoration: none;
	color:#660033;
}
.txtr a:hover {
	text-decoration: underline;
	color: #663366;
}