body { 
	
	scrollbar-base-color: #c9e4fc; 
	scrollbar-face-color: #c9e4fc; 
	scrollbar-track-color: #c9e4fc; 
	scrollbar-arrow-color: #9E2A13;
	scrollbar-highlight-color: #9E2A13; 
	scrollbar-3dlight-color: #9E2A13; 
	scrollbar-shadow-color: #9E2A13;
	scrollbar-darkshadow-color: #000000;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #c9e4fc;
	background-image: url(../images/1-bk.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	 
}

a:link { color: #e16639; }
a:visited { color: #e16639; } 
a:hover { color: #3f66b2; }


a.topNav {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;

}

.topNav {
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 14px;
	vertical-align: middle;

}

.medFont {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	}


.linkFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #e16639;
}



.mainFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 30px;
}
.whiteFont {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;

}

.contentBG {
	background-color: #FFFFFF;
	background-image:  url("../images/content-bg.jpg");

}
.smallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 300;
	color: #666666;
	text-decoration: none;
}

.tableFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #e16639;
	margin-top: 5px;
	margin-left: 12px;
	border: 1px solid #3f66b2;
}
.largeFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3f66b2;
	margin-top: 5px;
	margin-left: 12px;
}
strong {
	font-weight: 800;
	font-size: 14px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration:none;
}
.viessmanFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #e16639;
}

.pdf {
	padding-left:20px;
	background:url(../images/pdfIcon.gif) left top no-repeat}
	
.Blankul {
	margin:0;
	padding:0;
	list-style:none
}

.dropdownTable {
	border: 1px solid #E9E9E9;
	cell-padding: 0px;
	background-color: #B32C16;
}

.dropdowns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}

/* Left Navigation Styles  */
	  #navLeft {
   	    position: relative;
	  }
	  
	  #navLeft ul {
	  	padding: 0;
		margin: 0;
		height: 26px; heigh\t: 26px;
	  }
	  
	  #navLeft ul li
		{
		list-style-type: none;
		padding: 0;
		margin: 0;
		text-indent: 10px;
		display: block;
		float: left;
		background: url("/images/nav-bk-left.gif") repeat-x 20px;
		font: 14px/20px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: left;
		}
		
	  #navLeft a
		{
		color: #e16639;
		text-decoration: none;
		display: block;
		width: 204px;
		border-bottom: 1px solid #98a7c4;
		border-right: 1px solid #98a7c4;
		}
		
	   
	  #navLeft li#active { 
	  	background: url("/images/nav-bk-on.gif") repeat-x 20px; 
		font-weight: bold;
		color: #FFFFFF;
	  }

	  #navLeft a:hover { 
	  	background: url("/images/nav-bk-on.gif") repeat-x 20px; 
		color: #FFFFFF;
	  }	
	  

