/* Background Styles ----------------------------------------------------------------------- */

.defaultPageBackground       { background-color: #FFFFFF; margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px;}


/* Text Styles ----------------------------------------------------------------------------- */

.helpPageHeadingText { font-family: Arial,Helvetica,sans-serif; font-size: 15px; color: #000000; font-weight: bold; }
.helpHeadingText     { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; font-weight: bold; }
.normalText          { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; line-height: 1.8em;}
.bold                { font-weight: bold; }

/* Border Styles --------------------------------------------------------------------------- */

.noBorder { border: none; vertical-align: middle; }

/* Indent Styles --------------------------------------------------------------------------- */

.indent0 { margin-left: 20px }
.indent1 { margin-left: 40px }
.indent2 { margin-left: 60px }
.indent3 { margin-left: 80px }

/* Link Styles ----------------------------------------------------------------------------- */

A:link    { text-decoration: none; color: blue }

A:visited { text-decoration: none; color: red }

A:hover   { text-decoration: none; color: orange }

A.a1:link    { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: blue; text-decoration: none }

A.a1:visited { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: red; text-decoration: none }

A.a1:hover   { font-family: Arial,Helvetica,sans-serif; font-size: 13px; color: orange; text-decoration: none }

A.a2:link    { font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: blue; text-decoration: none }

A.a2:visited { font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: red; text-decoration: none }

A.a2:hover   { font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: orange; text-decoration: none }

A.a3:link    { text-decoration: none; color: blue }

A.a3:visited { text-decoration: none; color: red }

A.a3:hover   { text-decoration: underline; color: orange }

/* Miscellaneous Styles ----------------------------------------------------------------------------- */

LI { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000;}

