﻿body
{
    font-family: Tahoma;
    font-size: 12px;
}

td.Footer
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
}

.BodyText
{
	font-family: Tahoma;
	font-size: 9pt;
	text-align: left;
}

a.Footer
{
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
}

.Header
{
    font-size: x-large;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    margin: 0px;
    background-color: #808080
}

.Abstraction
{
	font-family: Tahoma;
	font-size: 14pt;
	color: #595959;
	text-align: left;
}

.SubHeader
{
	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	text-align: left;
}

.BoldPoint
{
	font-size: xx-large;
	font-family: Tahoma;
	font-weight: bold;
	text-align: left;
}

a .alt { display: none; }

a#EmbeddedMenuItem {
    display: block;
    width: 160px;
    height: 96px;
    background-image: url(/images/EmbeddedMenuItem.png);
    margin: 0 auto;
}
a#EmbeddedMenuItem:hover 
{
    background-image: url(/images/EmbeddedMenuItemHighlight.png);
}

a#WindowsMenuItem {
    display: block;
    width: 160px;
    height: 96px;
    background-image: url(/images/WindowsMenuItem.png);
    margin: 0 auto;
}
a#WindowsMenuItem:hover 
{
    background-image: url(/images/WindowsMenuItemHighlight.png);
}

a#eCommerceMenuItem {
    display: block;
    width: 160px;
    height: 96px;
    background-image: url(/images/eCommerceMenuItem.png);
    margin: 0 auto;
}
a#eCommerceMenuItem:hover 
{
    background-image: url(/images/eCommerceMenuItemHighlight.png);
}

a#MobileMenuItem {
    display: block;
    width: 160px;
    height: 96px;
    background-image: url(/images/MobileMenuItem.png);
    margin: 0 auto;
}
a#MobileMenuItem:hover 
{
    background-image: url(/images/MobileMenuItemHighlight.png);
}
