﻿ body { background-color: #e7ebf9; }
 body, table {
  font-family: Verdana;
  font-size: 9pt;
  color: #000000;	
  text-align: left;
 }
 
 a {
  color: #000080;
  text-decoration: underline;	
 }
 
 a:hover {
  color: #0000C0;
  text-decoration: underline;
 }
 
 img { border: 0px; }
 table { border: 0px; }
 
 .space_2 { height: 2px; font-size: 2px; }
 .space_5 { height: 5px; font-size: 2px; }
 .space_10 { height: 10px; font-size: 7px; }
 .space_15 { height: 15px; font-size: 12px; }
 .space_20 { height: 20px; font-size: 17px; }
 
 #head_table {
  width: 768px;
  background-color: #ffffff;
 }
 
 #head_table .header {
  height: 79px;
  background-color: #FFFFFF;
  background-image: url('../images/design_header.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 2px solid #de2100;
 }
 
 #head_table .shadowLeft, #head_table .shadowRight {
	 width: 4px;
  border-right: 1px solid #DE2100;
	 background-color: #e7ebf9;
	 background-image: url('../images/design_shadowleft.jpg');
	 background-position: right top;
	 background-repeat: repeat-y;
	 font-size: 2px;
 }
 #head_table .shadowRight { 
  border-left: 1px solid #DE2100; 
  border-right: 0px;
  background-image: url('../images/design_shadowright.jpg'); 
 }
 
 #head_table .shadowBottom {
  width: 768px;
	 height: 4px;
	 background-color: #e7ebf9;
	 background-image: url('../images/design_shadowbottom.jpg');
	 background-position: left top;
	 background-repeat: repeat-x;
	 font-size: 2px;
 }
 
 #head_table .copyright {
  height: 16px;
  border-top: 1px solid #DE2100;
  border-bottom: 1px solid #DE2100;
  background-color: #FFE3B5;
  font-size: 8pt;
  color: #E15429;
  text-align: center;
 }
 #head_table .copyright a { color: #E15429; }
 #head_table .copyright a:hover { color: #DE2100; }
 
 .scriptError {
	 width: 99%;
	 padding: 5px;
	 margin-bottom: 15px;
	 border: 2px solid #C0C0C0;
	 background-color: #EFEFEF;
	 color: #DE2100;
	 font-weight: bold;

 }
 
 .scriptNotification {
	 width: 99%;
	 padding: 5px;
	 margin-bottom: 15px;
	 border: 1px solid #DE2100;
	 background-color: #E0E0E0;
	 color: #000000;
 }