﻿body {
  background-image: url('css/CSSBackGradientGreen.png');
  background-attachment: fixed;
  background-repeat: repeat-x;
 }
.tblFormat {
	background-color: #E6F2FF;
	border: thin #33CC33 solid;
	border-bottom-style: inset;
}
.tblHeading {
    font-family: menu,Arial; border: 1px solid #0000FF;
    background-color: #E6F2FF;-webkit-box-shadow: 3px 3px 5px #80FF80;
}
.tblLeftColumn {
	background:#F6F9ED; padding-left:1.2em; vertical-align: top;
}
.TextCenter {
	 text-align:center ;
} 
