#sectionIntro h4 {
	font-weight: bold;
}

#sectionIntro a {
	color: #1444a5;
	font-weight: normal;
	text-decoration: none;
}

#sectionIntro a:hover {
	color:#006;
}

#sectionIntro ul {
	font-size:80%;
	margin-top:0px;
   	margin-right: 20px;
	list-style:outside;
}

#sectionIntro ol {
	font-size:80%;
	margin-top:0px;
   	margin-right: 20px;
	list-style:outside;
}

#sectionIntro table {
  margin-bottom:15px;
	width:584px;
	background:#fff;
	border:0px;
	font-size:80%;
}

#sectionIntro table caption {

	font-weight: bold;
	text-align: left;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom:5px;
}

#sectionIntro table td {
   	margin:0;
	padding:0;
	padding-bottom: 8px;

   	font-weight:normal;
	vertical-align: top;
}

#sectionIntro table td ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
	

}

#sectionIntro table th {
	margin:0;
	padding:0;

   	font-weight: normal;
	color:#999;
	border-bottom: 1px solid #ccc;
}

/*Search results list - also used by template P - move to generic */

#externalLinkList ul {
	margin:0 15px 0 0;
	padding:0px;
	font-size:80%;	
}

#externalLinkList ul li {
	list-style:none;

}

#externalLinkList table tr td {

	padding: 0;
	margin: 0;
}

#externalLinkList table tr td p {
	margin: 3px 0;
	padding: 0;

}

#externalLinkList ul li a:link, #externalLinkList ul li a:visited, #externalLinkList a:link, #externalLinkList a:visited {
	color: #1444a5;
	text-decoration: none;
	background: url(/images/tabs/ico_right_arrow_list.gif) no-repeat 0px 3px;
	padding: 0 0 0 8px;

}

#externalLinkList ul li a:hover, #externalLinkList a:hover {
	color: #006;
}

.listpadding {
	margin-bottom:5px;
	display:block;
}


.exLink{
	margin-top:5px;
	margin-bottom:15px;
}


#SeeAlso {
	margin-left:0px;
}

#SeeAlso p {
 	padding-top:0px;
	font-size:75%;
	margin-right:10px;
}

#SeeAlso h4{
	font-size:80%;
	margin-bottom:10px;
	padding-bottom:0px;
}

#SeeAlso a {
	background-color: #fff;
	background: url(/images/tabs/ico_right_arrow_list.gif) no-repeat 0px 3px;
	padding: 0 0 0 8px;
}

#SeeAlso a:link, #SeeAlso a:visited {
	color: #1444a5;
	text-decoration: none;
}

#SeeAlso a:hover {
	background-color: #fff;
	color: #006;
}


/*________________________________________________________*/

/* misc classes */

.bold {
	font-weight: bold;
}

fieldset {
    border: 0px;
    padding: 0px;
    margin: 0px;

}
#SearchForm{
	border: 1px solid #ccc;
	 padding: 5px;
  margin-right: 15px;
}


.RInput{/* new l1 */
padding:4;
width:140px;
font-size:80%;
margin-left:5px;
}
/* end form stylews */