/* $Header: /usr/local/cvsroot/scottmadden.com/elements/css/style.css.php,v 1.6 2009/04/09 19:16:20 tngsandiego Exp $ */
html,body{
	padding:0px;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 10pt;
	
	font-weight:normal;
	background-color:#FFFFFF;
	overflow-x:hidden;
	

}
a{
	text-decoration:none;
	color:#301F0C;
}
a:active, a:link, a:visited {
	text-decoration : none;
}
a:focus, a:hover {
	text-decoration:underline;
}
a.linkImg:focus, a.linkImg:hover {
	text-decoration : none;
	background-color: transparent;
}

.defTextBody{
	font-family:'Century Gothic',Arial, Helvetica,sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#301F0C;
}
form.formStyled input,form.formStyled select,form.formStyled textarea{
	background-color:#F3EACC;
	color:#301F0C;
	border:1px solid #301F0C;
}
