/* CSS Document */

body{

	margin-left: 10;
	background-color:#F6ECDB; 
}

td.top {
padding: 3px;
text-align: justify;
font-size:12px;
font-family:verdana;
color:#ffffff;
font-style:none;
font-weight:12pt;
line-height:13pt;
}


td.content {
padding: 3px;
text-align: justify;
font-size:11.5px;
font-family:verdana;
color:#000000;
font-style:none;
font-weight:12pt;
line-height:14pt;
}


.tdnav { background-color: #996666; border: 0px #000000 solid;} 

a.top:link {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:12px; font-weight:bold;
}
a.top:visited {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:12px; font-weight:bold;
}
a.top:hover {
COLOR: #000000; FONT-FAMILY: verdana; TEXT-DECORATION: underline; font-size:12px; font-weight:bold;
}
a.top:active {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:12px;font-weight:bold;
}

a:link {
COLOR: #333300; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px; font-weight:normal;
}
a:visited {
COLOR: #333300; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px; font-weight:normal;
}
a:hover {
COLOR: #000000; FONT-FAMILY: verdana; TEXT-DECORATION: underline; font-size:11px; font-weight:normal;
}
a:active {
COLOR: #333300; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px;font-weight:normal;
}

a.other:link {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px; font-weight:normal;
}
a.other:visited {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px; font-weight:normal;
}
a.other:hover {
COLOR: #000000; FONT-FAMILY: verdana; TEXT-DECORATION: underline; font-size:11px; font-weight:normal;
}
a.other:active {
COLOR: #ffffff; FONT-FAMILY: verdana; TEXT-DECORATION: none; font-size:11px;font-weight:normal;
}





.box { 
  background: #FFFFFF; 
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 3px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 3px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}

.boxcontent {
padding: 0px 7px 0px 7px;
text-align: left;
font-size:11px;
font-family:verdana;
font-style:none;
font-weight:9pt;
line-height:12.3pt;
  
}

/* drop down */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 11.5px Verdana;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid black;
padding: 6px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DBC9C9;
}

