/* Lightspeed Design Portal CSS */ 

/* Basic Elements */

body { 
	background-color: white; 
	margin: 0px;
}

p, tr, th, td, ol, ul, li, h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9pt;
  font-weight: normal;
  color: #5a5b5f;
  vertical-align: top;
	line-height: 125%;
  }
  
p.small {
	line-height: 90%;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; 
  font-style: italic;
	font-size: 10pt;
  color: 000000; 
	}

h3 {
  font-family: Helvetica, Arial, sans-serif;
	font-weight: bold; 
	font-size: 10pt;
  color: #e67100; 
	}

h4 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold; 
	font-size: 10pt;
	color: #511b76;
	}
		
h5 {
	font-weight: normal; 
	font-size: 10pt;
	color: #511b76;
	}

h6 {
	font-weight: normal; 
	font-size: 9pt;
	color: #906dd5;
  }
  
h6.pos_abs {
	position:absolute;
	left:50px;
	top:20px;
	z-index:2;
  }

img {
	border-style: none;
}

* :focus {
	outline: 0;
}

sup {
	font-size: 6pt;
	vertial-align: text-top;
	line-height: 0;
	}


/* specific divs */

#container { 
	display: block;
 	position: relative;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	width: 864px;
	height: 667px;
	background-image:url('pic/ld-web-portal-bg2.jpg'); 
	background-position: top center;
	background-repeat:no-repeat; 
}

#bigbutton1 {
	position: absolute;
	left:37px;
	top:36px;
	margin: 0px;
	width: 335px;
  opacity:1.0; /* Firefox */
  filter:alpha(opacity=100); /* IE */
}

#bigbutton2 {
	position: absolute;
	left:37px;
	top:169px;
	margin: 0px;
	width: 335px;
  opacity:1.0; /* Firefox */
  filter:alpha(opacity=100); /* IE */
}

#bigbutton3 {
	position: absolute;
	left:37px;
	top:302px;
	margin: 0px;
	width: 335px;
  opacity:1.0; /* Firefox */
  filter:alpha(opacity=100); /* IE */
}

#bigbutton4 {
	position: absolute;
	left:37px;
	top:447px;
	margin: 0px;
	width: 305px;
  opacity:1.0; /* Firefox */
  filter:alpha(opacity=100); /* IE */
}

#curvedtext {
	position: absolute;
	left:0px;
	top:0px;
	margin: 0px;
	z-index:0;
}