/* 
/*
/************************************************************
/*
/*
/* UNIVERSAL
/*
/*
/* ***********************************************************/
*{
	margin:0px;
	padding:0px;
	font-family:inherit;
	letter-spacing:inherit;
	font-size:inherit;
	color:inherit;
	border:none;
}
body, html{
	height:100%;
	background-color:white;
	color: #010101;
    font-family: Arial,sans-serif;
    font-size: 8.5pt;
	letter-spacing:0px;
	overflow:hidden;
}

html{
	letter-spacing:0px;
	width:100%;
}
html.small{

}
html.default{

}
body{

}
a{
	text-decoration:none;
	color: #010101;
}
a:hover{
	color:#010101;
	/*border-bottom:1px solid #fe2e3d !important;*/
}
img{
	border:none;
}


hr{
	border:none;
	border-bottom: 1px solid #fe2e3d;
	margin-bottom:10px;
}

.clear{
	clear:both;
}
.scale {
	width:100%;
	height:auto;
}

.horz li{
	display:inline;
	list-style:none;
}
.no_style{
	list-style:none;
}
.left{
	float:left;
}
.right{
	float:right
}
p{
	line-height: 1.35em;
}
textarea:focus, input:focus{
    outline: 0;
}

/* 
/*
/************************************************************
/*
/*
/* BASE
/*
/*
/* ***********************************************************/
#main_wrapper{
	height: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}


#slideshow_container{
	position:absolute;
	z-index:0;
}
#message{
  display: inline;
    position: absolute;
    right: 70px;
    top: 55%;
    z-index: 1000;
}