body {
	font-family:Verdana, Arial, sans-serif;
	font-size:110%;
	background-color:#FFFFFF;
	margin:0;
	width:100%;
}

a {
	text-decoration:none;
	color:#FF6600;
}

a:hover {
	color: #454545;
	text-decoration:underline;
}

.btn      {
	font-family:Verdana, Arial, sans-serif;
	font-size:65%;
	float:right;
	width:110px; 
	margin: 0px 15px 5px 0px;
}

.txt      {
	font-size:60%;
	line-height: 1.4;
	padding: 20px 8px 10px 25px;
	margin-left:1px;
	height: 1%;
	float:left;
	/*width:inherit;*/
	position:relative;
}

#pageHeader {
	display:block;
	background-image:url(../images/loginLead_top.gif);
	background-repeat:repeat-x;
	/*dth:100%*/
	padding:0;
	margin:0;
	overflow:hidden;
}

#pageFooter2 {
	width:100%;
	text-align:right;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
}

#grey {
	background-image:url(../images/grey.gif);
	background-repeat:repeat-x;
}

.footer {
	font-size:65%;
	color:#454545;
	padding-top:10px;
	padding-right:15px;
	text-align:right;
	width:98.5%;
}

h5 {
	font-size:120%;
	color:#000000;
	background-image:url(../images/boxlist_headerbg_o.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 2px;
	padding:0;
	border-top: 1px solid #FFEFD6;
	width:99.8%;
}

.break_Line
{
	float:both;
	clear:both;
	width:100%;
	height:50px;
	margin-top:20px;
}

#colWrapMax {
	Height: auto;
	margin:0px;
	padding:0px;
	border-bottom-width:80%;
}

#bdyTitle {
	font-size:80%;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #33CCFF;	
	padding: 3px 8px 3px 8px;
	margin-left:2px;
	height:1%;
	float:left;
	width:inherit;
	position:relative;
	width:98.2%;
	
}

.TxtimgWrap {
	border-bottom:1px solid #FFEFD6;
	font-size:60%;
	color:#575757;
	line-height: 1.4;
	padding: 0px 8px 5px 8px;
	margin-left:1px;
	height: 1%;
	float:left;
	/*width:inherit;*/
	position:relative;
	width:98%;
}

.extra_top_margin {
	margin-top:3px;
}

#imgLeft {
	/*height:790px;*/
	width:50%;
	float:left;
	padding: 10px 0px 30px 0px;
	overflow:hidden;
}

#imgRight {
	/*height:790px;*/
	width:50%;
	float:right;
	padding: 10px 0px 30px 0px;
	overflow:hidden;
}

#imgCtr {
	/*height:790px;*/
	width:98%;
	text-align:center;
	padding: 10px 0 30px 0px;
	overflow:hidden;
}

#imgCtr2{
	/*height:790px;*/
	width:60%;
	height:60%; 
	text-align:center;
	padding: 10px 0 30px 0px;
	overflow:hidden;
}

ul#boxListTxt {
	list-style-image:url(../images/boxListBullet.gif);
	list-style-type:disc;
	padding:0;
	margin:0;
}

ul#boxListTxt li {
	margin:0 5px 0 25px;
}


ul#boxListTxtExpanded {
	list-style-image:url(../images/boxListBullet.gif);
	list-style-type:disc;
	padding:0;
	margin:0;
}

ul#boxListTxtExpanded li {
	margin:0 5px 0 40px;
}

.expandTxt_side {
	clear:both;
	display:block;
	background-image:url(../images/expand_btnBlue.gif);
	background-repeat:no-repeat;
	background-position: 0% 2.5px;
	font-weight:bold;
	cursor:pointer;
	margin-left:10px;
	text-align:left;
}

.collapseTxt_side {
	clear:both;
	display:block;
	background-image:url(../images/collapse_btn.gif);
	background-repeat:no-repeat;
	background-position: 0% 2.5px;
	font-weight:bold;
	cursor:pointer;
	margin-left:10px;
	text-align:left;
}

.expandTxt {
	clear:both;
	background-image:url(../images/expand_btnBlue.gif);
	background-repeat:no-repeat;
	background-position: 0% 2.5px;
	font-weight:bold;
	cursor:pointer;
	padding-left:15px;
	text-align:left;
	display: table-cell;
	color:#14D;
	margin: 0px 10px 0px 15px;
	list-style-type: disc;
	float:left;
	overflow:hidden;
}

.collapseTxt {
	clear:both;
	background-image:url(../images/collapse_btn.gif);
	background-repeat:no-repeat;
	background-position: 0% 2.5px;
	font-weight:bold;
/*	color:#FF9900;*/
	cursor:pointer;
	padding-left:15px;
	display: table-cell;
	text-align:left;
	margin: 0px 10px 0px 15px;
	list-style-type: disc;
	float:left;
	overflow:hidden;	
}

