body {
	margin: 10px;
	padding: 0;
	background-color: white;
}

body, p, div, td, .normal {
	font-family: Verdana, Arial;
	color: black;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

p, ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0px;
}

input, textarea {
	font-family: Verdana, Arial;
	font-size: 11px;
}

.hr {
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #FF9F17;
	clear: both;
	margin-top: 13px;
	margin-bottom: 13px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link, a:active, a:visited, a:hover {
	color: #4E5B63;
}

a:hover {
	color: #FF9F17;
}

.title {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 12px;
	color: #4E5B63;
}

.galleryTitle {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 25px;
	color: #FF9F17;
	width: 150px;
}

.categoryTitle {
	background: url(../img/dots.gif) repeat-x right top;
	padding: 0.5em 0;
}

.categoryTitle a:link, .categoryTitle a:active, .categoryTitle a:visited, .categoryTitle a:hover {
	font-weight: bold;
	color: #4E5B63;
	text-decoration: none;
}

.categoryTitle a:hover {
	color: #FF9F17;
}

a.newsletterSiteLink:link, a.newsletterSiteLink:active, a.newsletterSiteLink:visited, a.newsletterSiteLink:hover {
	font-size: 10px;
	color: white;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

a.newsletterSiteLink:hover {
	color: yellow;
}

.newsletterItem {
	border: 1px solid #FF6701;
	padding: 1px;
	background-color: white;
	margin-bottom: 10px;
}

.newsletterItem .header {
	height: 20px;
	font-weight: bold;
	color: white;
	font-family: Arial;
	font-size: 15px;
	padding-top: 1px;
	padding-left: 5px;
	margin-bottom: 2px;
}

.newsletterItem .body {
	padding: 5px;
}

.newsletterTable {
	border: 1px solid #4E5B63;
	margin-top: 2px;
}

.newsletterBody {
	padding: 10px;
	background-color: #EFEBFC;
	background-repeat: repeat-y;
}

.newsletterItem .picture {
	border: 1px solid #FF6701;
	padding: 1px;
	float: left;
}

.newsletterItem .price {
	font-weight: bold;
	font-size: 15px;
}

.footer td {
	padding: 10px;
	font-size: 10px;
}

.articlePicture {
	border: 1px solid #FF9F17;
	margin-right: 10px;
	margin-bottom: 10px;
}

.galleryPicture {
	border: 1px solid #FF9F17;
	margin-right: 25px;
	margin-bottom: 5px;
}

.abstract, .abstract p, .abstract div, .abstract td {
	font-style: italic;
}

