/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	line-height:18px;
}
.smalltxt{
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	}
a:link,a:active,a:visited{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	
}
a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-decoration:underline;
}
.heading1{font-family:Arial;
font-size:18px;
font-weight:bold;
color:#48A1D5;
}
ul{ margin:0; padding:0; text-align:left; list-style:none;}
ul li{
	margin:0;
	padding:0;
	list-style:none;
	background-image: url(images/dottedline.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height:28px;
}
ul li a{
	padding-left:12px;
	text-decoration:none;
	background:url(images/Arrow2.jpg) no-repeat left 5px;
	color:#333333;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
    line-height:28px;
	
}
ul li a:hover{
	padding-left:12px;
	text-decoration:none;
	background:url(images/Arrow2-hover.jpg) no-repeat left 5px;
	font-family:verdana;
	font-size:11px;
	color:#46A0D4;
	font-weight:normal;
	line-height:28px;
	}
.borright{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E2E2;
	}
.heading4{padding-left:24px;
	color:#46A0D4;
	font-size:28px;
	font-family:Arial;
	line-height:30px;}
.heading5{ 
    color:#003366;
	font-size:30px;
	font-family:Arial;
	font-weight:bold;
	padding-left:24px;
	line-height:30px;}
.topbor{border-top:1px solid #E2E2E2;}