/* User Selectable Styles */

h1 {
	font-size: 18px;
	color: #2A453C;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2A453C;
	text-decoration: underline;
}

h3 {
	font-size: 14px;
	color: #2A453C;
}

.Title {
	font-size: 18px;
	font-weight: bold;
	color: #2A453C;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.ClientQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A453C;
}

.TitleWithBorder
{
	background-image: url( ../images/title_header.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 470px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A453C;
	padding-top: 5px;
	padding-left: 5px;
}


.TextButton {
	background-image: url(../images/title_background.gif);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	width: 137px;
	height: 29px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: center;
	padding-top: 10px;
}

.SideNavigation {
	background-image: url(../images/standard_button_background.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 37px;
	width: 117px;
	padding-left: 10px;
}