/* BODY */
BODY		{			
			background-imag: url('images/bg.gif');
			background-repeat: repeat;
			background-color: #ffffff;			
			font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;			
			font-size: 12pt;			
			font-style: normal;			
			text-align: left			
			}		
/* TEXT CLASSES */
.footer		{			font-family: Tahoma, "Century Gothic",arial, verdana, helvetica, sans-serif;			font-weight: normal;			font-size: 8pt;			font-style: none;			text-align: left;			}
.smfont		{			font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;			font-weight: normal;			font-size: 8pt;			font-style: none;			text-align: left;			}
.heading	{			color: #990000;			font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;			font-weight: bold;			font-size: 10pt;			font-style: none;			text-align: left;			}
.whtfont {
            color: #FFFFFF;
            font-family: "Century Gothic", arial, verdana, helvetica, sans-serif;
            font-weight: normal;
            font-size: 10pt;
            font-style: none;
            text-align: left;
            }
/* HEADERS */
H1 {            color: #000000;            font-weight: bold;            font-style: normal;            font-size: 14 pt;            }
H1.blue {            color: #000080;            font-weight: bold;            font-style: normal;            font-size: 14pt;            }
H1.red {            color: #990000;            font-weight: bold;            font-style: normal;            font-size: 14pt;            }
H2 {            color: #000000;            font-weight: bold;            font-style: normal;            font-size: 13pt;            }
H2.blue {
            color: #000080;            font-weight: bold;            font-style: normal;            font-size: 13pt;            }
H2.red {            color: #990000;            font-weight: bold;            font-style: normal;            font-size: 13pt;            }
H3 {            color: #000000;            font-weight: bold;            font-style: normal;            font-size: 12pt;            }
H3.blue {            color: #000080;            font-weight: bold;            font-style: normal;            font-size: 12pt;            }
H3.red {            color: #990000;            font-weight: bold;            font-style: normal;            font-size: 12pt;            }
/* ANCHORS (LINKS) */
A:link {            color: #0000ff;            text-decoration: underline;            }
A:visited {
            color: #800080;            text-decoration: none;            }
A:hover {            color: #ff0000;            background-color: #ffffff;	text-decoration: underline; font-weight: bold; font-size: 110%; }

A.sidemenu:link {            color: #FFFFFF;            text-decoration: none;            }
A.sidemenu:visited {            color: #FFFFFF;            text-decoration: none;            }
A.sidenav:link {            font-family: "Century Gothic", arial, verdana, helvetica, sans-serif;            font-size: x-small;            color: #000080;            text-decoration: none;            }
A.sidenav:active {            font-family: "Century Gothic", arial, verdana, helvetica, sans-serif;            font-size: x-small;            color: red;            text-decoration: none;            }
A.sidenav:visited {            font-family: "Century Gothic", arial, verdana, helvetica, sans-serif;            font-size: x-small;            color: #000080;            text-decoration: none;            }
A.sidenave:hover {            font-family: "Century Gothic", arial, verdana, helvetica, sans-serif;            font-size: x-small;            color: #666666;            text-decoration: none;            }
/* PARAGRAPH */
/* Code for Old Netscape Browsers */
p {            font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;            font-weight: normal;            font-size: 10pt;            }
/* TABLES */
/* Code for Old Netscape Browsers */
th {            font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;            font-weight: normal;            font-size: 10pt;            }
td {            font-family: arial, "Century Gothic", tahoma, verdana, helvetica, sans-serif;            font-weight: normal;            font-size: 10pt;            }