@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bgfarid.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.MainMenu {
	font-family: Tahoma;
	font-size: small;
	color: #000000;
}
.Welcome {
	font-family: Tahoma;
	font-size: large;
	color: #FFFFFF;
	background-color: #A9B4C8;
}
.Latest {
	font-family: Tahoma;
	font-size: medium;
	color: #494D54;
	background-color: #E6E9EE;
}
.ProductTitle {
	font-family: Tahoma;
	font-size: small;
	color: #33363E;
}
.PictureBorder {
	border: 2px solid #FFFFFF;
}
.GroupTitle {
	font-family: Tahoma;
	font-size: large;
	color: #86455D;
	font-weight: bold;
}
.ReadMore {
	font-family: Tahoma;
	font-size: small;
	color: #86455D;
}
.ReadLine {
	font-family: Tahoma;
	font-size: small;
	color: #86455D;
}
.BoldTitle {
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #5A6069;
}
