﻿body
{
	background-image: url('bgc048.jpg');
	text-align:center;
}
h3
{
	padding:1em 1em 0 1em;
}
p
{
	text-align:left;
	padding:0 1em;
}
div table p a img
{
	border-width:0;
}


div#topl{
        width:960px;
        margin:0 auto;
        text-align:center;
        background:#ffff99  url(topl.gif) no-repeat left top;  
        /*font-size:0.9em;  */    
}
div#topr{
        background:url(topr.gif) no-repeat right top;     
}
div#botr{
        background:url(botr.gif) no-repeat right bottom;     
}
div#botl{
        background:url(botl.gif) no-repeat left bottom;     
}

p#up
{
	text-align:left;
}
p#home
{
	text-align:center;
}
p#next
{
	text-align:right;
}

p#up a:link, p#up a:visited
{
	display:block;
	width:112px;
	height:34px;
	background:url(up.gif);
}
p#home a:link, p#home a:visited
{
	display:block;
	width:112px;
	height:34px;
	background:url(home.gif);
}
p#next a:link, p#next a:visited
{
	display:block;
	width:112px;
	height:34px;
	background:url(next.gif);
}
p#up a:hover
{
	background:url(up_hover.gif);
}
p#home a:hover
{
	background:url(home_hover.gif);
}
p#next a:hover
{
	background:url(next_hover.gif);
}



