@media screen {
	BODY {
	background-image : url("images/bgstrip.gif");
	background-repeat : repeat-x;
	background-attachment: fixed;
	}
}

P {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	color : #000000;
}

P.note {
	font-family : 'Verdana', sans-serif;
	font-size : 7pt;
	color : #000000;
}

FONT {
	font-family : 'Arial', sans-serif;
	font-size : 8pt;
	color : #000000;
	background: #FACC7D;
}

FONT.shop {
	background: #CCCCFF;
}


P.top {
	font-family : 'Arial', sans-serif;
	font-size : 8pt;
	color : #000000;
}

P.bottom {
	font-family : 'Arial', sans-serif;
	font-size : 8pt;
	color : #213F9A;
}

H1 {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	color : #000000;
	font-weight : normal;
}

H2 {
	font-family : 'Verdana', sans-serif;
	font-size : 10pt;
	color : #000000;
	font-weight : normal;
}

A:link {
	text-decoration : none;
	color : #000000;
}

A:visited {
	text-decoration : none;
	color : #000000;
}

A:hover {
	text-decoration : none;
	color : #000000;
}

A:active {
	text-decoration : none;
	color : #000000;
}

A.text:link {
	text-decoration : none;
	color : #213F9A;
	font-weight : bold;
}

A.text:visited {
	text-decoration : none;
	color : #213F9A;
	font-weight : bold;
}

A.text:hover {
	text-decoration : none;
	color : #FAA619;
	font-weight : bold;	
}

A.text:active {
	text-decoration : none;
	color : #213F9A;
	font-weight : bold;
}

A.home:link {
	text-decoration : none;
	color : #213F9A;
}

A.home:visited {
	text-decoration : none;
	color : #213F9A;
}

A.home:hover {
	text-decoration : none;
	color : #000000;
	background : #FAA619;
}

A.home:active {
	text-decoration : none;
	color : #000000;
	background : #FAA619;
}

A.top:link {
	color : #000000;
}

A.top:visited {
	color : #000000;
}

A.top:hover {
	color : #000000;
	background: #FACC7D;
}

A.top:active {
	color : #000000;
}

A.shop:link {
	color : #FFFFFF;
}

A.shop:visited {
	color : #FFFFFF;
}

A.shop:hover {
	color : #000000;
	background: #CCCCFF;
}

A.shop:active {
	color : #FFFFFF;
}

A.bottom:link {
	color : #213F9A;
}

A.bottom:visited {
	color : #213F9A;
}

A.bottom:hover {
	color : #FFFFFF;
	background : #213F9A;
}

A.bottom:active {
	color : #213F9A;
}

A.dp:link {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	color : #909FCC;
	letter-spacing : 1pt;
}

A.dp:visited {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	color : #909FCC;
	letter-spacing : 1pt;
}

A.dp:hover {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	color : #909FCC;
	letter-spacing : 1pt;
	text-decoration : underline;
}

A.dp:active {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	color : #909FCC;
	letter-spacing : 1pt;
}

IMG {
	border : 0;
}

HR {
	color : #213F9A;
	height: 1px;
}

INPUT {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #DEE3F0;
}

INPUT.shipping {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #F0F0DD;
}

INPUT.payment {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #F0DDDD;
}

INPUT.white {
	font-family : 'Verdana', sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #000000;
	background-color : #FFFFFF;
}

SELECT {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #DEE3F0;
}

SELECT.payment {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #F0DDDD;
}

INPUT.choice {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : transparent;
}

TEXTAREA {
	font-family : 'Verdana', sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #000000;
	background-color : #DEE3F0;
}

.hidden {
	display : none 
}

.visible {
	display : block 
}