/* base00.css - Woodgrain */

body 	
{
	background: #fff5e8;
	color: #9f5e18;
	font-family: "Lucida Sans Unicode", "Arial", "sans-serif" ; 
	font-size: 9pt;
	margin:0px;
}

div.MNU2
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

div.MNU2 a
{
	background: #ffe7d1;
	border-left: solid 5px white;
	color: #9f5e18;
	padding-left: 5px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 15px;
	margin-top: 0px;
	text-align: left;
	width: 100%;
}	

div.MNU2 a:hover
{
	background: #ffe4c7;
	border-left: solid 5px gray;
}

div.MNU2 a.slct
{
	background: #ffe4c7;
	border-left: solid 5px black;
	font-weight: bolder;
	text-decoration: none;
}	

table#main
{
	border: none;
	width: 100%;
}

tr
{
	border: none;
	vertical-align: top;
}

td#col1
{
	background: #ffebd9; 
	border-right: 1px solid white;
	color: #9f5e18;
	width: 25%;
}

td#col2
{
	background: #fff0e0;
	border: none;
	width: 75%;
}

td#col2 h1
{
	color: #8f3b0;
	text-align: center ;
	font-size: 180% ;
	padding: 0;
	width: 100% ;
}	

td#col1 h2
{
	color: #8f3b0;
	font-size: 100% ;
	margin-bottom: 0;
	padding: 0;
	text-align: center ;
	width: 100% ;
}

td#col2 h2
{
	color: #8f3b0;
	font-size: 100% ;
	margin-left: 0.5em;
	padding: 0;
	text-align: left ;
	width: 100% ;
}

div.CDT
{
	font-size: 80%;
	padding: 1em;
	text-align: center;
}	

div.CTC
{
	font-size: 120%;	
	margin-bottom: 1em;
}

div.TEL
{
	font-size: 150%;	
	margin-bottom: 1em;
	text-weight: bolder;
}

div.ADD
{
	margin-bottom: 1em;
	text-weight: bolder;
}

div.EML
{
	margin-bottom: 1em;
	text-weight: bolder;
}

div.OPE
{
	font-size: 80%;	
	margin-bottom: 1em;
}

div.GRP
{
	clear: right;
	color: #4a2885;
	float: right;
	font-weight: bolder;
	font-size: smaller;
	margin-right: 0.5em;
	padding-top: 0.5em;
	text-align: center;
}

p
{
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.RBX
{
	float: right;
	clear: right;
	width: 280px;
	background: #ffe7d1;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid white;
	border-left: 1px solid white;
	padding: 10px;
	text-align: center;
}

div.RBX a
{
	color: #9f5e18;
}	

div.RBX a:hover
{
	background: #ffe4c7;
}


