﻿Body
{
	margin:0px;	
	font-family:Verdana, Arial;
}
.Border
{
	border: solid 1px #797979;
}
.TableMain
{
	width:648px;
	height:450px;
	padding:0;	
}
.Text
{
	font-size:9px;
	color:#797979;
}
.TextHeader
{
	font-size:11px;
	font-weight:bold;
}
.ScrollBar
{
	scrollbar-face-color: #bcbcbc; 
    scrollbar-highlight-color: #f1f1f1; 
    scrollbar-shadow-color: #eeeeee;
    scrollbar-3dlight-color: #cbcbcb; 
    scrollbar-arrow-color: #eeeeee;
    scrollbar-darkshadow-color: #d4d4d4;
    scrollbar-base-color: ffffff;
}
.TitleBox
{
	font-size:12px;	
	border:solid 1px #797979;
	text-align:center;
	vertical-align:middle;
	color:#ff9500;
	font-weight:bold;
	padding:5px;
}

.TableCommand
{
	font-size:10px;
	background-color:#e8e9e8;	
	border:solid 1px #797979;
	height:30px;
	color:#797979;
}

.Link:Visited
{
	color: #797979;
	text-decoration: none;
}
.Link:Hover
{
	color:#000000;
	font-weight:normal;
	text-decoration: none;
	font-size:10px;
}
.Link
{
	color: #797979;	
	text-decoration: none;
	font-size:10px;
}

.MenuLink:Visited
{
	color: #797979;
	text-decoration: none;
	font-size:11px;
}
.MenuLink:Hover
{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	font-size:11px;
}
.MenuLink:Link
{
	color: #797979;	
	text-decoration: none;
	font-size:11px;
}

