body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 5;
	padding: 0;}
	
.cell {
	background-image:  url(consultation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

.bleft {background-image:  url(bg05.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #D8D8C9;}
		

.brgh {background-image:   url(bg06.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #D8D8C9;}
	
h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #A50234;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 10px 5px;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 10px 5px;
}

h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #A50234;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 10px 5px;
}

.ttl {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #A50234;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 2px;
}

.navb
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}

a.navb:link		{text-decoration:none}
a.navb:visited 	{text-decoration:none}
a.navb:active 	{text-decoration:underline}
a.navb:hover 	{background-color: #FDD78E; text-decoration:none; 	color: #000;}

.tx
 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-align: justify;
	margin: 5px 5px 10px 5px;
}

a.tx:link		{color: #A50234; text-decoration:none}
a.tx:visited 	{text-decoration:none}
a.tx:active 	{text-decoration:underline}
a.tx:hover 		{text-decoration:none;}

.sm
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3A3937;
	font-weight: bold;
}

/* -------------------NEW MENU---------------------- */

#nav { 
margin: 0; 
padding:0; 
background:#333333; 
float:left; 
width:100%; 
border:2px solid #ffffff; 
}

#nav li { 
display:inline; 
padding:0; 
margin:0; 
}

#nav a:link, 
#nav a:visited { 
color:#FFFFFF; 
background:#333333; 
padding:5px 10px 5px 5px; 
float:left; 
width:auto; 
border-right:2px solid #ffffff; 
text-decoration:none; 
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
font-weight: 400;
text-transform:uppercase; 
}

#nav a:hover { 
color:#fff; 
background:#A50234; 
}

#nav a:active { 
background:#A50234; 
color:#000; 
}