/* CSS Style Sheet for JGMES.com
Last update March 25, 2008  */

/*  Formatting for Body of page */
body {
        margin: 35px 0 0 25px;
        font-family: Verdana, Arial, Helvetica, Sans-Serif;  
		line-height: 1.5em;       
        background-color: #000033;
        background-image:url(../images/eng_1.gif);  
        background-repeat: repeat;
        }

/* Formatting for Links */
a:link {  color: #0000FF; text-decoration: none;}
a:visited {  color: #0000FF; text-decoration: none;}
a:hover {  color: #FF0000; text-decoration: none;}
a:active {  color: #FF0000; text-decoration: none;}

/* Formatting for Fonts */
p {  font-size: 10pt; line-height: 1.5em; color: #000000;}
td {  font-size: 10pt; color: #000000;}
h1 {  font-family: "Times New Roman", Times, serif; color: #0000FF;}
h2 {  font-family: "Times New Roman", Times, serif; color: #000000;}
h3 {  font-family: "Times New Roman", Times, serif; font-style: italic; color: #000000;}
h4 {  font-family: "Times New Roman", Times, serif; color: #000000;}

ul.spaced {padding: 5px 0 0 20px;}			
ul.spaced li {padding: 0 0 8px 20px;}

ol.spaced {padding: 5px 0 0 20px;}			
ol.spaced li {padding: 0 0 8px 20px; }

/*  Formatting for display table */
table.main_page {
      width: 90%;
      background-color:#FFFFFF;
      margin-left:auto; margin-right:auto;
      border-collapse: collapse;
      border-color: #7D7D7D;
      border-spacing: 2px 2px; 
      vertical-align: middle;
      text-align: left;
      }

table.main_page td {
            border: 0;
			padding: 10px 10px 10px 10px;
			line-height: 1.5em;  
            }

table.main_center {
      width: 300px;
      background-color:#FFFFFF;
      margin-left:auto; margin-right:auto;
      border-collapse: separate;
      border-color: #7D7D7D;
      border-spacing: 2px 2px;
      vertical-align: middle;
      text-align: center;
            }

table.main_center td {
            padding: 10px 10px 10px 10px;
			line-height: 1.5em;  
            }