body{
	background-image: url(../images/bkgnd_gray_black_fade.jpg);
	color:white;
	font-family:arial;
	font-size:12px;
	}
b{ font-size:140%; color:lightblue }
a:link, a:visited { color:white }
a:hover { color:red }
a:link img, a:visited img{border-color:#FFFFFF}
a:hover img{border-color:#FF0000}

table{
	font-size: 1em;
	font-family: inherit;
	}
#bkgnd
	{
		width:792px;
		margin: 0 auto;
		border-style:solid;
		border-color:white;
		border-width:2px
	}
#header
	{
		text-align:center;
		position:relative;
		width:789px;
		height:235px;
		margin: 0 auto;
		color:black;
		font-family:inherit;
		font-size:inherit;
	}
#header a:link,#header a:visited{font-family:'Trebuchet MS'; font-size:13px;color:black; text-decoration:none; font-weight:bold}
#header a:hover,#header a:visited:hover{ color:red }
#header td{ width:13%; text-align:center }
#header table{position:absolute; left:0; top:115px;}
#header img{ display:block; border:none; }
#fade
	{
		width:789px;
		margin: 0 auto;
		background-image:url(../images/bkgnd_lowerpicfade2.jpg);
	}
#content
	{
		padding: 5px;
		text-align:left;
		width:768;
		background-image:url(../images/bkgnd_blk_transparent.png);
		margin: 0 auto;
		border-style:solid;
		border-width:1px;
	}