body
{
	margin: 0 0 0 0;
	color: #000000;
	font-size: x-small;
	font-family: Verdana, Helvetica, Arial;
}
.Header
{
	text-align: center;
	color: #2A2D79;
	font-size: large;
	background-image: url(/images/excell_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 90px;
}
.MainMenu
{
	color: #FFFFFF;
	font-size: x-small;
	text-align: center;
	background-color: #666666;
}
.Footer
{
	color: #666666;
	text-align: center;
	font-size: xx-small;
	background-color: #BFBFBF;
}
.SideColumn
{
	background-color: #320033;
	color: #FFFFFF;
	font-size: x-small;
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.SideColumn a:link, .SideColumn a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
.SideColumn a:hover
{
	background-color: #102EcE;
}
.CenterColumn
{
	text-align: left;
	font-size: x-small;
	vertical-align: top;
	padding: 20 20 20 20;
}
.CenterColumn h2
{
	color: #2a2d79;
	margin: 10 0 10 0;
}
.CenterColumn h3
{
	color: #2a2d79;
	margin-top: 10px;
}
.CenterColumn p
{
	text-align: left;
	margin: 8 0 8 0;
}
.CenterColumn ul, .CenterColumn table
{
	font-size: x-small;
}
.CenterColumn a:link, .CenterColumn a:visited
{
	color: #2a2d79;
}
.ExcellBulletList
{
	color: #000000;
	font-size: x-small;
	font-weight: 500;
	list-style-type: none;
}
.ExcellBulletList li
{
	margin: 0 0 0 0;
	padding: 7 0 7 30;
	background-image: url(/images/logo_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#crmimage
{
	font-size: xx-small;
	font-weight: bold;
	background-image: url(/images/crm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
}
#newsTOC, #newsTOC td
{
	vertical-align: top;
}
#customerlogin, #customerlogin a:link, #customerlogin a:visited
{
	vertical-align: bottom;
	text-align: right;
	font-size: xx-small;
	color: #2a2d79;
	text-decoration: none;
}
#customerlogin a:hover
{
	background-color: #2a2d79;
	color: #FFFFFF;
}
#articlecontact
{
	text-align: left;
}
#dhtmltooltip
{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dmtmltooltip h4
{
	padding-bottom: 5px;
	text-align: center;
}