/* CSS Document */
td,p,div, a {
	font-family: Verdana;
	font-size: 12px;
	color: #565656;
	line-height: 22px;
}

input, select, textarea {
	font-size: 11px;
}

.form_text {
	font-size: 11px;
}

.form_head{
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	color: #999999;
}

.title_heading {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.sub_heading {
	font-size: 16px;
	font-weight: bold;
}

.price {
	font-size: 18px;
	font-weight: bold;
}


.copyright {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}




