body {
	background-color: #999999;
	margin: 0px;
}
.top-navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #E76B25;
	text-decoration: none;
	text-align: center;
	margin: 5px;
}
.top-navigation a {
	color: #E76B25;
	text-decoration: none;
}
.top-navigation a:hover {
	color: #4579B5;
	text-decoration: underline;
}
.footerBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4176B3;
	text-decoration: none;
	margin: 5px;
	text-align: center;
	
}
.footerBlue a {
	color: #4176B3;
	text-decoration: none;
}
.footerBlue a:hover {
	color: #E76B25;
	text-decoration: underline;
}


.footerBlack
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin: 5px;
}
.footerBlack a {
	color: #000000;
	text-decoration: none;
}
.footerBlack a:hover {
	color: #E76B25;
	text-decoration: underline;
}
.leftmenu{
	margin:0px;
	padding:0px;
	}
.leftmenu li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	color: #333333;
	font-style: normal;
	background-image:url(images/blue-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:5px;
	list-style:none;
	
}
.leftmenu li a {
	color: #333333;
	text-decoration: none;
}
.leftmenu li a:hover {
	color: #4174B3;
	text-decoration: underline;
}


.heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #E76B25;
	font-style: normal;
	background-image: url(images/org-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	margin: 5px;
}
.body-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	margin: 10px;
}
.body-txt a {
	color: #333333;
	text-decoration: none;
}
.body-txt a:hover {
	color: #E76B25;
	text-decoration: underline;
}



/* Left Links Style */
.treeview{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0px;
	padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#194284;
	text-decoration:none;
	list-style-type:none;
	margin:0px 0px;
	background:url(images/org-arrow.gif) left center no-repeat;
	padding-left:15px;
	padding-top:0px;
	line-height: 16px;
}
.treeview li a{
	color:#333333;
	text-decoration:none;
}
.treeview li a:hover{
	color:#FC7D00;
	text-decoration:none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(images/plus-icn.gif) no-repeat left 4px;
	cursor: hand !important;
	cursor: pointer !important;
	margin:5px;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	margin:0px;
	padding:0px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FC830D;
	text-decoration:none;
	margin:2px 0px;
	background:url(images/b-arrow.gif) left 4px no-repeat;
	padding-left:10px;
	line-height: 14px;
}
.treeview .submenu ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
	color:#0583B2;
	text-decoration:none;
}
.treeview .submenu ul li a:hover{
	color:#FC7D00;
	text-decoration:underline;
}

.treeview ul li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	margin:2px 0px;
	line-height: 1.4em;
}
.page-hd {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0951A3;
	text-decoration: underline;
	text-align: left;
	margin: 10px;
}
.page-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	line-height: 18px;
	text-align:justify  ;
}
.img-border {
	padding: 0px;
	border: 1px solid #333333;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text-hd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0951A3;
	text-decoration: none;
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.text-blt {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	color: #333333;
	text-decoration: none;
	line-height: 17px;
}

.apptxtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 15px;
}.price-table {
	padding: 3px;
	width: 95%;
	border: 1px solid #999999;
margin-left:10px;
}
.price-table th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A50A5;
	text-decoration: none;
	background-color: #AECDEC;
	text-align: center;
}
.price-table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: left;
height:18px;
}
.price-table td1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
background-color:#F7F7F7;
	text-align: left;
}
.product-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #00489A;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.know-more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E76B25;
	text-decoration: none;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.know-more a{
	color: #E76B25;
	text-decoration: none;
}
.know-more a:hover{
	color: #29166F;
	text-decoration: underline;
}
.textbox{font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
width:145px;
border:1px solid #303030;
margin-bottom:1px;
}

.error {
	font-family:Times New Roman; 
	font-size:11px; 
	font-weight:550; 
	color:#FF0000;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	} 