/*-- BODY --------------------------------------------------------------------*/
BODY {
	MARGIN: 20;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	background-color : #cc9999;
	color : #cc9999;
}

P.InvisibleText {
	background : #cc9999;
	color : #cc9999;
	font-size: 10px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-align : center;
	vertical-align : top;
}

/*-- MENU --------------------------------------------------------------------*/
.CurrentPageMenuItem {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

P.TopMenuLinkWrap {
	background : White;
    margin: 10 10 10 0;
    text-align : right;
	vertical-align : top;
}

P.BottomMenuLinkWrap {
	background : White;
    margin: 20 10 0 10;
    text-align : right;
	vertical-align : bottom;
}

/*-- Default Link ---------------------------------------------------------------*/
A {
	color : #660033; font : normal 14px Trebuchet MS, Verdana; 
}
A:visited {
	color : #660033; font : normal 14px Trebuchet MS, Verdana;
}
A:active {
	color : #660033; font : normal 14px Trebuchet MS, Verdana;
}
A:hover {
	color : black; font : normal 14px Trebuchet MS, Verdana;
}

/*-- Body Link ---------------------------------------------------------------*/
A.bodylink {
	color : #660033; font : normal 16px Trebuchet MS, Verdana; text-decoration: none; 
}
A.bodylink:visited {
	color : #660033; font : normal 16px Trebuchet MS, Verdana; text-decoration: none;
}
A.bodylink:active {
	color : #660033; font : normal 16px Trebuchet MS, Verdana; text-decoration: none;
}
A.bodylink:hover {
	color : black; font : normal 16px Trebuchet MS, Verdana; TEXT-DECORATION: underline;
}

/*-- List Link ---------------------------------------------------------------*/
A.listlink {
	background-color : #FFFFFF; color : #660033; font : normal 14px Trebuchet MS, Verdana; text-decoration: none; 
}
A.listlink:visited {
	background-color : #FFFFFF; color : #660033; font : normal 14px Trebuchet MS, Verdana; text-decoration: none;
}
A.listlink:active {
	background-color : #FFFFFF; color : #660033; font : normal 14px Trebuchet MS, Verdana; text-decoration: none;
}
A.listlink:hover {
	background-color : #FFFFFF; color : black; font : normal 14px Trebuchet MS, Verdana; TEXT-DECORATION: underline;
}

/*-- Small Link --------------------------------------------------------------*/
A.smalllink {
	background-color : #FFFFFF; color : #660033; font : normal 12px Trebuchet MS, Verdana; text-decoration: none; 
}
A.smalllink:visited {
	background-color : #FFFFFF; color : #660033; font : normal 12px Trebuchet MS, Verdana; text-decoration: none;
}
A.smalllink:active {
	background-color : #FFFFFF; color : #660033; font : normal 12px Trebuchet MS, Verdana; text-decoration: none;
}
A.smalllink:hover {
	background-color : #FFFFFF; color : black; font : normal 12px Trebuchet MS, Verdana; TEXT-DECORATION: underline;
}

/*-- Outside Small Link ------------------------------------------------------*/
A.outsmalllink {
	background-color : #cc9999; color : #FFFFFF; font : normal 12px Trebuchet MS, Verdana; text-decoration: none; 
}
A.outsmalllink:visited {
	background-color : #cc9999; color : #FFFFFF; font : normal 12px Trebuchet MS, Verdana; text-decoration: none;
}
A.outsmalllink:active {
	background-color : #cc9999; color : #FFFFFF; font : normal 12px Trebuchet MS, Verdana; text-decoration: none;
}
A.outsmalllink:hover {
	background-color : #cc9999; color : black; font : normal 12px Trebuchet MS, Verdana; TEXT-DECORATION: underline;
}

/*-- Image Link --------------------------------------------------------------*/
A.imglink {
	text-decoration: none;
}
A.imglink:visited {
	text-decoration: none;
} 
A.imglink:hover {
	background-color : #FFFFFF;
}

/*-- Paragraph Styles --------------------------------------------------------*/
P.LogoWrap {
	background : White;
    margin: 0 0 0 20;
    text-align : left;
	vertical-align : top;
}

P.PageHeader {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20;
    text-align : justify;
	vertical-align : top;
}

P.TitleBar {
	background : #f5f5f5;
	color : #660033;
    font-size: 16px;
	font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 10 30 10 30;
    text-align : center;
	vertical-align : top;
}

P.ProductGroupTagLine {
	background : White;
	color : #660033;
	font-size: 12px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-align : center;
	vertical-align : top;
}

P.ProductSale {
	background : White;
	color : #660033;
	font-size: 32px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-align : center;
	vertical-align : top;
}

/*-- Paragraph Styles: ProductList -------------------------------------------*/
P.ProductList-Name {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 20 20 0 5;
    text-align : right;
	vertical-align : top;
}

P.ProductList-SubTitle {
	background : White;
	color : #660033;
	font-size: 12px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 5 20 0 5;
    text-align : right;
	vertical-align : top;
}

P.ProductList-Text {
	background : White;
	color : #660033;
	font-size: 12px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20 20 10 5;
    text-align : justify;
	vertical-align : top;
}

P.ProductList-Code {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 20 10 0 10;
    text-align : center;
	vertical-align : top;
}

P.ProductList-Price {
	background : White;
	color : #336600;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 0 10 10 10;
    text-align : center;
	vertical-align : top;
}

.ProductList-SalePrice {
	background : White;
	color : #336600;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

.ProductList-SaleRegPrice {
	background : White;
	color : #990000;
	font-size: 12px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-decoration : line-through;
}

/*-- Paragraph Styles: ProductInfo -------------------------------------------*/
P.ProductInfo-Name {
	background : White;
	color : #660033;
	font-size: 24px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 40 50 0 50;
    text-align : right;
	vertical-align : top;
}

P.ProductInfo-SubTitle {
	background : White;
	color : #660033;
	font-size: 16px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 5 50 0 50;
    text-align : right;
	vertical-align : top;
}

P.ProductInfo-Code {
	background : White;
	color : #660033;
	font-size: 18px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 20 50 0 50;
    text-align : right;
	vertical-align : top;
}

P.ProductInfo-Text {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20 50 0 50;
    text-align : justify;
	vertical-align : top;
}

P.ProductInfo-VolWeight {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 40 50 0 50;
    text-align : left;
	vertical-align : top;
}

P.ProductInfo-Price {
	background : White;
	color : #336600;
	font-size: 32px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
    margin : 20 50 40 50;
    text-align : left;
	vertical-align : top;
}

.ProductInfo-SalePrice {
	background : White;
	color : #336600;
	font-size: 32px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

.ProductInfo-SaleRegPrice {
	background : White;
	color : #990000;
	font-size: 16px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-decoration : line-through;
}

/*-- Paragraph Styles: LandingPage -------------------------------------------*/
P.LandingPage-TopLogoWrap {
	background : White;
    margin: 10 0 0 10 ;
    text-align : center;
	vertical-align : top;
}

P.LandingPage-YahooImgWrap {
	background : White;
    margin: 20 20 0 0 ;
    text-align : right;
	vertical-align : middle;
}

P.LandingPage-BottomLogoWrap {
	background : White;
    margin: 10;
    text-align : center;
	vertical-align : top;
}

P.LandingPage-ProductWrap {
	background : White;
    margin: 40 0 40 0;
    text-align : center;
	vertical-align : top;
}

P.LandingPage-PageTitle {
	background : White;
	color : #660033;
	font-size: 22px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20 20 0 20;
    text-align : center;
	vertical-align : top;
}

P.LandingPage-PageSubTitle {
	background : White;
	color : #660033;
	font-size: 16px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 0 20 0 20;
    text-align : center;
	vertical-align : top;
}

P.LandingPage-PageBody {
	background : White;
	color : #000000;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20 20 0 20;
    text-align : justify;
	vertical-align : top;
}

P.LandingPage-ProductSide {
	background : White;
	color : #000000;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 0 20 0 10;
    text-align : justify;
	vertical-align : top;
}

P.LandingPage-ColorText {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 20 20 0 20;
    text-align : center;
	vertical-align : top;
}

UL.LandingPage-UL {
	background : White;
	color : #000000;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}


/*-- Paragraph Styles: CompanyInfo -------------------------------------------*/

P.CompanyInfo-Header {
	background : #ffffff;
	color : #660033;
	font-size: 12px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 5 10 5 0;
    text-align : right;
	vertical-align : top;
}

P.CompanyInfo-Footer {
	background : #cc9999;
	color : #ffffff;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 10 0 10 0;
    text-align : center;
	vertical-align : top;
}

P.Disclaimer-Footer {
	background : #cc9999;
	color : #ffffff;
	font-size: 10px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    text-align : center;
	vertical-align : top;
}

P.CompanyInfo-TopicTitle {
	background : White;
	color : #660033;
	font-size: 18px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 0 20 20 0;
    text-align : right;
	vertical-align : top;
}

P.CompanyInfo-TopicBody {
	background : White;
	color : #660033;
	font-size: 14px;
    font-family : "Trebuchet MS", Verdana;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
    margin : 2 50 20 20;
    text-align : justify;
	vertical-align : top;
}

/*-- margin: top right bottom left -------------------------------------------*/
