html{	
	scrollbar-base-color:rgb(246,234,214);
  	scrollbar-3d-light-color:rgb(246,234,214);
  	scrollbar-arrow-color:rgb(214,175,125);
  	scrollbar-darkshadow-color:rgb(214,175,125);
  	scrollbar-face-color:rgb(246,234,214);
  	scrollbar-highlight-color:rgb(246,234,214);
  	scrollbar-shadow-color:rgb(246,234,214);
  	scrollbar-track-color:rgb(246,234,214);
}

body{
	font-family: Arial, sans-serif;
	margin:0;
	font-size:10pt;
	color:rgb(0,0,0);
	background-color:rgb(246,234,214);	
}
body.borderlt{
	border-left:1px solid rgb(123,118,109);
	border-top:1px solid rgb(123,118,109);
}
body.borderlb{
	border-left:1px solid rgb(123,118,109);
	border-bottom:1px solid rgb(123,118,109);
}
body.borderrt{
	border-right:1px solid rgb(123,118,109);
	border-top:1px solid rgb(123,118,109);
}
body.borderrb{
	border-right:1px solid rgb(123,118,109);
	border-bottom:1px solid rgb(123,118,109);
}
body.borderrm{
	border-right:1px double rgb(123,118,109);
}

img{
	border:0;
}

a:link{text-decoration:underline; font-weight:normal; color:rgb(0,0,0); font-size: 10pt;}
a:visited{text-decoration:underline; font-weight:normal; color:rgb(0,0,0); font-size: 10pt;}
a:hover{text-decoration:underline; font-weight:bold; color:rgb(0,0,0); font-size: 10pt;}

a.nav:link { text-decoration:none; font-weight:normal; color:rgb(0,0,0); font-size: 11pt;}
a.nav:visited { text-decoration:none; font-weight:normal; color:rgb(0,0,0); font-size: 11pt;}
a.nav:hover { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}

a.navact:link { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}
a.navact:visited { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}

a.sub:link { text-decoration:none; font-weight:normal; color:rgb(0,0,0); font-size: 11pt;}
a.sub:visited { text-decoration:none; font-weight:normal; color:rgb(0,0,0); font-size: 11pt;}
a.sub:hover { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}

a.subact:link { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}
a.subact:visited { text-decoration:none; font-weight:bold; color:rgb(0,0,0); font-size: 11pt;}

.contentPadding{
	padding-right:10px;
	padding-left:24px;
	padding-top:5px;
}
.contentPaddingm{
	padding-right:10px;
	padding-left:5px;
	padding-top:5px;
}


td {
font-size:10pt;
}

td.borderlt{
	border-left:1px solid rgb(123,118,109);
	border-top:1px solid rgb(123,118,109);
}
td.borderlb{
	border-left:1px solid rgb(123,118,109);
	border-bottom:1px solid rgb(123,118,109);
}
td.borderrt{
	border-right:1px solid rgb(123,118,109);
	border-top:1px solid rgb(123,118,109);
}
td.borderrb{
	border-right:1px solid rgb(123,118,109);
	border-bottom:1px solid rgb(123,118,109);
}
td.borderrm{
	border-right:1px double rgb(123,118,109);
}

h1{
/*color:rgb(214,175,125);*/
font-size:11pt;
color:rgb(214,97,77);
}
h2{
/*color:rgb(214,175,125);*/
font-size:10pt;
color:rgb(214,97,77);
}

b{
color:rgb(214,97,77);
font-weight:bold;
}
b.menu{
color:rgb(0,0,0);
font-weight:bold;
}

p.footer{
font-size: 7pt;
}
