﻿body 
{
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.mainsize 
{
	height:650;
}

.titleBar
{
	font-family:Arial;
	font-size:larger;
	color:#C0C0C0;
}

.WebLink
{
	color: blue; 
	font-family: Arial; 
	font-size:10pt; 
	line-height: 12pt
}

.WebLink:hover
{
	color: red; 
	font-family: Arial; 
	font-size:10pt; 
	line-height: 12pt;
}

.SmallBlueLink
{
	color: #E4E9EF; 
	font-family: Arial; 
	font-size:8pt; 
	line-height: 8pt;
}
	
.SmallBlueLink:hover
{
	color: yellow; 
	font-family: Arial; 
	font-size:8pt; 
	line-height: 8pt;
}

.SmallMainLink
{
	color: blue; 
	font-family: Arial; 
	font-size:8pt; 
	line-height: 8pt;
}
	
.SmallMainLink:hover
{
	color: red; 
	font-family: Arial; 
	font-size:8pt; 
	line-height: 8pt;
}

.BlogLink
{
	color: blue; 
	font-family: Arial; 
	font-size: 14pt; 
	line-height: 14pt;
	font-weight: bold; 
}
	
.BlogLink:hover
{
	color: red; 
	font-family: Arial; 
	font-size: 14pt; 
	line-height: 14pt;
	font-weight: bold; 
}

.tablecolumn
{
    text-align: center;
}
.numericEditing
{
	text-align: right;
}
