BODY		{margin: 0px;}
IMG.menu	{border-bottom:1px solid white;}
DIV.content	{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt;}
.small		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 9pt;}
A		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt; }

.main		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt;}

TD.menu		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt;}

TD		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt;}

TR		{font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 11pt;}

.top 		{FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif}


/* This is the css style that will make your text blink.*/
.blinkytext {
     font-family: Arial, Helvetica, sans-serif;
     font-size: .9em;
     text-decoration: blink;
     font-style: normal;
 }

h1
{
align:  center;
font-size:  16pt;
font-weight:  bold;
color:  red;
}

h2
{
align:  center;
font-size:  14pt;
font-weight:  bold;
}

p
{
font-size: 11pt;
}

li
{
font-size:  11pt;
}
table
{
table-layout:fixed;
}

 
/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 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: '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: #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;}

