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


div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-image: url();
	color: #000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.91em;
	line-height: 1.3;
	padding: 5px 10px;
	text-align: justify;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.0em;
	line-height: 1;
	color: #600;
	text-transform: capitalize;
	font-weight: 900;
	text-align: center;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1;
	color: #28526B;
	text-align: center;
	padding: 5px 10px;
	text-transform: capitalize;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.75em;
	color: #F00;
	text-align: center;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	color: #28679A;
	text-align: center;
	font-weight: 600;
}
.buynow {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	line-height: 1;
	color: #F00;
	text-align: center;
	font-weight: bold;
	text-decoration: blink;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #FF0;
	font-style: italic;
	font-weight: 900;
}
.strike {
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-decoration: line-through;
}
#testiIM {
	background: #cc9;
	padding: 10px;
	border: 4px solid #600;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1;
	margin: auto 40px;
	text-align: justify;
}
#testiUser {
	background: #CCFFFF;
	padding: 10px;
	border: 4px dashed #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1;
	margin: auto 40px;
	text-align: justify;
}
#Info {
	background: #B9D6E4;
	padding: 10px;
	border: 4px groove #600;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1;
	margin: auto 40px;
	text-align: justify;
}


