	body {
		background-color:#9a8a7b;
		background-image:url(../images/png/site.background.png);
		background-position:top;
		background-repeat:repeat-x;
		margin:0px;
	}

	body,td {
		font-family:Tahoma, Arial;
		font-size:13px;
		line-height:21px;
		color:#786b5f;
	}

	a		{ text-decoration:none; color:#ff8815; }
	a:link	{ text-decoration:none; }
	a:hover	{ text-decoration:underline; }
	
	.copyright {
		padding-left:50px;
		color:#c1b9b2;
		font-size:11px;
		line-height:30px;
	
	}
	.copyright a		{ text-decoration:none; color:#ffffff; }
	.copyright a:link	{ text-decoration:none; }
	.copyright a:hover	{ text-decoration:underline; }

	
	.Title {
		color:#f5891f;
		font-size:22px;
		line-height:30px;
	}
	
	.Menu {
		 width:200px;
		 height:40px;
		 cursor:pointer;
		 background-image:url(../images/gif/menu.gif);
		 background-repeat:no-repeat;
	}
	
	.subMenu-Current a {
		color:#8a857f;
		text-decoration:underline;
		font-size:13px;
		line-height:20px;
		padding-left:10px;
		padding-right:10px;
	}

	.subMenu a {
		color:#8a857f;
		font-size:13px;
		line-height:20px;
		padding-left:10px;
		padding-right:10px;
	}

	.subMenu-Line {
		color:#6c6055;
		font-size:9px;
		line-height:20px;
	}

	.director-name {
		text-transform:uppercase;
		font-size:13px;
	}
	.director-title {
		font-size:11px;
		line-height:15px;
	}
	.director-occupation {
		color:#bbb5af;
		font-size:11px;
	}
	
	.form-dd {
		font-family: 'Tahoma';
		font-size:11px;
		line-height:15px;
	}
	
	.form-button {
		font-family: 'Tahoma';
		font-size:11px;
		line-height:15px;
	}
	
	.form-text {
		font-family: 'Tahoma';
		height:20px;
		font-size:11px;
		line-height:15px;
		border: solid 1px #d0d0d0;
	}

	.form-text-error {
		border: solid 1px #ff6969;
	}