html  
{
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
 }

body {
    background: #f6f6f6 no-repeat center top;
    width: 100%;
    margin: 7px 0 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #676767;
}
img {
	border-style: none;
}


a {
	color: #70b2d6;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #336e7a;
}

.Master {
	font-weight: normal;
	text-decoration: none;
	width: 988px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	overflow: visible;
}

p {
    padding: 0;
    margin: 0;
}

.BrowserAlert {
	float: left;
	width: 100%;
    background: url(http://static2.widex.com/images/design/alert_top_bg.ashx.gif) bottom;
    font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.BrowserAlert a:link {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
}
.BrowserAlert a:hover {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
}
.BrowserAlert a:visited {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
}

#scripts{display:none;}
