input, select, textarea {
	font: 12px Arial, Sans-Serif; 
	color: #7d7d7d;
	border: 1px solid #cccccc;
}

.button {
	background: #8a1f03;
	border: none;
	cursor: hand;
	font: bold 12px Arial;
	padding: 8px;
	color: #fff;
	text-transform: uppercase;
}

form {
	PADDING: 0px; 
	MARGIN: 0px; 
}

.noborder {
		border: none;
		background: none;
}


p {
	margin: 0px;
	padding: 0px;
}

.title {
	font-size: 22px;
	color: #00976a;
	margin-bottom: 10px;
}

.subtitle	{
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	color: #0089d3;
}

.text	{
	text-align: justify;
	margin-top: 10px;
	padding: 0px;
}

.list	{
	text-align: justify;
	margin-top: 5px;
	padding-left: 12px;
	background: url(../img/arrow.gif) no-repeat top left;
}

.apro	{
	font-size: 10px;
	text-align: justify;
	margin-top: 7px;
	padding: 0px;
}

.number	{
	float: left;
	font: bold 100px Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-right: 15px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: #7b7b76;
	color: #f7f7ea;
}

img.left	{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	padding: 0px;
}

img.right	{
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
}

td   {
	padding: 6px;
	text-align: justify;
	margin-top: 10px;
	font-size: 14px;
} 

.tabtitle {
	background: #003f5f;
	color: #fff;
	font-weight: bold;
	border-bottom: none;
}

.tablitle {
	background: #0089d3;
	color: #fff;
	font-size: 11px;
}

.price {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	color: #000;
}

.row {
	background: #f3f3f3;
}

a:link, a:visited {
	font-weight: bold;
	color: #0089d3;
	text-decoration: none;
}

a:hover, a:active {
	font-weight: bold;
	color: #003f5f;
	text-decoration: none;
}

.question	{
	margin-top: 10px;
	color: #0089d3;
}