/* Used in Header */
.headlineblock {
	position: absolute;
	top: 0; left: 0; width: 780px; height: 75px;
	border-bottom: 0;
	vertical-align: top;
}
.headerleft {
	float: left;
	border-width: 0;
}
.headerright {
	float: right;
	border-width: 0;
}
/* Used in Navbar */
#tsrnav ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.finger {
	font-size: medium; 
	font-weight: normal;
	text-align: left;
	list-style: none;
}
#tsrnav li.finger:first-letter {
	text-decoration: underline; 
	font-weight: bold;
}
/* Used in Main */
a:link {
	color: Lime;
}
a:visited {
	color: Purple;
}

body {
	background: black;
	color: Yellow;
}
.dobold {
	font-weight: bold; 
}
.nofloat {
	clear: both;
	border: 0px;
	
}
.clear { 
	clear: both; 
	height: 1px; 
	overflow: hidden; 
	margin-bottom: -1px;
}
.gullane {
	clear: both;
	border: 0px;
	text-align: center;
	font-size: xx-small;
	}
.caption {
	font-size: larger; 
	font-weight: bold; 
}
.left {
	float: left;
	margin: 5px 5px 5px 5px;
}
.right {
	float: right;
	margin: 5px 15px 5px 15px;
}
.textcentre {
	text-align: center;
}
.nofloattextcentre {
	clear: both;
	border: 0px;
	text-align: center;
}
.redtext {
	clear: both;
	border: 0px;
	text-align: center;
}
.parts {
	font-size: medium; 
	text-align: left;
	margin-left:0px;
}
/* Used in Footer */
.footernone {
	float: none;
	border-width: 0;
}
.footlink {
	float: left;
	width: 190px;
	font-size: medium; 
	font-weight: normal;
	text-align: left;
	list-style: none;
}
.invisible {
	visibility: hidden;
	display: none; 
}
/* banner - used in body, headline used in header */
.banner, .headline {
	font-weight: bold;
	font-size: xx-large;
	margin-top: 0px;
	padding-top: 0px;
}
.headline {
	text-align: center;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* subbanner - used in body, subheadline used in header */
.subbanner, .subheadline {
	font-size: x-large; 
	font-weight: bold; 
}
.subheadline {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/* subbanner - used in body, subheadline used in header */
}
.textleft { 
   text-align: left;
} 
.textjustify { 
   text-align: justify;
} 
p {
	text-align: justify;
}
