/* HTML elements */
body {
	margin-top: 0.0em;
	margin-bottom: 0.0em;
	margin-left: 0.0em;
	margin-right: 0.0em;
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-base-color: #EAE3DD;
	scrollbar-arrow-color: #222222;
	text-align: justify; 
}

td {
	font-size: 0.75em;
	color: #222222;
}

input {
	border-width: 1;            /* REMOVE THESE FOR NETSCAPE VERSION */
	border-color: #000066;
	background: #EAE3DD;
	font-family: verdana, helvetica, arial;
	font-size: 0.8em;
	color: #222222;
}
textarea {
	border-width: 1;
	border-color: #000066;
	background: #EAE3DD;
	font-family: verdana, helvetica, arial;
	font-size: 0.8em;
	color: #222222;
}
select {
	border-width: 1;
	border-color: #000066;
	background: #EAE3DD;
	font-family: verdana, helvetica, arial;
	font-size: 0.8em;
	color: #222222;
}

.highlightlink {
	text-decoration: underline;
}


/*     Links   -  Anchor pseudo classes  */

a {
	color: #000000;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: underline; 
}

a:visited {
	color: #000000; 
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: underline; 
} 

a:hover {
	color: #6C5442;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none; 
} 

a:active {
	color: #000000;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration: none;
}

.sidebarlink {
	text-decoration: none;
}


TD.lightbox {
	background-color: #EAE3DD;
}

TD.darkbox {
	background-color: #927158;
}

TD.contrastbox {
	background-color: #C0AA97;
}

TD.cont2box {
	background-color: #C6B5A5;
}

TD.colour1box {
	background-color: #CBAA9D;
}

TD.colour2box {
	background-color: #F0C28E;
}

TD.colour3box {
	background-color: #D0BAA0;
}

TD.colour4box {
	background-color: #949CD8;
}

TD.blank {
	background-color: #FFFFFF;
}

.boxhead {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 1.1em;
	padding-right: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

.titlehead {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 1.4em;
}

.standout {
	color: orangered;
	font-weight: bold;
}

.footnote {
	font-size: 0.8em;
}

/* for right hand boxes */

.rightbg {
	background-image: url(/images/design/rightbg.gif);
	background-repeat: no-repeat;
}

.stripebg {
	background-image: url(/images/design/stripebg.gif);
}

.padded {
	padding-left: 1.4em;
	padding-right: 1.4em;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}
