﻿body {
}
.Border
{
	border: 1px solid CFCFCF;	
}
.LinkBlue
{
	font-family:Arial;
	font-size:x-small;
	color:#415B98;
	text-decoration: none;
}
.MainTextGray
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
	text-decoration: none;	
	text-align:left;
}
.MainTextGrayB
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
	font-weight:bold;
	text-decoration: none;	
}
.MainTextOrange
{
	font-family:Arial;
	font-size:9pt;
	color:#E17E2F;	
	text-decoration: none;
}
.MainTextOrangeB
{
	font-family:Arial;
	font-size:9pt;
	color:#E17E2F;
	font-weight:bold;
	text-decoration: none;
}
.ErrorMessage
{
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#E17E2F;
	text-decoration: none;
}
.MainTextOrangeLink
{
	font-family:Arial;
	font-size:9pt;
	color:#E17E2F;	
	text-decoration: underline;
}
.MainTextOrangeLinkB
{
	font-family:Arial;
	font-size:x-small;
	color:#E17E2F;
	font-weight:bold;
	text-decoration: underline;
}
.grayborder 
{
	    border: 1px solid CFCFCF;
	    background-color:White;
	    text-align:justify;
	    padding-left:3pt;
	    
}

.MainLink:link 
{
	 COLOR:BLACK;
	 FONT-FAMILY: Arial;
	 FONT-SIZE: 9pt;
	 TEXT-DECORATION: none
}

.MainLink:visited
{
	 COLOR:BLACK; FONT-FAMILY: Arial; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
.MainLink:hover 
{
	 COLOR:#EE7615; FONT-FAMILY: Arial; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
.MainLink:active 
{
	 COLOR:BLACK; FONT-FAMILY: Arial; FONT-SIZE: 9pt; TEXT-DECORATION: none
}
