.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-y;
}
.sidebar {
	background-image: url(images/sidebar01.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 50px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 16px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #063160;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #063160;
}
.boldContrast {
	font-weight: bold;
	color: #CB5107;
}

.bold {
	font-weight: bold;
	color: #063160;
}
.noTemplate {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.subHead {
	font-weight: normal;
	color: #063160;
	font-size: 14px;
	font-style: italic;
}
.caption {
	font-size: 10px;
	color: #999999;
}
.feature {
	border: 1px solid #CCCCCC;
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
}
.frameLeft {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 5px;
}
.frameRight {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.date {
	color: #666666;
}
