@media screen
{
	.clearboth
	{
		clear: both;
	}
	
	.clearleft
	{
		clear: left;
	}
	
	.clearright
	{
		clear: right;
	}
	
	.leftelem
	{
		text-align: left;
		text-align: -moz-left;
	}
	
	.rightelem
	{
		text-align: right;
		text-align: -moz-right;
	}
	
	.centerelem
	{
		text-align: center;
		text-align: -moz-center;
	}
	
	.floatright
	{
		float: right;
	}
	
	.floatleft
	{
		float: left;
	}
	
	.SATButton
	{
	    background: transparent url(images/Button.png) top left no-repeat;
	    width: 146px;
	    height: 38px;	 
	    border: 0px;
	    font-weight: bold;
	    color: White;   
	    cursor: pointer;
	    cursor: hand;
	}
	
}



