@CHARSET "UTF-8";

body {
	font-family: arial, sans-serif;
	padding: 0px;
	font-size: small;
	margin: 0px;
}

h1,h2 {
	padding: 3px;
}

h3 {
	font-size: small;
	font-weight: bolder;
	color: #303060;
	padding-left:0px;
	margin-left:0px;
	text-decoration:underline;
}

a:link {
	color: #0000cc
}

a:visited {
	color: #002080
}

a:active {
	color: #ff0000
}

a,a:link,a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #002080;
}

a:hover {
	font-decoration: underline;
	color: #FF0000;
}

p,table {
	font-size: small;
}

#contentArea {
	padding: 3px;
	border: 1px dotted #002080;
	border-top: 3px solid #002080;
	width: 100%;
}

#footer {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: x-small;
	padding: 2px;
}

#nictaResearchedBy {
	background-image: url('../images/nicta-research-by_90.png');
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	align: right;
	height: 90px;
}

#nictaImagined {
	background-image: url('../images/nicta-imagined_90.jpg');
	background-repeat: no-repeat;
	margin-top: 5px;
	height: 90px;
	width: 90px;
}

#textSelected {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	font-weight: bolder;
}

#contentContainer {
	width: 90%;
	margin-top: 5px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
}

#spindle {
	font-weight: bolder;
	color: #002080;
}

.downloadButton {
	text-align: left;
	border: 1px solid #00FFFF;
	background-color: #00FFFF;
	padding: 5px;
}

.downloadButton:hover {
	border: 1px solid #00FFFF;
	background-color: #FFFFCC;
}

.url {
	font-size: x-small;
	color: #55ba8b;
}

.comment {
	font-size: x-small;
	color: #554a8b;
}

.strongText {
	font-weight: bolder;
}
.smallText{
	font-size: x-small;
}
