/*
 *	Left nav of company profile
 */
.profile-left {
	color: black;
	font-size: 10px;
}

td.profile-left {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: bold;
}

th.profile-left {
	text-align:left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Link pseudo classes */
A.profile-left:link    { color: blue; }
A.profile-left:visited { color: blue; }
A.profile-left:hover   { color: red; }
A.profile-left:active  { color: red; }

/* Robotics */
.robotics-left {
	color: black;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td.robotics-left {
	font-weight: bold;
}

th.robotics-left {
	text-align:left;
	font-size: 12px;
	font-weight: bold;
}

/* Link pseudo classes */
A.robotics-left:link    { color: blue; }
A.robotics-left:visited { color: blue; }
A.robotics-left:hover   { color: red; }
A.robotics-left:active  { color: red; }


/* Arrows */
td.arrows-big {
	font-family: Arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

