
@import url("header.css");
@import url("page-body.css");
@import url("medium-widget.css");
@import url("footer.css");
@import url("menubar.css");
@import url("small-widget.css");
@import url("large-widget.css");
@import url("page-widget.css");
@import url("login-box.css");
@import url("newswedget.css");
@import url("SpryMenuBarHorizontal.css");
@import url("display-options.css");


* { outline:none; }
img { border:0px; }
body
{
	margin:10px 0 0 0;
	background-color:#FFFFFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#0000;
	text-decoration:none;

}
BODY ALT*
{
	font-family:Verdana;
	font-size:11pt;
	font-weight: bold;
	color:#ff7f00;
}
a 
{ 
	text-decoration:none;
	font-family:Verdana; 
    font-weight: bold;
    outline: none;
}

.main
{
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
}

.wrapper
{
	width:995px;
	margin:0 auto;
	/*height:100%;*/
}

.clear{ clear:both; }
.spacer9px { height:9px; font-size:0%; }
.spacer10px { height:10px; font-size:0%; }
.spacer20px { height:20px; font-size:0%; }
.spacer11px { height:11px; font-size:0%; }
.whitespacer1px{ font-size:0%; height:1px; background-color:#FFFFFF; } 

.errorMsg {
	display: none;
	color:red;
	font-weight:bold;
	float:left;
}
.error {
	border:1px solid red;	
	}
.big-phone-number {
	font-size:40pt;
	color:#666;
	font-weight: bold;
}	 

