
body, td, div, p {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}

#footertable a, .menuLink{
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}

#copyrightrow a {
	color: #333333;
	text-decoration:none;
	font-size: 10px;
}

#copyrightrow a:hover {
	color: #006699;
	text-decoration:underline;
	font-size: 10px;
}

#footertable a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

body {
	background-color:#9e9e9e; 
	scrollbar-base-color: #ededed;
	scrollbar-arrow-color: #333333;
	scrollbar-DarkShadow-Color: #ededed;
}


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:#ededed; }

#bodytable { background-color:#ededed; }
   
#headertable { background-color:#ededed;border-bottom-width: 1px; border-bottom-style: solid;border-bottom-color: #9e9e9e; }

#footertable { height: 45px;background-color:#F3F3F3; }

.copyright { color:#CFCFCF; font-size:10px; }

#copyrightrow { background-color:#9e9e9e; }



.wd { font-family: Webdings; }

/* Borders */


.borderColor { border-color:#ededed; }

.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; }


