BODY { 
    background-color: #999999; 
    background-position: top; 
    background-repeat: repeat; 
    background-attachment: fixed; 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    position: relative; 
    top: 0;
    margin: 0; 
    
}

/* ***** SCROLL BAR COLOR EFFECTS *****

	scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #000000; 
    scrollbar-base-color: #FFFFFF; 
    scrollbar-dark-shadow-color: #FFFFFF; 
    scrollbar-face-color: #FFFFFF; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #000000; 
    scrollbar-track-color: #FFFFFF;  
    
    */
    
.IFRAME {
	height: 500px;
	width: 100%;
	border-width: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	frameborder: 0px;
	scrolling: yes;
	scrollbar-3d-light-color: #FFFFFF;
    scrollbar-arrow-color: #000000; 
    scrollbar-base-color: #FFFFFF; 
    scrollbar-dark-shadow-color: #FFFFFF; 
    scrollbar-face-color: #FFFFFF; 
    scrollbar-highlight-color: #FFFFFF; 
    scrollbar-shadow-color: #000000; 
    scrollbar-track-color: #FFFFFF;  
}
    
.acrText {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 18px; 
}

.text {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
}

.email {
  text-decoration: underline;
  font-family: Arial, Tahoma, Verdana, Helvetica; 
  font-size: 12px; 
  color: #5a76ac;
}

.title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #5a76ac;
}

#container { 
	background: #ffffff; 
	background-image: url(templ-bg_new5.jpg);
	background-repeat: no-repeat; 
	width: 760px; 
	height: auto; 
	border: solid 1px #cccccc; 
	margin: 0 auto; 
	float: inherit; 
	position: relative; 
	border: solid 1px #cccccc; 
	visibility: visible; 
	clear: both; 
}

#topContainer {
	width: 760px;
	height: 165px;
	
}
    
.table { 
    width: 765px;
    height: auto; 
    border: solid 1px #cccccc; 
    margin: 0 auto; 
    float: inherit; 
    position: relative; 
    border: solid 1px #cccccc; 
    visibility: visible; 
    clear: both; 
}

#tableHeader { 
	width: 100%; 
	height: 160px; 
	visibility: visible; 
	border: 0; 
	padding: 0;
}

#source { 
	width: 90%; 
	height: 100%; 
	margin-bottom: 5px;
	visibility: visible; 
	border: 0; 
	padding: 0;
}

#tableFooter {
    visibility: visible; 
	width: 100%;
	height: 157px; 
	border: 0px;
    padding: 0px;
    
}


