BODY {
 	color: #003300;
 	font-family: arial, helvetica, sans-serif;
}

/* major tags */}

A:Link  {
	color: #996600;
	font-weight : normal;
	font-style : normal;
}

A:Visited  {
	color: #003300;
	font-weight : normal;
	font-style : normal;
}

A:Active  {
	color: #003300;
	font-weight : normal;
	font-style : normal;
}

A:Hover  {
	font-weight : normal;
	font-style : normal;
}

/* basic range of text sizes and colours */

.standardgold {
	color: #996600;
}

.smalltext {
	font-size: 90%;
}

.headline {
	color: #996600;
	font-size: 110%;
	font-weight : lighter;
}

.headgreenline {
	color: #003300;
	font-size: 120%;
	font-weight : lighter;
}

.headitalline {
	color: #996600;
	font-size: 110%;
	font-weight : lighter;
	font-style : italic;
}

.quote {
	color: #003300;
	font-weight : normal;
	font-size: 95%;
}

.required {
	color: #996600;
	font-size: 75%;
}

.panel {
	color: #003300;
	font-weight : normal;
	font-size: 80%;
	border-top: thin solid #996600;
	border-left: thin solid #996600;
	border-bottom: thin solid #996600;
	border-right: thin solid #996600;
}	

.paneltextserif {
	font-family: times, georgia, serif;
	color: #003300;
	font-weight : normal;
	font-size: 90%;
}	

.paneltextheader {
	color: #996600;
	font-weight : normal;
	font-size: 120%;
}	

/* border panel specific */

TD.sideleft {
	background-image: url(images/sideleft.jpg); 
	font-size: 80%;
}

TD.topcenter {
	background-image: url(images/topcenter.jpg); 
}

