/* BEGIN: basic tag definitions ============================================= */

BODY { background-color: #696969

}

/* -- header styles */
H1, H2, H3, H4, H5, H6,
.H1, .H2, .H3, .H4, .H5, .H6,
.listingContent TH {
	font-family: georgia, times, serif;
	font-weight: bold;
	color: #808080;
	margin: 0px;
	padding: 0px;
	}

H1, .H1 {
	/*/*//*/ font-size: large; /* */
	/*/*/ font-size: 125%; /* */
	}

H2, .H2 {
	/*/*//*/ font-size: large; /* */
	/*/*/ font-size: 115%; /* */
	}

H3, .H3 {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 105%; /* */
	}

H4, .H4 {
	/*/*//*/ font-size: medium; /* */
	/*/*/ font-size: 95%; /* */

	color: #666;
	}

H5, .H5 {
	/*/*//*/ font-size: small; /* */
	/*/*/ font-size: 85%; /* */

	color: #666;
	}

H6, .H6 {
	/*/*//*/ font-size: small; /* */
	/*/*/ font-size: 75%; /* */

	font-family: geneva, arial, helvetica, sans-serif;
	color: #000;
}

/* -- standard stuff */

P, LI, DT, DD, 
.listingContent TD,
.txt {
	font-family: geneva, arial, helvetica, sans-serif;
	color: #696969;

	/*/*//*/ font-size: small; /* */
	/*/*/font-size: 75%;/* */
	}

DL, OL, UL { /* just for NS4 */
	/*/*//*/
	font-family: geneva, arial, helvetica, sans-serif;
	color: #696969;
	font-size: small;
	/* */ 
	}

P { margin-top: 0; }
P.linkMore { margin-top: 10px; }

/* -- link colors */
A { color: #800000; }
A:link { color: #800000; }
A:active { color: #800000; }
A:hover { color: #800000; }
A:visited { color: #800000; }

A.linkMore { font-weight: bold; }
DT { font-weight: bold; }

/* -- control of margin/padding on these elements */
FORM { margin: 0; padding: 0; }
FIELDSET { margin: 0 !important; padding: 0 !important; border: none !important; }
LEGEND { }

/* -- some form elements to be styled, maybe? */
SELECT, OPTION, INPUT, TEXTAREA { }

UL { /*/*//*/margin-left: -2em;/* */  /* just for NS4 */ }
.sideCol UL LI { /*/*//*/margin-bottom: 5px;	/* */  /* just for NS4 */ }

UL.noBullet {
	margin: 0; padding: 0;

	/* just for NS4 */
	/*/*//*/
	margin-left: -2em;
	margin-bottom: 8px;
	/* */
	}

UL.noBullet LI { list-style: none; }

DL, DT, DD { margin: 0; padding: 0; }
DT { font-weight: bold; }
DD {
	/*/*/margin-bottom: 1em;/* */    /* hide from NS4 */
	/*/*//*/margin-left: -2em;/* */  /* just for NS4 */
	}

LEGEND { margin: 0; padding: 0; }

/* for ie6/win */
TD { text-align: left; }

/* END: basic tag definitions */

/* BEGIN: Table definitions */

table.main
{ text-align: center;
width: 85%;
border: 1px #708090 solid;
border-collapse: collapse;
background-color: #000000;
border-spacing: 0px;}

table.main td.footer
{ border-bottom: 2px solid #708090;
font-family: geneva, arial, helvetica, sans-serif;
font-weight: bold;
font-size: 10px;
background-color: #D4D4D4;
text-align: center;
color: #696969;}



/* END: Table definitions */

/* BEGIN: color definitions */

.BGitem { background-color: #f0f0e0; }
.BGgrey { background-color: #999; }
.BGlgrey { background-color: #CCC; }
.BGllgrey { background-color: #E5E5E5; }
.BGtan { background-color: #F0F0E0; }
.BGyellow { background-color: #FFC; }
.BGlyellow { background-color: #FFFFE5; }

/* END: color definitions */
