.leftMenu {
/*	font-size: 12px; */
	font-style: normal;

}
.bodyNTTD {
/*	font-size: 12px; */
	font-size: 75%;
	font-style: normal;

}

.bodyLargeNTTD {
/*	font-size: 12px; */
	font-size: 125%;
	font-style: normal;

}

.headerNTTD {
/*	font-size: 12px; */
	font-size: 100%;
	font-style: italic;
	font-weight: bolder;
}


.bodySmallNTTD {
	font-size: 70%;
	color : Black;
	text-align: center;
}

.moneySmallNTTD {
	text-align : right;
}

.moneyNTTD {
	text-align : right;
}



.bigPersonalText {
	font-family : "Times New Roman", Times, serif;
	font-size : 250%;
	font-weight : bolder;
	background : #9A6600;
	color : #FEFF9A;
}


.bigPersonalShadow { 
position: relative; 
top: -3px; 
left: -2px; 
color: #FEFF9A; 
}

/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=gray, 
                 Direction=135, 
                 Strength=5);

  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Another shadow'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 	
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

body {
	background-color: #FFEC9D;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
body.center {
	margin-left: 10%;
}
a.link {
	
	color: #000000;
}

table {
	background-color: #FFFFFF;
}
tr.header {
	/*Might wanna rename this one headerSmall*/
	background-color: Silver;
	font-weight: bolder;
	vertical-align: bottom;
	font-size: 70%;
	text-align: center;
}

tr.footer {
	/*Might wanna rename this one headerSmall*/
	background-color: Silver;
	font-weight: bolder;
	vertical-align: bottom;
	font-size: 70%;
	text-align: center;
}

