﻿body, td
{
	font-family:MS Sans Serif;
	font-size: 14px;
	margin: 0px;
}

.NavigMenuFont { color:White; }

.totalErrors {text-align:left;}

.NavMenuItem 
{
	background-attachment: fixed; 
	background: url("Images/menu_item.jpg"); 
	background-repeat: no-repeat; 

	height:31px;
	color:White;
	
	font-family:MS Sans Serif;
	font-size:12px;
	font-weight:bold;
	
	padding-left: 10px;
	cursor:default;
}


.NavMenuItemCell
{
	padding-left: 5px;
}


.NavMenuItemSelected 
{
	background-attachment: fixed; 
	background: url("Images/menu_item_sel.jpg"); 
	background-repeat: no-repeat; 

	height:31px;
	color:White;

	font-family:MS Sans Serif;
	font-size:12px;
	font-weight:bold;

	padding-left: 10px;
	cursor:default;
}

.NavMenuItemOver 
{
	background-attachment: fixed; 
	background: url("Images/menu_item_over.jpg"); 
	background-repeat: no-repeat; 

	height:31px;
	color:#2269a9;

	font-family:MS Sans Serif;
	font-size:12px;
	font-weight:bold;

	padding-left: 10px;
	cursor:pointer;
}

.NavMenuItemTop
{
	background-attachment: fixed; 
	background: url("Images/menu_item_top.jpg"); 
	background-repeat: no-repeat; 

	height:41px;
}


.HeaderBlock
{
	background-attachment: fixed;
	background: url("Images/header.jpg");
	background-repeat: no-repeat;
	color: White;
	background-position: center top;
}

.textlnk { color:#004d93; }
A.textlnk:visited { color:#004d93; }

.headerlnk { color:White; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.headerlnk:visited { color:White; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.headerlnk:link { color:White; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.headerlnk:hover { color:White; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}

.callUs { color:#9dbbd5; font-family:Arial; font-size:12px; font-weight:bold;}
.searchTitle { color:Gray; font-family:Arial; font-size:18px; text-decoration:none;}

.NavMenuLink { color:White; font-family:MS Sans Serif; font-size:12px; text-decoration:none;}
.NavMenuLinkSel { color:#2269a9; font-family:MS Sans Serif; font-size:12px; text-decoration:none;}

.copyright { font-size:10px; font-weight:normal; color:#9dbbd5; text-decoration:none; }

.bottomlnk { color:#9dbbd5; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
.bottomlnksel { color:#2269a9; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.bottomlnk:visited { color:#9dbbd5; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.bottomlnk:link { color:#9dbbd5; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}
A.bottomlnk:hover { color:#2269a9; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none;}

.imageborder { padding:5px; background-color:#F0F0F0; border:1px solid #125E90;}