﻿.homeTable td
{
	background-image: url(../images/button-background.jpg);
	width: 140px;
	height: 33px;
}

.homeLink
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
	color: #0A2766;
	text-decoration: none;
}

.homeWelcome
{
}

.homeWelcome td
{
	background: #cccccc;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #0A2766;
	text-decoration: none;
	width: 870px;
	height: 109px;
}

.canTable_red td
{
	background-image: url(../images/can-red-background.jpg);
	width: 252px;
	height: 17px;
}

.canLink_red
{
	color: White;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.canTable_blue td
{
	background-image: url(../images/can-blue-background.jpg);
	width: 252px;
	height: 17px;
}

.canLink_blue
{
	color: White;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.idLink
{
	text-decoration: none;
}

.dimensionTable
{
	color: Navy;
	border-color: Navy;
	border-style: solid;
	border-bottom-style: solid;
	border-bottom-color: Navy;
	border-left-style: solid;
	border-left-color: Navy;
	border-right-style: solid;
	border-right-color: Navy;
	border-top-style: solid;
	border-top-color: Navy;
	font-size: small;
	font-weight: bolder;
	vertical-align: text-top;
	text-align: center;
	width: 600px;
}

.dimensionTableHeader
{
	color: Navy;
	border-bottom-style: solid;
	border-bottom-color: Navy;
	border-left-style: solid;
	border-left-color: Navy;
	border-right-style: solid;
	border-right-color: Navy;
	border-top-style: solid;
	border-top-color: Navy;
	font-size: medium; 
	font-weight: bolder; 
	height:40px; 
	vertical-align:middle 
	
}


#tblDisp
{
	border:0px;
	padding:0px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bolder;
	color: Navy;
}
#tblDisp tr
{ 
	vertical-align:top;
}
#tblDisp ul
{ 
	padding:0px 0px 0px 0px;
	margin:5px 0px 10px 0px;
}
#tblDisp li
{ 
	display:block;
	padding:3px 0px 0px 22px;
	margin:5px 10px 0px 0px;
	list-style:none;
}
#tblDisp a
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bolder;
}
#tblDisp li.blue
{
	height:22px;
	width:188px;
	background-image:url(../images/disp_BlueBG.jpg);
	background-repeat:no-repeat
}
#tblDisp li.red
{
	height:22px;
	width:188px;
	background-image:url(../images/disp_RedBG.jpg);
	background-repeat:no-repeat
}