/* DIV SWAP */

.ParentDiv01 .ChildDivOrig {
	display: block;
} 

.ParentDiv01 .ChildDivNew {
	display: none;
} 

.ParentDiv02 .ChildDivOrig {
	display: none;
} 

.ParentDiv02 .ChildDivNew {
	display: block;
}

/* BUTTON STYLES */

.ButtonStyle01 {
	background: url(pics/buttonstyle01.gif);
	color: inherit;
	vertical-align: middle;
	font: 13px arial,helvetica,sans-serif;
}

* html .ButtonStyle01 {
	padding-top: 3px;
}

.LayoutSourceBttns {
	margin-top: 15px;
}