﻿/*Please remember not to delete colon(s) ":" or semi-colon(s) ";" */
/*  The "Body" class is for formatting the message content.  */
/*					 */
/* Font-family default is Arial.  You can change the default to reflect your public sites default font. */
/* background-color default is White.  You can change the default to reflect your public sites default. */
/* font-size default is 10pt.  You can change the default to reflect your public sites default. */
/* color is black You can change the default to reflect your public sites default. */

.Body
{ font-family: Arial;
  background-color: White;
  font-size: 10pt;
  color: Black;
  
}



/*  The "Warning" class is for formatting the "Error Message" content.  */
/*					 */
/* Font-family default is Arial.  You can change the default to reflect your public sites default font. */
/* Font-weight default is Bold.  You can change the default to reflect your public sites default font. */
/* Font-size default is 12pt.  You can change the default to reflect your public sites default font. */
/* Font-style default is Italic.  You can change the default to reflect your public sites default font. */
/* Color default is Black.  You can change the default to reflect your public sites default font. */
/* Background-color default is White.  You can change the default to reflect your public sites default font. */

.Warning
{ font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
  font-style: italic;
  color: Black;
  background-color: White;
}

