/* CSS Document */
.smalltext {
	font-size:xx-small;
	color:#666666;
}
.style1 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}
.formstyle {
	background-color:#FFCC00; 
	border-width:thin; 
	border-style:double; 
	border-color:#FF9900;
}.class_btn_buynow {
	background-image: url(../Images/btn_buynow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 20px;
	width: 120px;
	text-decoration: none;
}
.greylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.darkgreylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.table_articles {
	border-top: 2px solid #FC0;
	border-bottom: 2px solid #FFD10B;
}
.inputstyle {
	background-color:#FFCC00;
	border-width:thin;
	border-style:double;
	border-color:#FF9900;
	width: 300px;
}

