body
{
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif !important;
	background-color: rgb(247,247,247);
	font-size: 12px;
	background-attachment:fixed;
	color:black;
}

#body
{
	width:1200px;
	display:inline-block;
	margin:auto;
	margin-top: 10px;
	min-height:100%;
	z-index:-4;
}

.logo
{
	text-align:left;
	margin-bottom:20px;
	margin-left:40px;
}

a:link    { color:rgb(185,41,41); text-decoration:none; }
a:visited { color:rgb(185,41,41); text-decoration:none; }
a:active  { color:#000000; text-decoration:underline;}

a.disabled 
{
    cursor: default;
    pointer-events: none;
    
    }

.hidden
{
    display:none;
    }