body  	{
	margin : 0;
	background : #003e7e;
	}

a:link  {
	color : #cc0000;
	text-decoration : none;
      	}

a:visited {
	color : #cc0000;
	text-decoration : none;
      	}

a:active {
	color : #cc0000;
	text-decoration : none;
       	}

a:hover  {
	 color : #cc0000;
	 text-decoration : underline;
     	 }

p.small a:link  {
	color : #ffffff;
	text-decoration : none;
      	}

p.small a:visited {
	color : #ffffff;
	text-decoration : none;
      	}

p.small a:active {
	color : #ffffff;
	text-decoration : none;
       	}

p.small a:hover  {
	 color : #ffffff;
	 text-decoration : underline;
     	 }

td.top_bkgd {
	background-color ; #003e7e;
	background-image : url(graphics/top_bkgd.gif);
	}

td.body {
	background-image : url(graphics/body_bkgd.gif);
	}

td.body_content {
	width : 500px;
	padding : 20px 10px 10px 30px;
	}

td.file {
	background-image : url(graphics/file_bkgd.gif);
	}

.file_content {
	padding : 5px 8px;
	}

span.right {
	float : right;
	}

td.side_content {
	width : 275px;
	padding : 30px 20px 10px 0;
	text-align : center;
	font-size : large;
	}

h1   {
	font-size : x-large;
        color : #003e7e;
        }

p.small   {
        font-family : verdana, sans-serif;
	font-size : x-small;
        color : #cccccc;
        }
