body 
{
	margin: 0;
	padding: 0;
}

/*
 * font styles
 */
.titleLarge
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 16pt;
	font-weight: bold;		
	color: #000000;
}

.titleSmall
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 14pt;
	font-weight: bold;		
	color: #000000;
}

.productName
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 14pt;
	color: #000000;
}

.formLabel
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #000000;
}

.tableHeader
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #000000;
}

.tableItem
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 8pt;
	color: #000000;
}

.textLgGray
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #333333;
}

.textMedGray
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #333333;
}

.textSmGray
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 8pt;
	color: #333333;
}

.textXsmGray
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 7pt;
	color: #808069;
}

.warning
{
	color: #FF0000;
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 8pt;
	font-weight: bold;		
}

/*
 * links found in AddOnsPanel page
 */
a.addToCart:link 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #990033;
	text-decoration: none;
}

a.addToCart:visited 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #990033;
	text-decoration: none;
}

a.addToCart:hover 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #FF0000;
	text-decoration: underline;
}

a.addToCart:active 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #000099;
	text-decoration: none;
}

/*
 * links for bread-crumb TrailPanel page
 */
a.trail:link 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #990033;
	text-decoration: none;
}

a.trail:visited 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #990033;
	text-decoration: none;
}

a.trail:hover 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #FF0000;
	text-decoration: underline;
}

a.trail:active 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	font-weight: bold;		
	color: #000099;
	text-decoration: none;
}

/*
 * links for general use
 */
a.genLink:link 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #504029;
	text-decoration: none;
}

a.genLink:visited 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #504029;
	text-decoration: none;
}

a.genLink:hover 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #666666;
	text-decoration: underline;
}

a.genLink:active 
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	color: #660000;
	text-decoration: none;
}
/*
* links for general use
*/
a.genLinkBold:link 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 10pt;
    color: #f6f6f7;
    text-decoration: none;
    font-variant: small-caps;
}

a.genLinkBold:visited 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 10pt;
    color: #f6f6f7;
    text-decoration: none;
    font-variant: small-caps;
}

a.genLinkBold:hover 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
    font-variant: small-caps;
}

a.genLinkBold:active 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 10pt;
    color: #ffffff;
    text-decoration: none;
    font-variant: small-caps;
}

/*
* links for general use
*/
a.adminLinkBold:link 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 12pt;
    color: #333300;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.adminLinkBold:visited 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 12pt;
    color: #333300;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.adminLinkBold:hover 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 12pt;
    color: #330000;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

a.adminLinkBold:active 
{
    font-family: Tahoma, Arial, TimesNewRoman;
    font-size: 12pt;
    color: #660000;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}

/*
 * alternating row colors
 */
.regRowBkg
{
	background-color: #FFFFFF;
}

.altRowBkg
{
	background-color: #EFEFEF;
}

.hdrRowBkg
{
	background-color: #DDDDDD;
}

/*
 * form styles
 */
input, textarea, select, option
{
	font-family: Tahoma, Arial, TimesNewRoman;
	font-size: 10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}