//*
Example of commenting out in css.
.badStyle
{
	font-family: AriaA61210l, Helvetica, sans-serif;
	font-size: 10pt
}
*//

BODY
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    color: #000000;
}
A
{
	//* Controls links during mouse over*//
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
A:hover
{
	//* Controls links during mouse over*//
	FONT-SIZE: 11px;
	COLOR: #A61210;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal;
	TEXT-DECORATION: none
}
TBODY
{
   FONT-SIZE: 9pt;
   FONT-FAMILY: Arial;
}
.SectionHeader
{
	//* Controls the section header right under the 1st table and active login info *//
    FONT-SIZE: 16pt;
    COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	LETTER-SPACING: 1.5pt
}
.HeaderBorder
{
	//* Controls the borders in the very top table of menu options *//
	BORDER-RIGHT: #A61210 1pt solid;
	BORDER-TOP: #A61210 1pt solid;
	BORDER-LEFT: #A61210 1pt solid;
	BORDER-BOTTOM: #A61210 1pt solid
}
.HeaderR1Cell1
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    BORDER-BOTTOM: #A61210 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #EBEBEB;
    TEXT-ALIGN: center
}
.HeaderR1Cell
{
	//* Controls the cell of the menu table *//
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    BORDER-LEFT: #A61210 1pt solid;
    BORDER-BOTTOM: #A61210 1pt solid;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #EBEBEB;
    TEXT-ALIGN: center
}
.HeaderR1ActiveCell
{
	//* Controls the active cell of the menu table *//
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #A61210;
    TEXT-ALIGN: center
}
.SectionInformation
{
	//* Controls the sentences on the main page *//
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.InputBox
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.HeaderR1
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: verdana;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR1Link
{
	//* Controls the links in the first row of the main table *//
    COLOR: #000000;
    TEXT-DECORATION: none
}
.HeaderR1Link:hover
{
	//* Controls the links in the firdt row of the main menu table when hovering *//
    COLOR: #CCCCCC;
    TEXT-DECORATION: bold
}
.HeaderR1ActiveLink
{
	//* Controls the link to the section the user is in on row 1 *//
	FONT-SIZE: 9pt;
    FONT-WEIGHT: bolder;
    COLOR: #A61210;
    FONT-FAMILY: verdana;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR2
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: right;
    BACKGROUND-COLOR: #FFFFFF;
}
.HeaderR2Link
{
	//* Controls the links in the second row of the main table *//
    COLOR: #000000;
    TEXT-DECORATION: none
}
.HeaderR2Link:hover
{
	//* Controls the links in the second row of the main menu table when hovering *//
    COLOR: #CCCCCC;
    TEXT-DECORATION: bold
}
.HeaderR2ActiveLink
{
	//* Controls the link to the section the user is in on row 2 *//
	FONT-SIZE: 9pt;
    FONT-WEIGHT: bolder;
    COLOR: #A61210;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}   
.HeaderR2ActiveLink:hover
{
	//* Controls the link to the section the user is in on row 1 *//
	FONT-SIZE: 9pt;
    FONT-WEIGHT: bolder;
    COLOR: #CCCCCC;
    FONT-FAMILY: arial;
    TEXT-ALIGN: center;
    TEXT-DECORATION: none
}
.HeaderR3Link
{
	//* Controls the logout button *//
    BORDER-RIGHT: #999999 1pt solid;
    BORDER-TOP: #999999 1pt solid;
    BORDER-LEFT: #999999 1pt solid;
    BORDER-BOTTOM: #999999 1pt solid;
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    WIDTH: 35pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #A61210;
    TEXT-ALIGN: center;
    COLOR: #FFFFFF;
    TEXT-DECORATION: none
}
.HeaderR3Link:hover
{
	//* Controls hovering over the logout button *//
    COLOR: white;
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: #999999
}
.HeaderR1Link
{
    TEXT-DECORATION: none
}
.BodyBorder
{
	BORDER-RIGHT: #999999 1pt solid;
	BORDER-TOP: #999999 1pt solid;
	BORDER-LEFT: #999999 1pt solid;
	BORDER-BOTTOM: #999999 1pt solid
}
.ResultCellEven
{
    BACKGROUND-COLOR: #CCCCCC
}
.ResultCellOdd
{
}
.WizardStepBorder
{
	//* Controls the border around the wizards like event and contact *//
    BORDER-RIGHT: #999999 1pt solid;
    BORDER-TOP: #999999 1pt solid;
    BORDER-LEFT: #999999 1pt solid;
    BORDER-BOTTOM: #999999 1pt solid
}
.WizardStepIncomplete
{
	//* Controls the  *//
    COLOR: #000000;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #CCCCCC;
    TEXT-ALIGN: center;
    font-size: 10pt;
}
.WizardStepComplete
{
	//* Controls the table cells for actions in the wizard that are complete *//
    COLOR: #999999;
    FONT-WEIGHT: bolder;
    BACKGROUND-COLOR: #CCCCCC;
    TEXT-ALIGN: center;
    font-size: 10pt;
}
.WizardStepActive
{
	//* Controls the active table cell for actions in the wizard that are complete *//
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #A61210;
    TEXT-ALIGN: center;
    font-size: 10pt;
			}
.WizardLink
{
	//* Controls the actual link on the cell for actions in the wizard that are complete *//
}
.DetailLink
{
    FONT-WEIGHT: bolder;
    COLOR: #000000;
   FONT-FAMILY: Arial;
}
.FormButton
{
	//* Controls the standard buttons on the forms *//
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    WIDTH: 60pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #999999
}
.FormButtonLarge
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 9pt;
    WIDTH: 125pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #999999
}
.SectionFunctionButton
{
    FONT-SIZE: 9pt;
    WIDTH: 50pt;
    COLOR: #999999;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.SectionFunctionButtonLarge
{
	//* Controls the buttons on the event calendar *//
    FONT-SIZE: 8pt;
    WIDTH: 100pt;
    COLOR: #999999;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.PageHeader
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
   FONT-FAMILY: Arial;
}
.NoRecordsReturnedBorder
{
	//* Controls the border around the table created when no records are found. ie-no broadcast messages. *//
    BORDER-RIGHT: #999999 1pt solid;
    BORDER-TOP: #999999 1pt solid;
    BORDER-LEFT: #999999 1pt solid;
    BORDER-BOTTOM: #999999 1pt solid
}
.NoRecordsReturnedCell
{
	//* Controls the cell in the table created when no records are found. ie-no broadcast messages. *//
    FONT-WEIGHT: normal;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}
.FormButtonRow
{
    TEXT-ALIGN: right
}
.SectionFunctionButtonRow
{
    TEXT-ALIGN: center
}
.InputBoxRequired
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxTextArea
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxNumber
{
   FONT-FAMILY: Arial;
}
.InputBoxRequiredNumber
{
   FONT-FAMILY: Arial;
}
.InputBoxDate
{
   FONT-FAMILY: Arial;
}
.InputBoxRequiredDate
{
   FONT-FAMILY: Arial;
}
.RequiredIndicator
{
    COLOR: red;
   FONT-FAMILY: Arial;
}
.ErrorInformationCell
{
	//* Controls the color of any messages we display. ie - on screen RSVP confirmations*//
    FONT-WEIGHT: bolder;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #999999;
    TEXT-ALIGN: center
}
.ErrorInformationBorder
{
	//* Controls the border around any messages we display. ie - on screen RSVP confirmations*//
    BORDER-RIGHT: #999999 1pt solid;
    BORDER-TOP: #999999 1pt solid;
    BORDER-LEFT: #999999 1pt solid;
    BORDER-BOTTOM: #999999 1pt solid
}
.InvalidFormData
{
    COLOR: red;
   FONT-FAMILY: Arial;
}
.LoginInformation
{
    FONT-SIZE: xx-small;
   FONT-FAMILY: Arial;
}
.InputBoxRequiredSmall
{
   FONT-FAMILY: Arial;
}
.InputBoxSmall
{
   FONT-FAMILY: Arial;
}
.InputBoxEmail
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.InputBoxRequiredEmail
{
    WIDTH: 96%;
   FONT-FAMILY: Arial;
}
.ValidFormData
{
    COLOR: black;
   FONT-FAMILY: Arial;
}
TD
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11pt;
	COLOR: #000000;
	FONT-FAMILY: Arial;
	FONT-VARIANT: normal
}
.StatsHeader
{
	//* Controls the stat borders the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #A61210 1pt solid;
    BORDER-TOP: #A61210 1pt solid;
    FONT-WEIGHT: bold;
    BORDER-LEFT: #A61210 1pt solid;
    COLOR: white;
    BORDER-BOTTOM: #A61210 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 18pt;
    BACKGROUND-COLOR: #A61210
}
.StatsLabel
{
	//* Controls the stat labels the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #A61210 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #A61210 1pt solid;
    BORDER-BOTTOM: #A61210 1pt solid;
    FONT-FAMILY: Arial;
    HEIGHT: 16pt;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}
.StatsDetail
{
	//* Controls the numbers the admin sees on their homepage for the org stats *//
    BORDER-RIGHT: #A61210 1pt solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: #A61210 1pt solid;
    BORDER-BOTTOM: #A61210 1pt solid;
    FONT-FAMILY: Arial;
    TEXT-ALIGN: center;
    HEIGHT: 14pt
}
.PrivacySpamHelpLink
{
	FONT-SIZE: 9px
}
.PrivacySpamHelpLink:hover
{
	FONT-SIZE: 9px
}
.navitem
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #000000; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    margin-left: -.5px;
    text-decoration: none;
}
.navitem ul
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #000000; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem li
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #000000; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem li A
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #000000; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem ul:Active
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #A61210; 
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem li:Active
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #A61210; 
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem li A:active
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #A61210; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem A:active
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #A61210; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.navitem A:focus
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #A61210; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;

}
.navitem A:hover
{
    font-family: Helvetica, Ariel, Sans Serif; 
    font-size: large;
    font-style: normal;
    font-weight: bolder;
    color: #999999; 
    background-color: #ffffff;
    list-style-image: none;
    list-style-type: none;
    line-height: 2;
    text-decoration: none;
}
.leftarea4
{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    left: 10px;
}
.CMA
{
    font-size: 11pt;
    font-style: normal;
    color: #000000;    
}
.CMA1
{
    font-size: 11pt;
    font-style: normal;
    color: #000000;
    margin-left: 10px;    
}
    
  
