@charset "utf-8";

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #00000;
	text-align: left;
}
.form-td {
	background-image:url(../images/form-background.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.centered-default-text {
	text-align: center;
}
.form-header-categories {
	font-weight: bold;
	color: #00000;
}
.form-heading {
	font-size: 13px;
	color: #9c03eb;
	font-weight: bold;
}
.bold-text {
	font-weight: bold;
}
.large-heading {
	font-size: 14px;
	font-weight: bold;
	color: #9c03eb;
}
.form-error {
	font-weight: bold;
	color:#F00;
	font-size: 11px;
}
.form-confirm {
	font-weight: bold;
	color:#000;
	font-size: 11px;
}
a:link {
	color: #9c03eb;
}
a:visited {
	color: #333;
}
a:active {
	color: #9c03eb;
}
.login-form-text {
	font-size: 11px;
}
.login-form-text-right {
	font-size: 11px;
	text-align: right;
}
.login-form-field {
	font-size: 11px;
}
.category-header {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #9c03eb;
}
.listing-alt {
	background: #ffffcc;
}

