/* CSS Document */

a 	{
		text-decoration:none;
		color: #000000;}
	a:visited 	{
		text-decoration:none;
		color: #000000;}
	a:visited.comment 	{
		text-decoration:none;
		color: #666666;}
	a:hover 	{
		color: #CC0000;}
	a:hover.comment 	{
		color: #CC0000;}
	a img 		{
		border: solid black 1px;}
	a.comment	{
		color: #666666;}
body	{
		margin: 50px 0px 50px 0px;
		background-image: url(/graphics/bg.b2.png);
		/*background-attachment: fixed;*/
		/*background-color: #5F708C;*/
		background-color: #374151;
		font-family: verdana, arial, sans-serif;
		font-size: 8pt;
		text-align: left;}
h2 		{
		font-size: 9pt;
		font-weight: bold;
		margin: 0px;
		padding: 0px;}
p		{
		margin-top: 0px;
		padding-top: 0px;
		line-height: 1.6em;}
	p img{
		margin: 5px;}
hr		{
		size: 1px;}
#menu{
		background-image: url(/graphics/round-top.gif);
		background-position: top center;
		background-repeat: no-repeat;
		width: 607px !important;
		width /**/: 644px;
		height: 16px !important;
		height /**/: 20px;
		/*border: solid #5F708C 1px;*/
		/*border-bottom: 0px;*/
		color: #FFFFFF;
		font-size: 8pt;
		text-align: right;
		padding: 4px 20px 0px 15px;}
	#menu a{
		color: #FFFFFF;}
	#menu a:hover{
		color: #FFCC33;}
#bar {
		;}
#body{
		background-color: #FFFFFF;
		border: solid black 1px;
		border-top: 0px;
		width: 520px !important;
		width /**/: 642px;
		text-align: left;
		line-height:150%;
		padding: 35px 60px 20px 60px;}
#footer{
		background-image: url(/graphics/round-bottom.gif);
		background-position: bottom center;
		background-repeat: no-repeat;
		height: 18px;
		width: 642px;
		color: #FFFFFF;
		font-size: 7.5pt;
		text-align: center;}
#pics	{
		margin: 35px 52px 20px 52px;
		line-height: 150%;}
#box	{
		width: 440px;
		border-bottom: solid #999999 1px;
		padding-bottom: 8px !important;
		padding-bottom /**/: 0px;}
#box-title{
		background-image: url(/graphics/bar440.gif);
		background-repeat: no-repeat; 
		height: 16px; 
		font-weight: bold; 
		color: white; 
		text-align: center;}
#box-content{
		margin: 0px 10px 0px 10px;
		text-align: left;}
#box-list{
		width: 340px; 
		padding-left: 100px;
		text-align: left;}
.comment{
		color: #666666;
		font-size: 7.5pt;}
a.linkopacity img {
		filter:alpha(opacity=0); 
		-moz-opacity: 0; 
		opacity: 0;
		border: 0;}
a.linkopacity:hover img {
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
		border: 0;}