h1 {
    font-size : 14pt;
    font-weight : bolder;
    color : #25254B;
}

h2 {
    font-size : 12pt;
    font-weight : bolder;
    color : #25254B;
    margin-top: 15px;
    margin-bottom: 5px;
}

p
{
    margin-top: 0px;
}

h3 {
    font-size : 10pt;
    font-weight : bolder;
    color : #25254B;
}

A:LINK, A:VISITED
{
	text-decoration : none;
}

A:ACTIVE, A:HOVER, A:FOCUS
{
	background-color : #25254B;
	text-decoration : none;
	color : White;
}

body, p, td,  table, input, select, textarea
{
    color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

/* form field styles */
.ClassINPUT, .ClassSELECT, .ClassTEXTAREA
{
	border : 1px solid #25254B;
	cursor : hand;
	background-color : White;
}

A.SimpleBoxTitle:LINK, A.SimpleBoxTitle:VISITED
{
    color: White;
	background-color : #25254B;
    font-weight: bold;
	text-decoration : none;
}

A.BreadcrumbTrail:LINK, A.BreadcrumbTrail:VISITED
{
    color: White;
	background-color : #25254B;
    font-weight: bold;
	text-decoration : none;
}

A.MyAccount:LINK, A.MyAccount:VISITED
{
    color: White;
	background-color : #25254B;
    font-weight: bold;
	text-decoration : none;
}

.ChildLink
{
    font-size: 7pt;
}

.SimpleBox
{
	border-style : solid;
	border-width : 1px 1px 1px 1px;
	border-color : #25254B;
}

.SimpleBoxTitle
{
	border-color : #25254B;
	background-color : #25254B;
	color : White;
}

.CartSmall
{
	border : 0px none;
	font-size : 8pt;
}

.Footer
{
	font-size : 8pt;
	color : #25254B;
	text-align : center;
}

.PriceListAttribute
{
	font-size : 8pt;
}


.ErrorMessage
{
	color : #FF1111;
}
