﻿body 
{
	margin:0px;
	text-align:center;
	background-color:White;
	background-image:url(../Img/Background.gif); 
	background-repeat:repeat-x;
}
.Text
{
	font-family:Tahoma;
	font-size:11px;	
	color: #6a6a6a;
}
.SmallText
{
	font-family:Tahoma;
	font-size:10px;	
	color: #6a6a6a;
}
.MainTable
{
	width:625px;	
}
.Border
{
	border: 1px solid #CCCCCC;	
}
.Link
{
	color:#ff6600;
	text-decoration:none;
	font-size:11px;
}
.Link:Hover
{
	color:Black;
	text-decoration:none;
}
H1.Google
{
	display:inline;	
	font-size:11px;
	font-weight:normal;
	line-height:16px;
}
.TextWait
{
	font-family:Tahoma;
	font-size:11px;	
	color:#ff6600;
}
.TableCommand
{
	font-family:Tahoma;
	font-size:11px;
	color:Black;
	background-color:White;	
	border:solid 1px Black;	
}
.MenuBar
{
	background-color:#FADEA8;	
	height:30px;	
}
.MenuBarTitle
{
	border: solid 1px #ff6600;
	border-right-width:0px;
	font-size:14px;	
	padding-left:5px;
	color:#ff6600;	
}
.MenuBarLink
{
	border: solid 1px #ff6600;
	border-left-width:0px;	
	padding-right:5px;	
}
.ModalBackground 
{
    background-color:Silver;
    filter:alpha(opacity=90);
    opacity:0.7;
}
