body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	padding: 0;
	margin: 0;
}

.tabtext {
font-size:12px;
}

.tabactive {
text-align:center;
width:106px;
background:url(img/tab_active_grey.gif);
background-repeat:no-repeat;
font-weight:bold;
cursor:pointer;
}

.tabinactive {
text-align:center;
width:106px;
background:url(img/tab_inactive_grey.gif);
background-repeat:no-repeat;
cursor:pointer;
}
