body {
	font-family: "A Yolngu NTU", "Trebuchet MS", Arial, sans-serif;
	background-attachment: fixed;
	background-color: #330000;
	background-image: url(../img/system/bg01.gif);
}
.headline {
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	color: #990000;
}
.subheadline {
	font-size: 21px;
	color: #990000;
}
.smallcaps {
	font-variant: normal;
	color: #990000;
	font-size: 12px;
	font-weight: normal;
}
.callout {
	font-size: 18px;
	border-top: thin solid #990000;
	border-right: thin none #990000;
	border-bottom: thin solid #990000;
	border-left: thin none #990000;
	text-align: center;
	background-image: url(../img/gray.jpg);
	padding: 5px;
}
.callout2 {
	font-size: 18px;
	border-top: thin none #990000;
	border-right: thin none #990000;
	border-bottom: thin solid #990000;
	border-left: thin none #CC3300;
	text-align: center;
	background-image: url(../img/gray.jpg);
	padding: 5px;
}
.quotes {
	border-top: thin solid #CCCCCC;
	border-right: thin none;
	border-bottom: thin solid #CCCCCC;
	border-left: thin none;
	text-align: left;
	background-image: url(../img/gray.jpg);
	color: #660000;
}
.caption {
	font-size: 12px;
}
.brdrLftBlk {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 3px;
}
