body 	{
	padding: 0px;
	border: 0px;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-width : 0;
	margin-height : 0;
	font-size : 11;
	font-family : helvetica;
	overflow:auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
}
table, tr, td	{
	padding: 0px;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	margin-width : 0;
	margin-height : 0;
	font-size:13px;
	letter-spacing:0;
	word-spacing:0;
	font-style:normal;
	font-family : helvetica;
}
pre {
	font-size : 12;
	letter-spacing:0;
	word-spacing:0;
	font-style:normal;
	font-family : helvetica;
	width: 500;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
img	{  
	border-style: none;
}
#nav_image {
  display:block;
}

/** FOREGROUND **/
.fg_header {
	position:absolute;
	background-color:#297fbc;
	width:938px;
	height:10px;
	margin:6px;
}
.fg_tl {
	background-image:url(../images/fg/fg_tl.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}
.fg_top {
	background-image:url(../images/fg/fg_top.png);
	background-repeat:repeat-x;
	height:22px;
}
.fg_tr {
	background-image:url(../images/fg/fg_tr.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}
.fg_left {
	background-image:url(../images/fg/fg_left.png);
	background-repeat:repeat-y;
	width:22px;
}
.fg_main {
	background-color:#FFF;
	padding:20px 10px 10px 10px;
	width:880px;
	text-align:left;
}
.fg_main a{
	color:#000;
  text-decoration:none;
}
.fg_main a:hover{
	color:#333;
  text-decoration:underline;
}
.fg_right {
	background-image:url(../images/fg/fg_right.png);
	background-repeat:repeat-y;
	width:22px;
}
.fg_bl {
	background-image:url(../images/fg/fg_bl.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}
.fg_bottom {
	background-image:url(../images/fg/fg_bottom.png);
	background-repeat:repeat-x;
	height:22px;
}
.fg_br {
	background-image:url(../images/fg/fg_br.png);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
}

/** NAVIGATION **/
.nav_table {
  padding:0px;
	border-bottom:solid 1px #e2e2e2;
}

.main_content {
	padding-left:20px;
	vertical-align:top;
}

.our_partners {
	color:#FFF;
	background-color:#707070;
	padding-left:20px;
}
.our_partners a {
	text-decoration:none;
	color:#cecece;
}
.our_partners a:hover {
	text-decoration:underline;
	color:#fff;
}

.line {
	position:absolute;
	background-color:#e2e2e2;
	width:937px;
	height:1px;
	margin-left:-16px;
	margin-top:10px;
}

#product_element {
	background-color:#f1f1f1;
	padding:10px;
	font-size:12px; 
}
#product_element a {
	color:#666;
  text-decoration:none;
}
#product_element a:hover {
	color:#000;
	text-decoration:none;
}
.r_m {
	padding:10px;
	font-size:12px;
	padding-top:8px;
	padding-left:14px;
	color:#666;
	line-height:18px;
	display:none;
}
.cpi {
	padding:10px;
	font-size:12px;
	padding-top:8px;
	padding-left:14px;
	color:#666;
	line-height:18px;
	display:none;
}
.powerplan {
	padding:10px;
	font-size:12px;
	padding-top:8px;
	padding-left:14px;
	color:#666;
	line-height:18px;
	display:none;
}

div.hr {
  height: 1px;
  background: #999;
}
div.hr hr {
  display: none;
}