
BODY { 
    MARGIN-BOTTOM: 0px;
    MARGIN-RIGHT: 0px;
    MARGIN-LEFT: 0px;
    MARGIN-TOP: 0px;
    BACKGROUND: #ffffff;

}

#sectionTabs {
	height: 25px;
        width: 236px;
}

#sectionTabs span {
	display: block;
	float: left;
	height: 25px;

}

#oneTab {
margin-right: 2px;
	width: 93px;
        height:25px;
	cursor: pointer !important;
	background: url(images/tab-one.gif) no-repeat;
        font-size: 8px;
        font-face: arial;
}

#twoTab {
	width: 93px;
        height:25px;
	cursor: pointer !important;
	background: url(images/tab-two.gif) no-repeat;
	background-position: center bottom;
	font-size: 8px;
        font-face: arial;
}

#one,
#two {
	display: block;

}
#one {	
}
#two {
	display: none;
	
}

