* {
	margin: 0;
	padding:0;
}
  body {
    font-family:  Verdana, Helvetica, Arial,'Trebuchet MS', sans-serif;
    font-size: 75.00%; 
    color: #444;
	background:#f7fbfe url("../images/bg_blue.gif") repeat-x top left fixed;

  }
img{
border:0;
}

#main{
width:1004px;
margin:0 auto;
}
h1,h2,h3,h4,h5,h6 { 
  	font-family:"times new roman",times,serif; 
  	font-weight:bold; 
  	color:#666;
  	margin: 0 0 0.25em 0; 
  }
  
  h1 { font-size: 200% }                        /* 24px */
  h2 { font-size: 200%; color:#182E7A}          /* 24px */
  h3 { font-size: 150% }                        /* 18px */
  h4 { font-size: 133.33% }                     /* 16px */
  h5 { font-size: 116.67% }                     /* 14px */
  h6 { font-size: 116.67%; font-style:italic }  /* 14px */

  a {color: #4D87C7; text-decoration:none;}
  a:focus,
  a:hover,
  a:active {color:#182E7A; text-decoration:underline;}
   th,td { padding: 0.2em; }
	  p { line-height: 1.5em; margin: 0 0 1em 0; }
	    ul { line-height: 1.5em; margin: 0 0 1em 1em }
  li { margin-left: 1.5em; line-height: 1.5em }
