﻿/*
    These styles control the appearance of HTML generic iframe controls which cannot be styled.

	Refer to td_viewing_colour_scheme.css for colours.

    Sample code not used can be found at the end of this document.
*/

/* iframe */

.td_iframe_news {
    border: 0px none transparent;
    /* border-radius: 5px; */
	text-align: left;
	/* Height and width are set elsewhere. */
}

/* end --------------------------------------------------  */
