body {
	margin: 0px;
}
form {

	margin: 0px;
}
.celleven {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C7B9D0;
	border-right-color: #C7B9D0;
	border-bottom-color: #C7B9D0;
	border-left-color: #C7B9D0;
	background-color: #FFFFFF;


}
.cellodd {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C7B9D0;
	border-right-color: #C7B9D0;
	border-bottom-color: #C7B9D0;
	border-left-color: #C7B9D0;
	background-color: #F2F0F5;

}

a:link {
	color: #503562;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;


}
a:visited {

	color: #503562;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #AD8DC2;
	text-decoration: underline;
	font-weight: bold;

}
td {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;

}
p {
	margin-right: 5px;
	margin-left: 5px;
	word-wrap:break-word; 
}
h1 {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 14px;

}
h2 {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;

}

.formbackground {
	background-color: #E7E1EB;
}
.price {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;

}

