/*text*/
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5780ae;
	text-decoration: none;
	font-weight: bold;
}

a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5780ae;
	text-decoration: none;
	font-weight: bold;
}
input {
	width: 100px;
	height: 18px;
	border: 1px solid #FD7C00; 
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}
.input1 {
	width: 200px;
	height: 18px;
	border: 1px solid #FD7C00; 
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}
.input2 {
	width: 4px;
	height: 7px;
	border: 0px solid #FD7C00; 
	/*border: 0px;*/
	/*background-color:#FFFFFF;*/
}
.radio
{
	width: 100px;
	height: 18px;
	/*border: 1px solid #FD7C00; */
	border: 0px;
	background-color:#FFFFFF;
}

.radio1
{
	width: 18px;
	height: 18px;
	/*border: 1px solid #FD7C00; */
	border: 0px;
	background-color:#FFFFFF;
}

input02 {
	width: 100px;
	height: 18px;
	border: 0px;
	background-color:#FFFFFF;
}
.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.boldText14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}


.AreaTPSHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#999999;

}


/*menu*/

div#menu
	{

	}
	
.treeview ul
	{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	}

.treeview li
	{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(images/closed.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	}

.treeview li.submenu
	{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(images/open.gif) no-repeat left 1px;
	cursor: hand;
	cursor: pointer;
	}

.treeview li.submenu ul
	{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	}

.treeview .submenu ul li
	{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	}

a img {
	border: 0px;
	}