place.holder {
	color: Black;
}

BODY {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

A:link A:visited {
	color: Black;
	text-decoration: none;
}

A:hover {
	color: Blue;
	text-decoration: underline;
}

TD#Menu {
	border-right : medium solid Black;
	color: White;
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 20px;
	background-image : url(images/bg_custom_wood_work.jpg);
	background-repeat : repeat-y;
	height : 100%;
	/*
	display: block;
	float : left;
	text-indent : 10px;
	background-color: #01008A;
	*/
}

TD#Menu A:link, TD#Menu A:visited {
	color: White;
	text-decoration: none;
}

TD#Menu A:hover{
	color: Black;
	text-decoration: underline;
}

TD#Content {
	color: Black;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 50px 0px 15px;
/*
	visibility: visible;
	display: block;
*/
}

TD#Content A:link, TD#Content A:visited {
	color: Blue;
	text-decoration: underline;
}

TD#Content A:hover{
	color: Red;
	text-decoration: underline;
}


DIV#FooterAddress {
	color: Black;
	font-size: 10pt;
	text-align: center;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	/* border-top : thin solid Grey; */
}


/* ---------------------- */



.SmallText {
	color : Black;
	font-size : 8pt;}


H1{
	text-align: center;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	font-size: 20px;
	font-weight: bold;
}

H2{
	text-align: left;
	vertical-align: top;
	padding: 5px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
}


