body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: .7em;
	font-weight: normal;
	margin: 0px;
}
h4 {
	font-size: .8em;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-size: .9em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
	
}
a {
	text-decoration: none;
	color: #000000;

}
a:hover {
	text-decoration: underline;
}
.bg-grey {
	background-color: #E9E9E9;

}
.bg-dkgrey {
	background-color: #D1D1D1;
}
.bg-grey1 {
	background-color: #ECECEC;
}
.bg-boxgrey {
	background-color: #FAFAFA;
}
.box-leftbg {
	background-image: url(images/boxcolour_lftbg.gif);
	background-repeat: repeat-y;
}
.box-rhtbg {
	background-image: url(images/boxcolour_rht_bg.gif);
	background-repeat: repeat-y;
	background-color: #FAFAFA;

}
.bg-white {
	background-color: #FFFFFF;
}
.txt-orange {
	color: #AC5903;
}

.txt-black {
	color: #000000;
}
.txt-grey {
	color: #969696;
}
.txt-drkgrey {
	color: #747474;
}
.txt-blkdrkgrey {
	color: #565858;
}

.txt-white {
	color: #FFFFFF;
}
.txt-underline {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.txt-underline:hover {
	text-decoration: none;
		color: #969696;
	margin: 0px;
	padding: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;

}
.bg-inner-grad {
	background-image: url(images/inner_bg_gradient1.gif);
	background-position: left top;
	background-repeat: no-repeat;

}
.bg-pro-grad {
	background-image: url(images/inner_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg-pro-grad_new {
	background-image: url(images/inner_bg_new.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.txt-drkgrey-link {
	color: #747474;
	text-decoration: none;
}
.txt-drkgrey-link:hover {
	color: #383838;
	text-decoration: none;

}
.txt-drkgrey-active {
	color: #383838;
}
.txt-orange-link {
	color: #AC5903;
	text-decoration: none;
}
.txt-orange-link:hover {
	color: #AC5903;
	text-decoration: none;
}
.txt-orange-active {
	color: #AC5903;
}

.txt-justify {
	  text-align: justify;
}
.txt-ltorange {
	color: #F6A200;
}
.txt-red {
	color: #FF0000;
}
.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #222222;
	background-color: #DFDFDF;
	border: 1px solid #C8C8C8;
	padding: 1px 1px 1px 1px;
	cursor: hand;
}
.form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #6699CC;
	font-size: .7em;

}.red {
	color: #FF0000;
}
.bg-yellow {
	background-color: #FFCC00;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet_big.gif);
	list-style-type: disc;
	margin: 2px;
	padding: 2px;
}

.bg-yellow {
	background-color: #F7BF00;
}
.button-temp {
background-image: url(images/bg-button.gif);
width:71px;
height:24px;
background-color:#00CC00;
border:none
	
}
.txt-font-temp {
font-size:7pt
}