
html
{
	overflow-y: scroll;
}
body
{
    background-color: #fff;
	font-family: 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans',Arial,'sans-serif';
	font-weight: normal;
    font-size: 16px;
    color: #313131;}

#pagecontainer, .pagecontainer
{
	width: 1000px;
	margin: auto;
	max-width:100%;
}
.pagecontainer
{
	background-color: transparent;
}
#content
{
	margin: 20px;
	margin-top: 0;
}


.group:after, #content:after {
  content: "";
  display: table;
  clear: both;
}

h1
{
	font-size: 28px;
    color: #E95F47;
    font-family: 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans',Arial,'sans-serif';
    font-weight: 700;
}
h2
{
	font-size: 20px;
    color: ;
    font-family: 'Segoe UI','Segoe UI Web Regular','Segoe UI Symbol','Helvetica Neue','BBAlpha Sans','S60 Sans',Arial,'sans-serif';
}
a
{
	outline: none;
	color: ;
	text-decoration:none;
}
input, select, textarea, button{
	font-family:inherit; 
	font-size: inherit
}


a.ilink, a.elink, .btn2
{
    color: #ebe9e0;
	text-decoration: none;
	
	text-transform: uppercase;
	border:0;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	line-height:33px;
	display:inline-block;
	font-size: 14px;
	background-color:#F3A772;
	cursor:pointer;
}
.btn.red
{
}
a.ilink:hover, a.elink:hover, .btn:hover
{
	text-decoration: none !important;
}
.btnbig
{
	line-height:44px;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
}

.btn:disabled, .btnbig:disabled
{
	cursor: not-allowed;
	background-color: #ccc;
	color: #666;
	opacity: 0.65;
}

ul.ilinklist li.ilinklistitem
{
	
	padding-left: 0;
}
hr.streep
{
	border: 0;
	border-top: dashed 1px #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}
.absmiddle
{
  vertical-align: middle;
}
.border
{
    border: solid black 1px;
}
.noborder
{
    border: 0;
}
.clear
{
	clear: both;
}
div.findhref
{
	cursor: pointer;
}
#breadcrumb
{
	padding-top:26px;
	padding-bottom:32px;
	padding-left: 12px;
	font-size:12px;
	line-height: 12px;
	text-transform: uppercase;
}
#breadcrumb a
{
	color:#000;
	text-decoration:none;

}

#breadcrumb i
{
	margin-right:10px;
	margin-left:10px;
	font-size:8px;	
}
#breadcrumb i:last-child
{
	display:none;
}




