/*****************************************************************************/
/* Links *********************************************************************/
/*****************************************************************************/
a
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #9B9B9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, sans-serif, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #7C7C7C;	
	text-decoration: underline;
}
a.RightMenu
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #F1F1F1;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
}
a.RightMenu:hover
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #7C7C7C;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
}

a.RightMenuOff
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #555555;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: default;
}

a.RightMenuOff:hover
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #555555;
	font-size: 14px;
	/*font-weight: bold;*/
	text-decoration: none;
	cursor: default;
}
/*****************************************************************************/
/* [END] Links ***************************************************************/
/*****************************************************************************/

/*****************************************************************************/
/* Font **********************************************************************/
/*****************************************************************************/
.MainFontSize1
{
    font-family: Arial, sans-serif, "Times New Roman";	 
    font-size:11px;
	color: #474747;
}
.MainFontSize2
{
    font-family: Arial, sans-serif, "Times New Roman";	 
    font-size:14px;
	 color: #474747;
}
.MainFontSize2.MainFontSize2White
{
	color: White;
}
.LinkFontSize1
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #9B9B9B;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.LinkFontSize2
{
	font-family: Arial, sans-serif, "Times New Roman";
	color: #9B9B9B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.ErrorFontSize1
{
    font-family: Arial, sans-serif, "Times New Roman";	 
    font-size:11px;
	color: Red;
}
.HighlightStyle
{
	background: #F0E68C;
	font-weight: bold;
}
/*****************************************************************************/
/* [END] Font ****************************************************************/
/*****************************************************************************/



