/* CSS Document */
/* Created by Sai Ashish 18-03-2008 */

.body{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/dot.gif);
	background-repeat: repeat;
	margin: 0px;
}.nav_bg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
}
.bg_lt {
	background-image: url(../images/dot_ltbg.gif);
	background-repeat: repeat-y;
	width: 16px;
}
.bg_rt {
	background-image: url(../images/dot_rtbg.gif);
	background-repeat: repeat-y;
	width: 16px;
}
.nav_link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.nav_link:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.border-right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCEEF4;
}
.border-le-rt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BCEEF4;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BCEEF4;

}
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: justify;
}
.blue-heading {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0054A3;
	text-decoration: none;
}
.link1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.link1:hover {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.footertext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.link2 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.link2:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.balck-text {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.border1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.bodytext_right {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: right;
}