	BODY {
		margin:0px;
		padding:0px;
	}
	
	BODY, TD, TH, P, SPAN, DIV, INPUT, SELECT, BUTTON, TEXTAREA {		font-family:arial,geneva,sans-serif;		color:#000000;		font-size:12px;		text-decoration:none;	}
	
	H1,H2,H3,H4,H5,H6 {
		font-weight:bold;
		color:#6B0611;
		margin:0px 0px 8px;
	}
	
	H1 {font-size: 13pt;}	H2 {font-size: 14px;}	H3 {font-size: 13px;}	H4 {font-size: 12px;}	H5 {font-size: 11px;}	H6 {font-size: 10px;}
	
	#headerContainer {
		background-image:url('/images/header_back.gif');
		background-repeat:x-repeat;
		background-color:#6B0711;
		height:100px;
	}
	
		#headerContainer #headerContentTable {
			width:750px;
			height:100px;
		}
	
		#headerContainer #headerContentTable #left {
			background-image:url('/images/header_seal.jpg');
			background-repeat:no-repeat;
			background-position:10px 0px;
			width:160px;
		}
		
		#headerContainer #headerContentTable #main {
			vertical-align:top;
			padding-top:8px;
			text-align:center;
		}
		
		#headerContainer #headerContentTable #right {
			background-image:url('/images/header_berries.gif');
			background-repeat:no-repeat;
			background-position:top right;
			width:160px;
		}
		
	#navContainer {
		background-image:url('/images/nav_back.gif');
		background-repeat:x-repeat;
		height:30px;
	}
	
		#navContainer #navContentTable {
			width:750px;
			height:30px;
		}
	
		#navContainer #navContentTable #left {
			background-image:url('/images/nav_seal.jpg');
			background-repeat:no-repeat;
			background-position:10px 0px;
			width:110px;
		}
		
		#navContainer #navContentTable #main {
			vertical-align:top;
			width:640px;
		}
		
	#contentContainer {
		height:450px;
		background-image:url('/images/content_back.gif');
		background-repeat:no-repeat;
		background-position:bottom center;
	}
	
		#contentContainer #contentContent {
			width:750px;
			vertical-align:top;
			padding-bottom:40px;
			text-align:left;
		}
	
	#footerContainer {
		border-top:3px #A4771F solid;
		background-image:url('/images/header_back.gif');
		background-repeat:x-repeat;
		background-color:#6B0711;
		height:53px;
		text-align:center;
	}