@charset "utf-8";
/* CSS Document */


.col1 {
	width: 616px;
}

.col1 A {
	text-decoration: none;
}

.col1 A:hover {
	text-decoration: underline;
}

.col1 H2 {
	color:#FFF;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 16px;
	padding: 2px 2px 2px 0px;
}

.col1 UL {
	list-style-position: outside;
	margin: 0 20px 20px 0;
}

.power H2, .power H2 A,  .power H2 A:visited {
	color: #e41129;
	text-decoration:none;
}

.power UL {
	list-style: url(../templates/images/li_bullet_power.png);
}

.power LI {
	margin-left: 2px;
}

.comm H2, .comm H2 A,  .comm H2 A:visited {
	color: #f9b500;
	text-decoration: none;
}

.comm UL {
	list-style: url(../templates/images/li_bullet_comm.png);
}

.comm LI {
	margin: 0;
}

.auto H2, .auto H2 A,  .auto H2 A:visited {
	color: #00833a;
	text-decoration:none
}

.auto UL {
	list-style: url(../templates/images/li_bullet_auto.png);
}

.auto LI {
	margin: 0;
}

.computer H2, .computer H2 A,  .computer H2 A:visited {
	color: #003577;
	text-decoration:none;
}

.computer UL {
	list-style: url(../templates/images/li_bullet_computer.png);
}

.computer LI {
	margin: 0;
}

.sensor H2, .sensor H2 A,  .sensor H2 A:visited {
	color: #ce1a7b;
	text-decoration:none;
}

.sensor UL {
	list-style: url(../templates/images/li_bullet_sensor.png);
}

.sensor LI {
	margin: 0;
}


