﻿.txtError
{
	font-size: 12pt;
	text-transform: uppercase;
	color: red;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
}
.txtPage
{
	font-size: 10pt;
	font-family: Tahoma;
	padding-right: 5px;
	padding-left: 5px;
}
.txtLink
{
	font-size: 10pt;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	color: #0066cc;
}
.txtLinkInverse
{
	font-size: 10pt;
	font-family: Tahoma, Arial, Verdana;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #0066cc;
	color: #fff;
}
.txtHeader
{
	font-size: 11pt;
	font-family: 'Arial Black';
	font-weight: bold;
	font-variant: small-caps;
}
.txtButton
{
	font-size: 10pt;
	font-family: Tahoma;
	width: 180px;
}
.txtTableHeader
{
	font-size: 10pt;
	font-family: Tahoma, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	background-color: #99cccc;
}
.txtTableDateColumn
{
	font-size: 10pt;
	font-family: Tahoma;
	text-align: right;
	padding-right: 5px;
}
.txtTableNumberColumn
{
	font-size: 10pt;
	font-family: Tahoma;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.txtTableTextColumn
{
	font-size: 10pt;
	font-family: Tahoma;
	padding-left: 5px;
}
.txtTableText2Column
{
	font-size: 10pt;
	font-family: Tahoma;
	padding-left: 5px;
	text-align: center;
}
.txtTitlePath
{
	padding-left: 5px;
	font-size: 11pt;
	font-family: Tahoma;
	background-color: #99bbbb;
	text-align: center;
	font-weight: bold;
	padding-right: 5px;
	background-image: none;
}
.txtPageLittle
{
	font-size: 6pt;
	font-family: Tahoma, Arial;
	text-align: center;
}
.trStyleColor
{
	color: #ff3300;
}
.title {
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #1677be;
	FONT-FAMILY: Microsoft Sans Serif;
}
.titleMenu {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #1677be;
	FONT-FAMILY: Microsoft Sans Serif;
}
.menua
{
	font-weight: bold;
	font-size: 12px;
	color: #003366;
	font-family: Arial;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 5px;
}
.tower {
	FONT-SIZE: 10px;
	COLOR: white;
	FONT-FAMILY: Microsoft Sans Serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none
}
.txtHeaderEx
{
	background-color:#99BBBB;
	width:70%;
	font-size: 11pt;
	font-family: 'Arial Black';
	font-weight: bold;
	font-variant: small-caps;
	text-align:center;
}

.tableS
{
	border-width:thick;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-spacing:0px;
	border-style:none;
	background-color:#99CCCC;
	width:100%;
}
.rightAlign
{
	text-align:right;
}