body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-image: url(images/bg.gif);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECECEC;
}
.toptitle {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.toptitle2 {
	font-size: 11px;
	color: #000000;
}
.red {
	color: #FF0000;
}
.dark {
	color: #4f6a81;
}
.light {
	color: #FFFFFF;
}
.bottom {
	color: #8E9EAD;
}
a {
	color:#0033BB;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
.topright {
	color: #a9b0b5;
}
.topright a {
	color: #FFFFFF;
	text-decoration: none;
}
.topright a:hover {
	color: #FFFFDD;
	text-decoration: underline;
}
.bigger {
	font-size: 14px;
	color: #0033CC;
	font-weight: bold;
}
.header1 {	FONT-WEIGHT: bold; COLOR: #239435; FONT-FAMILY: Verdana, Tahoma
}
.header2 {	FONT-WEIGHT: bold; COLOR: #fe4902; FONT-FAMILY: Verdana, Tahoma
}




/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#2d4054, 
                 Direction=135, 
                 Strength=2);

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

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
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: #2d4054 2px 2px 2px; 

  ]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;}
