/***********************************************************************************/
/**  SmallBodyText
/***********************************************************************************/
.SmallBodyText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
 }

.SmallBodyText A:link { color: #000  }
.SmallBodyText A:visited { color: #000  }
.SmallBodyText A:hover { text-decoration: underline; color: #000  }
.SmallBodyText A:active { color: #000  }


/***********************************************************************************/
/**  MedBodyText
/***********************************************************************************/
.MedBodyText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000 ;		
 }

.MedBodyText A:link { color: #5d1f75  }
.MedBodyText A:visited { color: #5d1f75  }
.MedBodyText A:hover { text-decoration: underline; color: #5d1f75  }
.MedBodyText A:active { color: #5d1f75  }

/***********************************************************************************/
/**  LargeBodyText
/***********************************************************************************/
.LargeBodyText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000 ;		
 }

.LargeBodyText A:link { color: #000  }
.LargeBodyText A:visited { color: #000  }
.LargeBodyText A:hover { text-decoration: underline; color: #000  }
.LargeBodyText A:active { color: #000  }




/***********************************************************************************/
/**  SmallColoredText
/***********************************************************************************/
.SmallColoredText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AE0409;	
 }

.SmallColoredText A:link { color: #AE0409 }
.SmallColoredText A:visited { color: #AE0409 }
.SmallColoredText A:hover { text-decoration: underline; color: #AE0409 }
.SmallColoredText A:active { color: #AE0409 }


/***********************************************************************************/
/**  MedColoredText
/***********************************************************************************/
.MedColoredText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AE0409;		
 }

.MedColoredText A:link { color: #AE0409 }
.MedColoredText A:visited { color: #AE0409 }
.MedColoredText A:hover { text-decoration: underline; color: #AE0409 }
.MedColoredText A:active { color: #AE0409 }

/***********************************************************************************/
/**  LargeColoredText
/***********************************************************************************/
.LargeColoredText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #AE0409;		
 }

.LargeColoredText A:link { color: #AE0409 }
.LargeColoredText A:visited { color: #AE0409 }
.LargeColoredText A:hover { text-decoration: underline; color: #AE0409 }
.LargeColoredText A:active { color: #AE0409 }





/***********************************************************************************/
/**  SmallErrorText
/***********************************************************************************/
.SmallErrorText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	border-collapse:separate;
 }

.SmallErrorText A:link { color: #CC0033 }
.SmallErrorText A:visited { color: #CC0033 }
.SmallErrorText A:hover { text-decoration: underline; color: #CC0033 }
.SmallErrorText A:active { color: #CC0033 }


/***********************************************************************************/
/**  MedErrorText
/***********************************************************************************/
.MedErrorText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;		
 }

.MedErrorText A:link { color: #CC0033 }
.MedErrorText A:visited { color: #CC0033 }
.MedErrorText A:hover { text-decoration: underline; color: #CC0033 }
.MedErrorText A:active { color: #CC0033 }

/***********************************************************************************/
/**  LargeErrorText
/***********************************************************************************/
.LargeErrorText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0033;		
 }

.LargeErrorText A:link { color: #CC0033 }
.LargeErrorText A:visited { color: #CC0033 }
.LargeErrorText A:hover { text-decoration: underline; color: #CC0033 }
.LargeErrorText A:active { color: #CC0033 }

/***********************************************************************************/
/**  CalendarHeadings
/***********************************************************************************/
.CalendarHeadings
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background-color: #D96F93;
	border: 1px solid #000000;
}

/***********************************************************************************/
/**  CalendarDays
/***********************************************************************************/
.CalendarDays
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/***********************************************************************************/
/**  CalendarDaysOther
/***********************************************************************************/
.CalendarDaysOther
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background-color: #999999;
	border: 1px solid #000000;
}

/***********************************************************************************/
/**  CalendarDaysOther
/***********************************************************************************/
.CalendarDaysEvent
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

/***********************************************************************************/
/**  ColoredCell
/***********************************************************************************/
.ColoredCell
{
	background-color: #DCA8A3;
}

/***********************************************************************************/
/**  Alternate Table Rows
/***********************************************************************************/
.DarkenedCell
{
	background-color: #F1F1F1;
}


