@charset "utf-8";

body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	font: 11pt/125% Arial, Geneva, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #1f1f1f;
	text-decoration: underline;
	outline:none;
}

a:hover, a:active{
	color: #1f1f1f;
	text-decoration: none;
	outline:none;
}

#nav,#header,#tnav,.tnav,#searchbox,#footer,#lcol,#rcol {
	display: none;
}



#logo  {                                 
	display: list-item;
	list-style-image: url(../public/images/speechlys/logo.png);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff;
	overflow:hidden;
}

#container {
	margin: 0;
	float: none !important;
	width: auto;
}

#main {
	width: auto;
	float: none !important;
}

#mid {
	width: auto;
	float: none !important;
}

.mainbody h1 {
	font-size: 18pt;
	color: #b50038;
	line-height: 20pt;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-style: normal;
}

.mainbody h2 {
	font-size: 14pt;
	color: #52004c;
	margin-bottom: 0.5em;
	line-height: 16pt;
	font-weight: normal;
	font-style: normal;
}

.mainbody a:link, .mainbody a:visited {
	color: #0f69b6;
}

.mainbody a:hover, .mainbody a:active {
	color: #0f69b6;
}

/* SIFR */

.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }

