/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.menuFont
{
	font-family:Tahoma;
	font-size: x-small;
	color: #000B3F;
	font-weight: bold;
}
.menuFontLink
{
	font-family:Tahoma;
	font-size: x-small;
	color: #6C60A8;
	font-weight: bold;
}
.menuFontAlt
{
	font-family:Tahoma;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
.menuFontCat
{
	font-family:Tahoma;
	font-size: x-small;
	color: #6C60A8;
	font-weight: normal;
}
.menuFontCatSel
{
	font-family:Tahoma;
	font-size: x-small;
	color: #f4f3f8;
	font-weight: normal;
}
.LightFont
{
	font-family:Tahoma;
	font-size: x-small;
	color: LemonChiffon;
	font-weight: bold;
}
.itemFont
{
	font-family:Tahoma;
	font-size: xx-small;
	color: #000B3F;
	font-weight: bold;
}
.idfBold
{
	font-family:Tahoma;
	font-size: x-small;
	color: #6C60A8;
	font-weight: bold;
}
.idfPlain
{
	font-family:Tahoma;
	font-size: x-small;
	color: #6C60A8;
	font-weight: normal;
}
.idfPlainSmall
{
	font-family:Tahoma;
	font-size: xx-small;
	color: #6C60A8;
	font-weight: normal;
}
.itemFontPrice
{
	font-family:Tahoma;
	font-size: xx-small;
	color: #6C60A8;
	font-weight: bold;
}
.itemFontTitle
{
	font-family:Tahoma;
	font-size: large;
	color: #4A3C8C;
	font-weight: bold;
}
.itemFontTitleMed
{
	font-family:Tahoma;
	font-size: medium;
	color: #4A3C8C;
	font-weight: bold;
}
.ErrorFont
{
	font-family:Tahoma;
	font-size: x-small;
	color: #FF0000;
	font-weight: normal;
}
.LoginTitle
{
	font-family:Tahoma;
	font-size: Large;
	color: #6C60A8;
	font-weight: bold;
}
.LoginSmall
{
	font-family:Tahoma;
	font-size: x-small;
	color:#4A3C8C;
	font-weight: bold;
}
.ProdBrowserFontLink
{
	font-family:Tahoma;
	font-size: xx-small;
	color: #6C60A8;
	font-weight: normal;
}