/* $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:'Century Gothic',Arial,sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	overflow-x:hidden;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
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:10pt;
	font-weight:normal;
	color:#FFFFFF;
}
form.formStyled input,form.formStyled select,form.formStyled textarea{
	background-color:#0071BC;
	color:#FFF;
	border:1px solid #FFF;
}