table.pdf_table {
	width: 544px;
}

.p10 {
	font-size: 10px;
}

.p11 {
	font-size: 11px;
}

.p12 {
	font-size: 12px;
}


table.service_box {
	background: #deedeb url(../images/servbox_top.gif) top repeat-x;
	color: #333;
	width: 235px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

table.service_box form {
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 10px;
}

	table.service_box form input.stocksearch {
		width: 145px;
		
	}

table.service_box ul,
table.service_box ul li {
	position: relative;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

table.service_box ul li {
	margin-top: 5px;
}

table.service_box ul li a,
#content table.service_box ul li a {
	font-size: 11px;
	text-decoration: none;
}

table.service_box td {
	padding: 10px;
	text-align: left;
}


div#stsearchfield {
	padding: 10px 5px;
	border-width: 1px 0;
	border-color: #ccc #000 #ccc #000;
	border-style: solid;
	background-color: #eee;
}

	div#stsearchfield label {
		font-weight: bold;
		padding: 0 10px;
		color: #333;
	}

	div#stsearchfield input#stsearch {
		margin-right: 10px;
	}
	
div#stresults {
	border-bottom: 1px solid #999;
}

	div#stresults h1.expanded {
		background: transparent url('../images/expanded_22.gif') 0px 6px no-repeat;
		padding-bottom: 0;
	}
	
	div#stresults h1.collapsed {
		background: transparent url('../images/collapsed_22.gif') 0px 6px no-repeat;
	}
	
	div#stresults h2.expanded {
		background: transparent url('../images/expanded_18.gif') 2px -2px no-repeat;
	}
	
	div#stresults h2.collapsed {
		background: transparent url('../images/collapsed_18.gif') 2px -2px no-repeat;
	}

	div#stresults h1 {
		display: block;
		line-height: 22px;
		clear: both;
		overflow: auto;
		color: #333;
		padding: 5px 5px;
		padding-left: 27px;
		font-size: 18px;
		margin: 0;
		border-top: 1px solid #999;
	}

		div#stresults h1 em {
			display: block;
			float: right;
			font-variant: normal;
			font-style: normal;
			font-size: 14px;
			padding: 2px;
		}
		
			div#stresults h1 a {
				font-size: inherit;
				color: inherit;
			}
	
	div#stresults h2 {
		display: block;
		clear: both;
		overflow: auto;
		color: #333;
		padding: 0px 5px;
		padding-left: 27px;
		font-size: 12px;
	}

		div#stresults h2 em {
			display: block;
			float: right;
			font-variant: normal;
			font-style: normal;
			font-size: 12px;
			padding: 2px;
		}

			div#stresults h2 a {
				font-size: inherit;
				color: inherit;
			}
	
	div#stresults h2 strong,
	div#stresults h1 strong	{
		padding: 0 20px;
		font-size: 12px;
		color: #666;
		font-weight: normal;
		
	}
	
	div#stresults table.pdf_table {
		width: 100%;
		margin: 0;
	}
	
	
	div#stresults table.pdf_table tr td {
		vertical-align: middle;
	}
	
	div.sttable {
		padding-left: 27px;
		padding-bottom: 10px;

	}
	
	div#alertbox {
		padding: 5px 10px;
	}
	
	div#alertbox h1 {
		margin: 0;
		padding: 0;
		font-weight: normal;
		font-size: 12px;
		line-height: 133%;
	}
	
	div#favlist {

		font-size: 14px;
		text-align: left;
		font-weight: bold;
		padding: 10px 20px;

	}
	
	div#favlist a {
		font-size: inherit;
	}
	
	div#favlist small {
		font-weight: normal;
	}