body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

img
{
	border:	none;
}

.text_small {
	font-size: xx-small;
}
.border {
	border: 1px solid #CCCCCC;
}
.button {
	background-color:#A50D79;
	border: 0;
}
.form {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	border: 1px solid #CCCCCC;
}
a:visited.grey {
	color: #919191; 
	text-decoration: none
}
a:link.grey  {
	color: #919191; 
	text-decoration: none
}
a:active.grey {
	color: #919191; 
	text-decoration: none;
}
a:hover.grey {
	color: #000000; 
	text-decoration: none;
}
a:visited.white {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none
}
a:link.white {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none
}
a:active.white {
	color: #FFFFFF; 
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
}
a:hover.white {
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: underline;
}
a:visited.pink {
	color: #000000;
	text-decoration: none
}
a:link.pink {
	color: #000000;
	text-decoration: none;
}
a:active.pink {
	color: #000000; 
	text-decoration: none;
}
a:hover.pink {
	color: #A50D79;
	text-decoration: none;
}
.cell_pink {
	background-color: #A50D79;
	color: #FFFFFF;
}
.cell_grey {
	background-color:#585858;
	color: #FFFFFF;
}
.cell_lightgrey {
	background-color:#EAEAE8;
}
.border_right {
	border-right: 1px dashed #919191;
}
.border_bot {
	background-color: #ffffff;
	border:	none;
	border-bottom: 1px dashed #919191;
}
.border_bot_right
{
	border:	none;
	border-bottom: 1px dashed #919191;
	border-right: 1px dashed #919191;
}
.padding_left {
	padding-left: 10px;
}

.title
{
	font-weight:	normal;
	font-size:	1.0em;
	margin:		0;
	padding:	0;
}

#navcontainer {
	margin-top: 20px;
	height: 46px;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a {
	display: inline;
	padding: 5 10 5 10;
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px dotted #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
} 
#navlist1 a:hover {
	color: #000000;
}
#navlist1 li
{
display: inline;
list-style-type: none;
}
#navlist1 a {
	display: inline;
	padding: 5 15 5 15;
	color: #000000;
	font-size: xx-small;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px dotted #000000;
	padding-top: 14px;
	padding-bottom: 14px;
} 
#navlist1 a:hover {
	color: #A50D79;
}
.text_small {
	font-size: xx-small;
}
.text_grey {
	color: #919191;
}
.highlight_back {
	background-color:#CCCCCC;
	height: 25px;
	padding: 10px;
}
.jumpmenu {
	width: 180;
	border: 1px solid #cccccc;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-bottom: 10px;
}
.price {
	font-size: medium;
	font-weight: bold;
	color: #A50D79;
}
.cell_pad {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #919191;
}

#categories ul
{
	margin-left: 5px;
	padding-left: 15px;
}

#categories li
{
	border-top:		1px dashed #919191;
	list-style:	url(../images/bullet1.gif) outside;
	margin:	5px 0px 0px 0px;
	padding: 5px 0px;
}

table.100
{
	border:					0px;
	width:					100%;
	margin:					1px 1px 1px 1px;
	border-collapse:			collapse;
}