/* CSS Document */
.table_bordered {
	border:#666666 1px solid;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ol li {
	padding-bottom:30px;
}

ul li {
	padding-bottom:10px;
}

.blue {
	color:#0000CC;
}

.red {
	color:#FF0000;
}

.regular-orange {
	color:#FF6600;
}

.big-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.order-now {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0000FF;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FF0000;
}
.regular-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.yellowbox {
	padding:10px; background-color:#FFCC00; border:#666666 1px solid;
}
.hilightyellow {
	background-color: #FFFF00;
}
.button {
	background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}.p2 {
	line-height: 22px;
	text-align: justify;	
}
