/**********************
CSS Document 
This CSS Class Loads into the editor.  This file should be used for:
1) All styles that the user can assign from the editor
2) All default tag styles (default values do not load in editor)
Note: All Names that load in the editor should be readable with first letters of words capitalized and _ in place of spaces
***********************/

/* Special FundSys Tagging (Only FundSys style required to load in editor)*/
.fundsystag {background-color: yellow; }
.red {color: Red;}
.green {color: Green;}
#content .content-area img, #content .tabs-content img.stars,
#content .tabs-content img.stars 
{
  border: 0px none !important; 
  margin: 0; 
  padding: 0;
}
