body, TD
{
	font-size: 14px;
	font-family: Times New Roman;
	color: #000000;
}


P
{ 
	MARGIN: 0px; 
}

UL, OL
{ 
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;
}


.MainHeader
{
	font-weight: bold;
	text-transform: uppercase;
	color: #990066;
}

.BlueTitle
{
	font-weight: bold;
	text-transform: capitalize;
	color: #0099cc;
}

.CenteredTitle
{
	font-weight: bold;
	color: #ff0033;
	text-align: center;
}

A:link
{
    FONT-WEIGHT: bold;
    COLOR: #BE242C;
    TEXT-DECORATION: none
}
A:active
{
    FONT-WEIGHT: bold;
    COLOR: #BE242C;
    TEXT-DECORATION: none
}
A:visited
{
    FONT-WEIGHT: bold;
    COLOR: #BE242C;
    TEXT-DECORATION: none
}
H1
{
    FONT-SIZE: 17px;	    
    FONT-WEIGHT: bold;
    MARGIN: 0px;
	color: #BE242C;
}
H2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
    FONT-STYLE: italic;
    COLOR: #004080;
    FONT-FAMILY: Times new Roman, Helvetica, sans-serif;
    MARGIN: 0px;
}

H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #e12e2b;
    LINE-HEIGHT: 20px;
    FONT-STYLE: italic;
    FONT-FAMILY: Times new Roman, Helvetica, sans-serif;
    MARGIN: 0px;
}

H4
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 14px;
    COLOR: #e12e2b;
    LINE-HEIGHT: 20px;
    FONT-STYLE: normal;
    FONT-FAMILY: Times new Roman, Helvetica, sans-serif;
    MARGIN: 0px;
}

a[href]
{
	color: -moz-hyperlinktext !important;		/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: -moz-anchor-decoration;	/* For Firefox 3, otherwise no underline will be used */
}

/*
	Just uncomment the following block if you want to avoid spaces between
	paragraphs. Remember to apply the same style in your output front end page.
*/

/*
p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*
    The following are some sample styles used in the "Styles" toolbar command.
    You should instead remove them, and include the styles used by the site
    you are using the editor in.
*/



