﻿/* PAGE TITLE */
#page_title {
	width: 618px;
	height: 27px;
	border: 0px solid white;
	border-collapse: collapse;
	margin: 0px 0px 40px 59px;
	padding: 0px;
}

#page_title tr, td {
	padding: 0px;
	margin: 0px;
}

#page_title .symbol {
	width: 16px;
}

#page_title .text {
	padding: 0px 5px 0px 3px;
	
	vertical-align: top;
	font-family: Gill Sans MT, Arial, Verdana;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000000;
}

#page_title .text div {
	position: relative;
		left: 0px;
		top: 7px;
}

#page_title .bottomLine {
	width: 100%;
	background-image: url(Images/page_title_line.jpg);
}
/* END of PAGE TITLE */