﻿	body
	{
		/*position:relative;
		paddign:0px;*/

	}
	
	h2
	{
		color:#FFFFFF;
		font-size:90%;
		font-family:arial;
		margin:10px 10px 10px 10px;
		font-weight:bold;
	}
	
	h2 span
	{
		font-size:105%;
		font-weight:normal;
	}
	
	.TextBox
	{
	background-color: #7B868C;
	border-style: none;
	color: #FFFFFF;
	}
	
	
	#sideBar
	{
		position: absolute;
		width: auto;
		height: auto;
		background-color: #605D5C;
		/*filter:alpha(opacity=85);
		opacity: 0.85;*/

	}
	
	#sideBarTab
	{
		float:left;
		height:1px;		
		width: 790px;		
				
	}
	
	#sideBarTab img
	{
		border:0px solid #FFFFFF;
		width: 135px;
		width:790px;
	}
	
	#sideBarContents
	{
		overflow:hidden !important;
		height:auto;		
	}
	
	#sideBarContentsInner
	{
		/*width:200px;*/
	}
	
	a.Link, a.Link:visited, a.Link:Link
{
	color: #99A2A6;
	text-decoration: none;
	cursor: pointer;
	padding-left:70px;
}

	a.Link:hover 
	{ 
		text-decoration:underline; 
		color: #FFFFFF;
	}
		
.Button
{ 
	background: url('../images/Go.png') no-repeat; 
	border:0; 
	border-style:none;
	font-weight:bold; 
	width:40px; 
	padding-bottom:2px; 
	cursor:pointer; 
	
}

.Button:hover
{ 
	background: url('../images/Go2.png') no-repeat; 
	border:0; 
	font-weight:bold; 
	width:40px; 
	height:auto; 
	padding-bottom:2px; 
	cursor:pointer; 
}