@charset "utf-8";
/* CSS Document */


/***********************************************/
/* Laser Beam Products - Style Sheet   */
/***********************************************/

/***********************************************/
/* General HTML tag styles                     */
/***********************************************/ 


body {
	font-family: Tahoma;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	bottom: 0px;
}

p {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: bold;
}

h1{
	font: Tahoma Small Cap;
	font-size: 12pt;
	font-weight: bold;	
	margin: 0px;
	padding-bottom: 10px;
	color: #000000;	
}

h2{
	font: Tahoma Small Cap;
	font-size: 11pt;
	font-weight: bold;	
	margin: 0px;
	padding-bottom: 5px;
	color: #000000;
}


.red {
	background-color: #ED1C24;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
}

.grey {
	background-color: #999999;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #CCCCCC;
}

	
/* Index page layout divs */

.style_italics {
	font-size: 12px;
	font-style: italic;
}

.style_CO2 {
	font-size: 9px
}
	
.Table_format {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
}
