
body, td, div, p {
	font-family: Verdana;
	font-size: 11px;
	color: #382c1d;
}

#footertable a, .menuLink{
	color:#382c1d;
	font-weight:bold;
	text-decoration:none;
}

#copyrightrow a {
	color: #382c1d;
	text-decoration:none;
	font-size: 10px;
}

#copyrightrow a:hover {
	color: #382c1d;
	text-decoration:underline;
	font-size: 10px;
}

#footertable a:hover{
	color:#b0cce8;
	font-weight:bold;
	text-decoration:none;
}

body {
	background-color:#b0cce8; 
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color: #382c1d;
	scrollbar-DarkShadow-Color: #ffffff;
}


html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

html, body {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}
   
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

#bodycontainer { background-color:#ffffff; }

#bodytable { background-color:#ffffff; }
   
#headertable { background-color:#ffffff;border-bottom-width: 1px; border-bottom-style: solid;border-bottom-color: #b0cce8; }

#footertable { height: 45px;background-color:#ffffff; }

.copyright { color:#382c1d; font-size:10px; }

#copyrightrow { background-color:#b0cce8; }



.wd { font-family: Webdings; }

/* Borders */


.borderColor { border-color:#382c1d; }

.bL { border-left-style:solid; border-left-width:1px;}
.bR { border-right-style:solid; border-right-width:1px; }
.bT { border-top-style:solid; border-top-width:1px; }
.bB { border-bottom-style:solid; border-bottom-width:1px; }


