body {
	background-color : #ffffff ;
	font-size: 11pt ;
	margin:0px;
	padding:0px;}



.header {  
    width: 100%;
    background:url(../picture.files/header.gif);
    background-position:bottom;
    border-bottom-style:solid;
    border-bottom-color:#a9a9a9;
    border-bottom-width: 1px;
    position: fixed;} 

.header div   {  
    width: 980px;
    background:url(../picture.files/header.gif);
    background-position:bottom;
    margin: 0 auto;  } 



.content { 
    width: 100%;
    background-color: #ffffff;
    padding-top: 55px; } 

.content div   { 
    width: 980px; 
    background-color: #ffffff;
    margin: 0 auto;  }



.footer {  
    width: 100%;
    height: 70px;
    background:url(../picture.files/footer.gif);
    border-top-style:solid;
    border-top-color:#a9a9a9;
    border-top-width: 1px;
    font-size: 13px;} 

.footer div   { 
    width: 980px; 
    background:url(../picture.files/footer.gif);
    margin: 0 auto;  } 



h1 {
	font-size : 15pt ;}

h2 {
	font-size : 14pt ;}



a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

a:hover { color: #808080; }