a {text-decoration:none;font-size:1em;}
a:link {color:#ea272a;}
a:visited {color:#ea272a;}
a:hover {color:#ea272a;text-decoration:underline;} 

h1 {font-size: 1.25em; max-width:1000px; margin:1.8em 0 .5em 0; border:1px solid #ccc; border-width:0 0 1px 0;}
h2 {font-size: 1.15em; max-width:1000px; margin:1.4em 0 .5em 0;}
h3, h4, h5, h6 {font-size: 1em; max-width:1000px; margin:.6em 0 .5em 0; font-weight:bold;}

 p {line-height:1.3em; max-width:1000px; margin:1em 0 1em 0;}

/*Breadcrumbs*/
.breadcrumbs {margin:5px 10px 20px 10px; font-size:0.9em; font-family: Verdana, Arial, Helvetica, sans-serif;}
.breadcrumbs a:link {color:#9b9b9b; text-decoration: underline; font-size:1em;}
.breadcrumbs a:visited {color:#9b9b9b; text-decoration: underline;}
.breadcrumbs a:hover {color:#ff0000; text-decoration:underline;}

ul {
	list-style-type:none;
	line-height:1.4em;
	padding:0 0 0 0em;
	margin:1em 0 1em .5em;
	max-width:10000px;
}
ul ul {
	margin: 0 0 0 .5em;
}
ul li {
	background: url(../../../graphics/shared/css/ul-sm-circle.gif) no-repeat 0 .5em;
	padding-left:0.8em;
}
ul li li {
	background: url(../../../graphics/shared/css/ul-dash.gif) no-repeat .2em .7em;
	padding-left:0.8em;
}
#sidebar ul li {
	background: url(../../../graphics/shared/css/ul-arrow2.gif) no-repeat 0 .5em;
}
/*CSS Buttons*/
.btn1, .btn3, .btndisabled, .btn2, .btn_anchor_red, .btnGry { 
  cursor:pointer;
	color:#fff;
	font-weight:bold; 
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid;
	*border:1px solid;
	overflow:visible; 
	padding:1px 5px; 
	width:auto;
	*width:30px;
	height:20px;
}
.btn3, .btn1, .btn2 {background:#d12424 url(../../../graphics/shared/css/btn-red-bg.gif) top left repeat; border-color:#730000 #730000 #730000 #730000;}
.btnGry {color:#333333;background:#C6C6C6 url(http://www.ti.com/graphics/shared/css/btn-gry-bg.gif) top left repeat; border-color:#000 #000 #000 #000;}
/*http://www.ti.com/graphics/shared/css/btn-red-bg.gif */
.btndisabled {background:#f0f0ed url(http://www.ti.com/graphics/shared/css/none.gif); border-color:#c9c7ba #c9c7ba #c9c7ba #c9c7ba; color: #c9c8c6;}
.btn_anchor_red {padding-left:20px; background:#d12424 url(../../../graphics/shared/css/btn-anchor-red-bg.gif) center left no-repeat; border-color:#730000 #730000 #730000 #730000;}
.btn_anchor_grey {padding-left:20px; background:#626262 url(../../../graphics/shared/css/btn-anchor-grey-bg.gif) center left no-repeat; border-color:#2e2e2e #2e2e2e #2e2e2e #2e2e2e;}
