.leftside-bg {
	background-image: url(leftside-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.blue-text {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #0057B0;
}
a.blue-text:hover {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #768390;
	text-decoration:none;
}
.h-dotted-line {
	background-image: url(h-dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.blue-text-bold {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #306DA9;
	font-weight:bold;
}
.blue-heading {
	font-family: "Arial",Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #306DA9;
	
}
a.blue-text-bold:hover {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #768390;
	font-weight:bold;
	text-decoration:none;
}
.v-dotted-line {
	background-image: url(v-dotted-line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.text {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2D3E4E;
	text-align:justify;
}
.text-bold {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2D3E4E;
	font-weight:bold;
	text-align:justify;
}
a.text-bold:hover {
	font-family: "Tahoma",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #768390;
	font-weight:bold;
	text-decoration:none;
	text-align:justify;
}
.light-blue-border{
border:1px solid #A6CBF0;
}

.btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	background-color: #407FBB;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4D8DC9;
	border-right-color: #2969A7;
	border-bottom-color: #2969A7;
	border-left-color: #4D8DC9;
}

