﻿body 
{
	font-family:Arial;
	font-size:12px;
}
.TopMenu
{
	color:#990000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.TopMenu a
{
	color:Black;
	font-size:10px;
	text-decoration:none;
}
.TopMenu a:hover
{
	color:Red;
	font-size:10px;
	text-decoration:none;
}
.Footer
{
	text-align:center;
	color:Silver ;
	font-size:27px;
}
.Copyright
{
	text-align:center;
	color:Silver ;
	font-size:12px;
}
.ActiveTab
{
	text-align:center;
	background-color:#42C5F9;
	color:White;
	font-weight:bold;
	border-left-style:solid;
	border-left-color:#42C5F9;
	border-left-width:1px;
	
	border-top-style:solid;
	border-top-color:#42C5F9;
	border-top-width:1px;
	
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#42C5F9;
}
.InActiveTab
{
	text-align:center;
	background-color:#51CE42;
	color:White;
	font-weight:bold;
	border-left-style:solid;
	border-left-color:#42C5F9;
	border-left-width:1px;
	
	border-top-style:solid;
	border-top-color:#42C5F9;
	border-top-width:1px;
	
	border-right-style:solid;
	border-right-color:#42C5F9;
	border-right-width:1px;
	
}
