td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:14px;
	/*color:#806C59;*/
	color:#002449;
}

form
{
	margin:0px;
}

a {
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	font-weight: bold;
	color:#002449;
}

A:Hover  {
	color : #002449;
	/*text-decoration : underline; */
	text-decoration : none;
}

H1 {
	color: #002449;
	font-weight: bold;
	font-size : 18px;
}

.btnContinue {
	width: 150px;
	height: 20px;
	display: block;
	/*font-size: 10px;*/
	text-decoration: none;
	/* background-repeat:no-repeat;
	background-image:url(button.gif); */
	/*color: #aaaaaa; */
	background-color: ##e7dbcf;
}
 
.btnContinue:hover {
	/* background-image:url(button_hover.gif); */
	background-color: #aaaaaa;
}
