﻿body 
{
	background:url(body_bg.gif) repeat-y scroll;
	margin:0px;
	padding:0px;
}

#top_3
{
	width:863px;
	height:10px;
	background:#fff url(top_3_bg.gif) no-repeat;
	border:solid 0px #000;
	}	
	
#bottom_2
{
	width:863px;
	height:10px;
	background:#fff url(top_3_bg.gif) no-repeat;	
	border:solid 0px #000;
	}		

td.bottom_1_left
{
	width:42px; 
	height:25px;
	background: url(bottom_1_left_corner.gif) no-repeat;
	white-space:nowrap;
	}	
td.bottom_1_center
{
	width:700px; 
	height:25px; 
	background: url(bottom_1_center_bg.gif) repeat-x;
	color:#fff;
	white-space:nowrap;
	}	
td.bottom_1_right
{
	width:42px; 
	height:25px;
	background: url(bottom_1_right_corner.gif) no-repeat;
	white-space:nowrap;
	}	
td.files_uploaded_header
{
	background:url(body_bg.gif);
	color:#fff;
	font-weight:bold;
	padding: 5px 5px 5px 5px;
	}	

h1
{
	 font-size:20px;
	 font-weight: normal;
	 color:#82aa00;
	 }
.green_hyperlink
{
	color:#82aa00;
	text-decoration:none;
	}
.green_hyperlink:hover	
{
	color:#82aa00;
	text-decoration:underline;
	}	

