body { position: absolute;
       align: centre;
       top: 0; left: 0;
	   background-image : url(graphics/tile.gif);
	   margin-top: 0px;}


.buttonbar { width: 659px; 
			 height: 33px; 
			 background-image: url(graphics/buttonbar.gif); 
			 text-align: center;
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 12px;
			 font-weight: bold;
			 color: #ffff00;}
.buttonbar a:link{
    text-decoration: none; 
	color: #ffffff;}
.buttonbar a:active{ 
    text-decoration: none; 
	color: #ffff00;}
.buttonbar a:visited{ 
    text-decoration: none; 
	color: #ffffff;}
.buttonbar a:hover{
    text-decoration: none;  
	color: #ffff00;}

.topleft { width: 394px; 
			 height: 29px; 
			 background-image: url(graphics/topleft.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 14px;
			 font-weight: bold;
			 color: #0A3056;}
			 
.topright {width: 237px; 
			 height: 29px; 
			 background-image: url(graphics/topright.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 14px;
			 font-weight: bold;
			 color: #0A3056;}
			 
.bottomleft { width: 394px; 
			 height: 51px; 
			 background-image: url(graphics/bottomleft.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 color: #0A3056;}
			 
.bottomright {width: 237px; 
			 height: 51px; 
			 background-image: url(graphics/bottomright.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 14px;
			 font-weight: bold;
			 color: #0A3056;}

.spacerpanel {width: 24px;}

.blanktop { width: 655px; 
			 height: 29px; 
			 padding-left: 15px;
			 background-image: url(graphics/blanktop.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 14px;
			 font-weight: bold;
			 color: #0A3056;}
			 
.blankbottom { width: 655px; 
			 height: 51px; 
			 background-image: url(graphics/blankbottom.gif); 
			 font-family: Arial, Helvetica, sans-serif;
			 font-size: 11px;
			 font-weight: bold;
			 color: #0A3056;}

.bodypanel {background-color: #ffffff;}
	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;}
	

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #0a3056;}
	

a:active {color: #ffff00}
a:hover {color: #000000}
a:link {color: #000000}
a:visited {color: #336699}
