BODY{
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 11px;
}


P{
	color: #333333;
	font-family: Trebuchet MS;
	font-size: 11px;
}

TD{
	font-family: Trebuchet MS;
	font-size: 11px;
}

SELECT{
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #63309C;
	background-color: #E8E1EF; 
}

A{
	color:#FF6500;
}
	.tabsContainers{
		position: relative;
		width: 600px;
		height: 510px;
	}

	.tabContainer{
		position: absolute;
		width: inherit;
		height: inherit;
		display: none;
	}
	.tabActive{
		display: block;	
	}