@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
table {
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	color: #990000;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
		text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #990000;
}
.Menutable {
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
.Menutable:hover {
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color:#CCCCCC;
	color:#990000;
	cursor:hand;	
}

.Menuarrow {
	text-align:right;
}
.Highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
.imglink {
	border: 1px solid #CCCCCC;
}
.bodytext 
{
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.strike 
{
	text-decoration: line-through;
}
.offer 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
}

table.carttable 
{
	border: 1px solid white;
	border-style:solid;
	border-width: 1px;
	border-color: white;
	

}

table.carttable td {
border:1px solid white;
border-style:solid;
	border-width: 1px;
	border-color: white;
} 
.carttable
{
	border: 1px solid white;
	border-style:solid;
	border-width: 1px;
	border-color: white;
}
-->
</style>