﻿body {
}
.Title
{
	font-size: 20px;
	color: dimgray;
	font-family: Arial;
}
.TitleGreen
{
	font-size: 30px;
	color: #3c5106;
	font-family: 'Trebuchet MS' , Tahoma, Arial;
	padding-top: 35px;
	padding-left: 13px;
}
.SubtitleGreen, .SubtitleGreen a, .SubtitleGreen a:active, .SubtitleGreen a:hover, .SubtitleGreen a:link, .SubtitleGreen a:visited
{
	font-size: 16px;
	color: #3c5106;
	font-family: 'Trebuchet MS' , Tahoma, Arial;
	padding-left: 13px;
	padding-bottom: 4px;
}
.Control
{
	font-size: 14px;
	color: dimgray;
	font-family: Tahoma;
}
.SmallControl
{
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
}

.BlackControl
{
	font-size: 16px;
	color: dimgray;
	font-family: Tahoma;
	color: Black;
}

.Error
{
	font-size: 14px;
	color: Red;
	font-family: Arial;
	font-weight: bold;
}

.WhiteBold, .WhiteBold a, .WhiteBold a:active, .WhiteBold a:link, .WhiteBold a:hover, .WhiteBold a:visited
{
	font-size: 16px;
	color: #2858d8/*White*/;
	font-family:Arial;	
}

.Title, .Title a, .Title a:active, .Title a:link, .Title a:hover, .Title a:visited
{
	font-size: 24px;
	/*color: dimgray;*/
	font-weight:lighter;
	font-family: Arial;
	color: #4f92ff/*254ed0*/;
}

.LabelSmall, .LabelSmall a, .LabelSmall a:active, .LabelSmall a:link, .LabelSmall a:hover, .LabelSmall a:visited
{
	font-size: 13px;
	color: dimgray;
	font-family:Trebuchet MS;	
}

.LabelSmallWhite, .LabelSmallWhite a, .LabelSmallWhite a:active, .LabelSmallWhite a:link, .LabelSmallWhite a:hover, .LabelSmallWhite a:visited
{
	font-size: 13px;
	color: #4f92ff/*White*/;
	font-family:Arial;	
}

.Hyperlink, .Hyperlink a, .Hyperlink a:active, .Hyperlink a:link, .Hyperlink a:hover, .Hyperlink a:visited
{
	font-size: 13px;
	color: 333366;
	font-family:Trebuchet MS;	
}
.grid
{
	background-image: url(../../Images/grid.jpg;
	background-repeat: no-repeat;
	background-position: center;
}

A:link	
{	
	text-decoration:	none;
	color:	#0e17a4;
}	
		
A:visited	
{	
	text-decoration:	none;
	color:	#0e17a4;
}	
		
A:active	
{	
	text-decoration:	none;
	color:	#0e17a4;
}	
		
A:hover	
{	
	text-decoration:	underline;
	color:	#0e17a4;
}
