bin//* Every CRW Web Page should include this Style Sheet */
/* Items specified by this Style Sheet should be locally overidden only when absolutely necessary.*/
BODY {
		font-family: Verdana, Arial, Helvetica;
		font-size: 10pt;
		background-color:#FFFFFF;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center center;}

A:link, A:visited {
		color:#009999;
		text-decoration:underline;
		font-weight: bold;
}

A:link:hover, A:visited:hover {
		color:#FF0000;
		text-decoration:underline;
		font-weight: bold;
}

UL A:link, A:visited {
		color:#666666;
}
UL A:link:hover, A:visited:hover {
		color:#FF0000;
}



/* All elements should use this font family */
SPAN, H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, TH, TD, CAPTION,
  DT, DD, ADDRESS, BLOCKQUOTE {font-family: Verdana, Arial, Helvetica, sans-serif; }
 
SPAN, P, UL, OL, DIR, MENU, DIV, TH, TD, CAPTION,
  DT, DD, ADDRESS, BLOCKQUOTE {font-size: 10pt;
  }
 
.footnote	{ font-size:	8pt } }


HR {
		height: 9;
		color: #FFFF99;
}
 

/* Basic first level title. Keep .H1Color and .H1Look in sync. */
H1 {
		font-size: 14pt;
		font-weight: bold;
		font-style: italic;
		color: #009999;
		text-align: center;
}

.H1Look {
		font-weight: bold;
		font-style: italic;
		color: #009999;
		text-align: center;
}

.H1Color {
		color: #009999;
}

/* Basic second level title */
/* Keep this in sync with .H2Look & .H2Color */
H2 {
		font-weight: bold;
		font-size: 12pt;
		color: #990033;
}

.H2Look {
		font-weight: bold;
		color: #990033;
}

.H2Color {
		color: #990033;
}


.price {
text-align:right;
}

td.c {
	border-bottom: thin solid brown;
	margin: 0;
	padding: 5;
}
th.c {
	border: thin solid brown;
	margin: 0;
	padding: 5;
	background-color: #993333;
	color: white;
}

.button {
	background-color: #993333;
	font-weight: bold;
	color: white;
	padding: 5;
	border: medium none #993333;
}

.category {
	text-align:center;
	font-size: 14pt;
	color: #993333;
	padding-top: 20;
	padding-bottom: 0;
	border-bottom: thick solid brown;
}

H6 {
	font-weight: bold;
	font-size: 14pt;
}

.boldright {
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
	width:100;
}

.bodybold {
	font-weight: bold;
	font-size: 10pt;
}

.bodyred {
	font-weight: bold;
	color: red;
	font-size: 9pt;
}

.titlebox {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	border: 2px solid #ffffff;
	background-color: #cccccc;
}

