﻿body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto; 
	font-family: Verdana, Tahoma, Arial; 
	font-size: 12px;
	/*color: Gray;*/
}

.tblBodyContent
{
	background-color: #DFEEF5;
	background-image: url(Images/TabModule_BG_content.png);
}

A
{
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}

A:link
{
	color: #003399;
	text-decoration: underline;
}

A:hover
{
	color: #ab2326;
	text-decoration: underline;
}
A:visited
{
	color: #003399;
	text-decoration: underline;
}


.navNode
{
	font-size: 11px;
	font-weight: 800;
	color: #003366;
	text-decoration: none;
	font-variant:small-caps;
}
A.navNode:link
{
	color: #003366;
	text-decoration: none;
}
A.navNode:visited
{
	color: #003366;
	text-decoration: none;
}
A.navNode:hover
{
	color: #ab2326;
	text-decoration: underline;
}
