/* body*/

p     {
	font-size : 11px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION : none;
	color : #000000;

}
body  {
	leftmargin : 0;
	topmargin : 0;
	marginwidth : 0;
	marginheight : 0;
	background-color : #000000;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;

}

/* links*/
A  {
        color : #990000;
        /* color : #FFFFFF; */
}

A.white  {
	font-size : 11px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION : none;
	color : #FFFFFF;
}

A.white:hover  {
	font-size : 11px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION : underline;
        /* color : #FF0000;  */
        color : #000099;
}


A.mainnav  {
	font-size : 12px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	TEXT-DECORATION : none;
        /* color : #DDDDDD;  */
        color : #DDDDDD;
}
A.mainnav:hover  {
	font-size : 12px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	TEXT-DECORATION : underline;
        color : #FF0000;

        /* color : #000099; Dark Blue */
}

/* This is the top links to client and employee login */
A.toolsnav  {
	font-size : 10px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION : none;
        color : #FFFFFF;
        /* color : #CC0000; Liter Dark Blue */
}
A.toolsnav:hover  {
	font-size : 10px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	TEXT-DECORATION : underline;
        color : #CC0000;
        /* color : #000099;  Dark Blue */
}

A.RightNavLink  {
	TEXT-DECORATION : none;
        color : #FFFFFF;
        }

/* applies the default font to everything in between <p> tags*/


/* applies different font to various headers*/
H1  {
	font-size : 13px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H2  {
	font-size : 12px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H3  {
	font-size : 11px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

H4  {
	font-size : 10px;
	font-family : verdana, Arial, helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	line-height: 140%;
}

/* special text cases*/
LI  {
	font-family : verdana, Arial, helvetica, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #000000;
}

EM  {
	font-style : italic;
}

STRONG  {
	font-weight : bold;
}


/* Callout Text */
.CalloutText  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #666666;
}

.testimonial  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : italic;
	line-height: 140%;
	color : #666666;
}

.BlackText  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #666666;
}
.FooterText  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	color : #DDDDDD;
}
.date  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #ffffff;
}
.topnav  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-style : normal;
        color : #000000;  /* Black Color */
                         /* Original color : #ffffff; */
}
.mainnavtext  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
        color : #: #FF0000;  /* Bright Red Color */
}

.content  {
	font-family : verdana, Arial, helvetica, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
        color : #000000;
}
.contentwhite  {
	font-family : verdana, Arial, helvetica, sans-serif;
	text-align : left;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
	color : #FFFFFF;
}
.formtext  {
	font-family : verdana, Arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	font-style : normal;
	line-height: 140%;
        / * color : #000000; */
        color : #000000;  /* Black Red Color */
