body {
	font-weight: normal;
	font-size: 13px;
	margin: 15px;
	color: black;
	background-color: white;
	background-image: url(../images/bground.jpg);
      margin-left:0px;
      margin-right:0px;
      margin-top:0px;
/*	scrollbar-arrow-color: #D1D89C; 
	scrollbar-base-color: #111111; 
	scrollbar-face-color: #777777; 
	scrollbar-highlight-color: #EEF0DA; 
	scrollbar-shadow-color: #333333; */
}

table.bodymain {
/*	background-color: #ffffff; */
}

table.header {
      height: 120px;
	background-image: url(../images/header.jpg);
	background-color: #ffffff;
}

table.whatsnew1 {
  	background-color: #99C0BD;
}

table.whatsnew2 {
  	background-color: #CDE1E0;
}

a:link, a:visited, a:active {
	color: #26726F;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #A0C4C0;
}

.heading {
	font-weight: bold;
	font-size: 20px;
}

.headingcenter {
        text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.mainheading {
        text-align: center;
	font-weight: bold;
	font-size: 25px;
}

.bold {
	font-weight: bold;
}

.center {
        text-align: center;
}

.moto {
	font-style: italic;
}

.update {
	font-weight: bold;
}

.blockquote {
  margin-left: 1.5em;
  margin-right: 1.5em;
  display: block;
}