body {
	font-family: Times New Roman, Georgia, Garamond;
	font-size: 13pt;
	border:0px;
	padding:0px;
	margin:0px;
	margin: 30px;
	background:#1A1A49;
}

p, ul, ol {
   color: #000000;
   margin-bottom: 1em;
}

h1 {
   font-size: 21pt;
   color: #BA0000;
   text-indent: 0px;
   font-family: Tahoma, Trebuchet, Verdana;
}

h2 {
   font-size: 18pt;
   color: #BA0000;
   text-indent: 0px;
   font-family: Tahoma, Trebuchet, Verdana;
}

h3 {
   font-size: 15pt;
   color: black;
   text-indent: 0px;
   font-family: Tahoma, Trebuchet, Verdana;
}

h4 {
   font-size: 13pt;
   color: black;
   text-indent: 0px;
   font-family: Tahoma, Trebuchet, Verdana;
}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#optinbox2 {
	width: 300 px;
	text-align:center;
	border: medium single black;
}

#optin {
	width: 350px;
}

.question {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #AA012D;
}

.directions {
	font-family: Trebuchet MS;
	font-size: 12px;
}

.disclaimer {
	font-family: Trebuchet MS; 
	font-size: 10px; 
	font-weight: normal; 
	color: #999999; 
	border-top: 2px ridge #6E85C0;
	border-bottom: 2px ridge #6E85C0;
}

.forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A64;
	border: 1px solid #1A1A64;
	padding: 2px;
}

.footer 
{ 
	background: #e8e8e8; 
	border: 1px solid #CCCCCC;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
	width: 500px;
}

.footer a, .fotter a:link, .footer a:visited 
{
	text-decoration: underline;
	font-weight: normal; 
	color: #666666; 
	margin: 15px;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
 }
 
.footer a:hover, .footer a:active 
{
	color: #666666;
}

.footer p
{
	text-decoration: none;  
	color: #666666;
	margin: 4px;
	font-size: 10px; 
	line-height: 12px;
	font-family: Arial;
	font-weight: bold;
}


/* ***************
	DROP SHADOWS
   *************** */

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