@charset "utf-8";

/* ##### HTML Tags ##### */
body {
	background-image: url(/images/pwd-bg.gif);
	background-color: #d5d5d5;
}
body,td,th,p {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10pt;
	color: #333333;
}
a:link {
	color: #005764;
}
a:visited {
	color: #005764;
}
a:hover {
	color: #005764;
}
a:active {
	color: #005764;
}
h1 {
	font-size: 12pt;
	color: #005764;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 10pt;
	color: #005764;
	line-height: 11pt;
	margin-bottom: 0px;
}
p {
	margin-top: 10px;
	margin-bottom: 8px;
}
ul {
	margin-top: 8px;
}

/* ##### Custom Classes ##### */
.bodyTD {
	padding: 0px 3px 0px 3px;
}
.divNav {
	
}
.menuServices {
	font-weight: bold;
}
.QuoteDiv {
	margin-left: 4px;
	text-align: justify;
	width: 430px;
	border: 1px solid #ddd;
	font-size: 9pt;
	padding: 4px;
}
.QuoteItalic {
	color: #005764;
	font-size: 9pt;
	font-style: italic;
	line-height: 10pt;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
.QuoteName {
	color: #005764;
	font-size: 9pt;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.smallText {
	font-size: 9pt;
	margin-top: 0px;
}
.tbNav {
	background-color: #005764;
	border-top: none;
	border-right: solid 2px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 2px #aaa;
	padding: 0px 3px 0px 0px;
}
.tbNav td {
	width: 100%;
	padding: 0px;
	background-color: #005764;
	color: #abc924;
}
.tbNav a {
	color: #abc924;
	width: 100%;
	height: 100%;
	display: block;
	padding: 3px;
	border-bottom: solid 1px #aaa;
}
.tbNav a:hover {
	color: #abc924;
	width: 100%;
	height: 100%;
	display: block;
}
.tbPortfolio td {
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tbPortfolio img {
	border: none;
}
.tdFooter {
	font-size: 10pt;
	padding-right: 18px;
}
.tdWhiteBox {
	padding-left: 16px;
	padding-right: 16px;
}
.txtGreen {
	color: #005764;
}
.txtGray {
	color: #333333;
}

/* ##### ID-Specific ##### */
#tbBody {
	margin: 3px 10px 0px 0px;	
}