/* BEGIN: basic tag definitions ============================================= */

BODY { background-color: #7a7a7a

}

/* -- 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: #003084;
	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: #003084;
	}

H5, .H5 {
	/*/*//*/ font-size: small; /* */
	/*/*/ font-size: 85%; /* */

	color: #003084;
	}

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: #333;
	font-size: 8px;

	/*/*//*/ font-size: small; /* */
	/*/*/font-size: 12px;/* */
	}

DL, OL, UL { /* just for NS4 */
	/*/*//*/
	font-family: geneva, arial, helvetica, sans-serif;
	color: #333;
	font-size: small;
	/* */ 
	}

.mb_output {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.mb_output a:link{
	color: #003084;
	text-decoration: none;
}
.mb_output a:visited{
	color: #003084;
	text-decoration: none;
}
.mb_output a:hover{
	color: #999999;
	text-decoration: none;
}

.mb_entryTitle {
	font-family: georgia, times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003084;
}
.mb_entryTitle a:link{
	color: #003084;
	text-decoration: none;
}
.mb_entryTitle a:visited{
	color: #003084;
	text-decoration: none;
}
.mb_entryTitle a:hover{
	color: #999999;
	text-decoration: none;
}

/* declare styles for help in form view only */
.help {
  color: #BBBBBB;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
}


P { margin-top: 0; }
P.linkMore { margin-top: 10px; }

/* -- link colors */
A { color: #996; }
A:link { color: #003084; }
A:active { color: #003084; }
A:hover { color: #003084; }
A:visited { color: #003084; }

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: 630px;
border: 1px #003084 solid;
border-collapse: collapse;
background-color: #FfFfFf;
border-spacing: 0px;}

table.links
{ width: 150px;
border: 1px #003084 solid;
border-collapse: collapse;
background-color: #d4d4d4;
border-spacing: 0px;}

table.main td.footer
{ border-bottom: 2px solid #708090;
font-family: georgia, times, serif;
font-weight: bold;
font-size: 9px;
background-color: #D4D4D4;
text-align: center;
color: #708090;}

table.main td.side
{ border-bottom: 2px solid #708090;
background-color: #003084;
font-family: arial, helvetica, sans-serif;
text-align: center;
color: #F5F5F5;}

table.item
{ text-align: center;
border: 1px #708090 solid;
border-collapse: collapse;
color: #FFFFFF;
border-spacing: 0px;}


/* 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 */
