﻿.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-align: center;
	background-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.TextL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 0px;
	margin-left: 5px;
	text-decoration: none;
}

.TextR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	background-color: #000000;
	border-style: none;
	border-width: 0;
	padding: 0px;
	margin-right: 5px;
	text-decoration: none;
}