@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: small;
	color: #D32D4E;
}

a:link {
	text-decoration: none;
	color: #DF667E;
}

a:visited {
	text-decoration: none;
	color: #DF667E;
}

a:hover {
	text-decoration: underline;
	color: #E996A7;
}

a:active {
	text-decoration: none;
	color: #E996A7;
}

.grey_color {color: #999999}

.big_color_red {
	color: #FF0000;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.price {
	color: #FF6600;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small_description {
	color: #CC0000;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.big_color_blue {
	color: #0066CC;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
