
A
{ 
	font-family: Verdana, Arial, 'Times New Roman';
	color:#58595B;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: #cc0000;
	text-decoration: underline;
}

.BackgroundGrey
{
	background:#F1F1F1;
}

.BackgroundWhite
{
	background:#FFFFFF;
}

.BackgroungGreyMenuModule
{
	background:#F0F0F0;
}

.headersRed
{
	margin-left: 37px;
	margin-top: 0px;
	margin-bottom: 14px;
	text-align:left;
	font-size: 13pt;
	font-weight: normal;
	font-family: Verdana, Arial, 'Times New Roman';
	color: #BE2225;
}

.TextGrey
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#58595B;
}

.TextBoldGrey
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#58595B;
}

.TextBoldBlack
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#000000;
}

.TextBlack
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#000000;
}

.TextGreyBlock
{
	color: #58595B;
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align:justify;
	text-indent: 0px;
	margin-left: 70px;
	margin-right: 0px;
	margin-top: 0px;
	
	margin-bottom: 10px;
}

.TextInCell
{
	color: #58595B;
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align:justify;
	
}

.PageContentCell
{
	padding-left: 20px;
	padding-right: 15px
}

.MenuModuleCell
{

}

.GreyTabBackground
{
	background: #808080;
}

.RedTabBackground
{
	background: #D71920;
}
.TabGrey
{
	background: #808080;
	width: 140px;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align:left;
	
}

.TabRed
{
	background: #D71920;
	padding-right: 30px;
	color: white;
	font-size: 9pt;
	font-weight: bold;
	font-family: Verdana, Arial, 'Times New Roman';
	text-align:left;
	
}

.TextInGreyTab
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#58595B;
	padding: 5px;
}

.TextInRedTab
{
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#FFFFFF;
	padding: 5px;
}

.TextMoreRed
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, 'Times New Roman';
	color: #D71920;
	text-decoration: none;
}

.TextSuccess
{
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
	font-family: Verdana, Arial, 'Times New Roman';
	color:#58595B;
  
}

.TextError
{
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, 'Times New Roman';
	color: #D71920;
	text-decoration: none;
}

Body
{
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 background: #DEDEDE;

}

.Form
{
	background: #F1F1F1;
	border-width: 1px;
	border-color: #B4B4B4;
	color: #58595B;
	font-size: 8pt;
	font-family:Verdana;
}

.Footer
{
	color: #393939;
	font-size: 8pt;
	font-family: Verdana, Arial, 'Times New Roman';
	background-image: url('../images/backgroundFooter.gif'); 
	background-position: top; 
	background-repeat: repeat-x;
	
}