/* CSS Document */
/* CSIRO Education/Network Ten - Scope TV Program */
/* Author: Harry Kontos - CSIRO IT */
/* Date Created: 2005-09-19 */
/* Date Modified: 2005-09-19 */
/* White Template Styles */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 5%;
	margin-top: 1%;
	}
.smallText { font-size: 10px; } 
.green { color: #66CC00; }

/* table and div borders */

.border { border: 1px solid #999; }
.bordertop { border-top: 1px solid #999; }
.borderright { border-right: 1px solid #999; }
.borderleft { border-left: 1px solid #999; }
.borderleftright { border-left: 1px solid #999; border-right: 1px solid #999; }
.borderbottom { border-bottom: 1px solid #999; }
.bordertopleft { border-top: 1px solid #999; border-left: 1px solid #999; }
.borderbottomleft { border-bottom: 1px solid #999; border-left: 1px solid #999; }
.bordertopright { border-top: 1px solid #999; border-right: 1px solid #999; }
.borderbottomright { border-bottom: 1px solid #999; border-right: 1px solid #999; }
.bordertopleftright { border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.borderbottomleftright { border-bottom: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #999;}
.bordertopbottom { border-top: 1px solid #999; border-bottom: 1px solid #999; }
.bordertopbottomleft { border-top: 1px solid #999; border-bottom: 1px solid #999; border-left: 1px solid #999; }
.bordertopbottomright { border-top: 1px solid #999; border-bottom: 1px solid #999; border-right: 1px solid #999; }

