BODY
{
	margin: 0px;
	font-family: Sans-serif, Arial, Verdana;
}
/* --- pseudo classes: set link colours --- */
A:link, A:active, A:visited
{
	color: #800000;					 		/* maroon */
	font-weight: bold;					/* bold font */
	text-decoration: none;			/* no underline */
}
A:hover
{
	color: #000066; 				 			 /* dark blue */
	text-decoration: underline;		 /* underline */
}
/* --- end set link colours --- */

/* --- generic classes --- */
.header
{
	height: 80px;
	background: url(../graphics/header.gif);
}
.top_panel
{
	background-color: #A4C18F;
}
.main_panel
{
	background-color: #CCCC99;
}
.navbar
{
	background-color: #688e32;
	padding: 0px;
	width: 100%;
	border-bottom: 3px solid #000066;
	border-top: 3px solid #000066;
	height: 30px;
}
.footer
{
	background-color: #009900;
	padding: 0px;
	height: 33px;
	border-top: 3px solid #000066;
	border-bottom: 3px solid #000066;
}
.heading_box
{
	background-color: #669933;
	width: 300px;
	height: 25px;
	font-size: 16px;
	font-weight: normal;
	padding-left: 2px;
	padding-bottom: 2px;
}
.norm_txt
{
	font-size: 11px;
}
.smaller_font
{
	font-family: Sans-serif, Arial, Verdana;
	font-size: 10px;
}
.textarea_font
{
 	font-family: 'Courier New', Courier;
	font-size: 12px;
}
.second_line_indent
{
	text-indent: -5px;
	padding-left: 6px;
}
.left_right_padding
{
	padding-left: 8px;
	padding-right: 8px;
}
.right_padding
{
	padding-right: 8px;
}
/* --- photograph borders --- */
.split_pic_border
{
	border: 1px solid #000000;
}
