body {
background-image: url(/images/background-patch.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #795a83;
}

table#maintable {
background-image: url(/images/background-swirl.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.roundtextbox {
	background-color: #990099 !important;
	border: 0px solid #990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.textbox {
	background-color: #990099;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.button  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #990099;
	cursor:hand;
}
.buttonold  {
	background-color: #003333;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	cursor:hand;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}

a.menutext:active {
	color: #CCCCCC;
}

a.menutext:link {
	color: #FFFFFF;
}

a.menutext:visited {
	color: #FFFFFF;
}

a.menutext:hover {
	color: #CCCCCC;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

a.bodytext:active {
	font-weight: bold;
	color: #CCCCCC;
}

a.bodytext:link {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytext:visited {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytext:hover {
	font-weight: bold;
	color: #CCCCCC;
}

.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a.bodytextsmall:active {
	font-weight: bold;
	color: #CCCCCC;
}

a.bodytextsmall:link {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytextsmall:visited {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytextsmall:hover {
	font-weight: bold;
	color: #CCCCCC;
}

.plaintextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}

a.plaintextsmall:active {
	font-weight: bold;
	color: #CCCCCC;
}

a.plaintextsmall:link {
	font-weight: bold;
	color: #FFFFFF;
}

a.plaintextsmall:visited {
	font-weight: bold;
	color: #FFFFFF;
}

a.plaintextsmall:hover {
	font-weight: bold;
	color: #CCCCCC;
}

.bodytexttiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a.bodytexttiny:active {
	font-weight: bold;
	color: #CCCCCC;
}

a.bodytexttiny:link {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytexttiny:visited {
	font-weight: bold;
	color: #FFFFFF;
}

a.bodytexttiny:hover {
	font-weight: bold;
	color: #CCCCCC;
}

/* New style for montage image 22-03-05 */
#montage {
	position:absolute;
	left: 125px;
	top: 194px;
	width: 755px;
	height: 258px;
	border: 0px;
	z-index: 5;
}

/* New style for montage image on Why Buy Online page 09-05-06 */
#montage2 {
	position:absolute;
	left: 125px;
	top: 240px;
	width: 755px;
	height: 258px;
	border: 0px;
	z-index: 5;
}

/* New style for credits on home page */
p.creditsleft, p.creditsright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

p.creditsleft {
	float: left;
	text-align: left;
	margin-left: 5px;
}

p.creditsright {
	float: right;
	text-align: right;
	margin-right: 5px;
}

p.creditsleft a:visited, p.creditsleft a:link, p.creditsright a:visited, p.creditsright a:link {
	font-weight: bold;
	color: #FFFFFF;
}

p.creditsleft a:active, p.creditsleft a:hover, p.creditsright a:active, p.creditsright a:hover {
	font-weight: bold;
	color: #CCCCCC;
}

/* New page heading style */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
}