.rightshadow {
	background-image: url(images/rightShadow.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftshadow {

	background-image: url(images/leftShadow.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bottomshadow {


	background-image: url(images/botShadow.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.topshadow {



	background-image: url(images/topshadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.content_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #415B83;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	height: auto;
	text-transform: none;
	letter-spacing: 0.05em;
	font-variant: normal;
}
.bluebox_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
