BODY	{
	background-color: #FFFFFF;
	background-repeat: repeat;
	margin: 0px;
	margin-top: 0px;
	}

/* ----- BACKGROUND STYLES ----- */

.bkg	{
    background-image: url(../images/bkg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
	}

.bkg-nav1	{
   background-image: url(../images/bkg-nav1.gif);
   background-color: #292D7B;
   background-repeat: repeat;
   background-position: left top;
	}

.bkg-nav2	{
   background-image: url(../images/bkg-nav2.jpg);
   background-color: #FFFFFF;
   background-repeat: no-repeat;
   background-position: left top;
	}

.bkg-dkpurple	{
   background-image: url(../images/bkg-dkpurple.gif);
   background-color: #9668AC;
   background-repeat: repeat;
   background-position: left top;
	}

.bkg-ltpurple	{
   background-image: url(../images/bkg-ltpurple.gif);
   background-color: #CC99CC;
   background-repeat: repeat;
   background-position: left top;
	}

.bkg-ltgrey	{
   background-image: url(../images/bkg-ltgrey.gif);
   background-color: #EAEAEA;
   background-repeat: repeat;
   background-position: left top;
	}

.bkg-left	{
   background-image: url(../images/bkg-left.gif);
   background-color: #000033;
   background-repeat: repeat;
   background-position: right top;
	}

.bkg-right	{
   background-image: url(../images/bkg-right.gif);
   background-color: #000033;
   background-repeat: repeat;
   background-position: left top;
	}

/* ----- FONT STYLES ----- */

H1 {
	font: 14px arial, helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	margin: 0px;
	}

H2 {
	font: 12px arial, helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	}

H3 {
	font: 10px arial, helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	}

p, dl, dt, dd, td {
	font: 12px arial, helvetica, sans-serif;
	color: #333333;
	}

ol, ul, li {
	font: 12px arial, helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;	
	}

.footer-title	{
	font: 13px arial, helvetica, sans-serif;
	color: #999933;
	font-weight: bold;
	}

.footer-address	{
	font: 12px arial, helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	}

.footer-copyright	{
	font: 10px arial, helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	}

/* ----- LINK STYLES ----- */

a:link	{
	font: 11px  arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: none;
	font-weight: bold;
	}

a:active	{
	font: 11px  arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: none;
	font-weight: bold;
	}

a:hover	{
	font: 11px  arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited	{
	font: 11px  arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: none;
	font-weight: bold;
	}

/* ---------- */

a.nav:link	{
	font: 11px  verdana, arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: none;
	font-weight: bold;
	}

a.nav:active	{
	font: 11px  verdana, arial, helvetica, sans-serif;
	color:	#996699;
	text-decoration: none;
	font-weight: bold;
	}

a.nav:hover	{
	font: 11px  verdana, arial, helvetica, sans-serif;
	color:	#996699;
	text-decoration: underline;
	font-weight: bold;
	}

a.nav:visited	{
	font: 11px  verdana, arial, helvetica, sans-serif;
	color:	#CC99CC;
	text-decoration: none;
	font-weight: bold;
	}

/* ---------- */

a.highlights:link	{
	font: 14px  arial, helvetica, sans-serif;
	color:	#0000FF;
	text-decoration: none;
	font-weight: bold;
	}

a.highlights:active	{
	font: 14px  arial, helvetica, sans-serif;
	color:	#0000FF;
	text-decoration: none;
	font-weight: bold;
	}

a.highlights:hover	{
	font: 14px  arial, helvetica, sans-serif;
	color:	#0000FF;
	text-decoration: underline;
	font-weight: bold;
	}

a.highlights:visited	{
	font: 14px  arial, helvetica, sans-serif;
	color:	#0000FF;
	text-decoration: none;
	font-weight: bold;
	}

/* ---------- */

a.footer:link	{
	font: 12px  arial, helvetica, sans-serif;
	color:	#FF9900;
	text-decoration: none;
	font-weight: normal;
	}

a.footer:active	{
	font: 12px  arial, helvetica, sans-serif;
	color:	#996699;
	text-decoration: none;
	font-weight: normal;
	}

a.footer:hover	{
	font: 12px  arial, helvetica, sans-serif;
	color:	#996699;
	text-decoration: underline;
	font-weight: normal;
	}

a.footer:visited	{
	font: 12px  arial, helvetica, sans-serif;
	color:	#CC99CC;
	text-decoration: none;
	font-weight: normal;
	}