/* body elements */


body, p, table, td, ul, ol, textarea, input {
   font-family: arial, helvetica, sans-serif, verdana;
   font-size: 10pt;
}


body {
   background-image: url(images/cgc-bg.jpg);
   background-color: #ffffff;
   background-repeat: repeat-y;
   background-position: center;
   border-left: 1px
   color: black;
   margin: 0;
   padding: 0;
   scrollbar-base-color: #006600;
   scrollbar-arrow-color: #ffface;
   scrollbar-DarkShadow-Color: #000000;
}


A, A:visited, A:active {
   text-decoration: none;
   color: #009900;
}


A:hover {
   text-decoration: underline;
}


h1, h2, h3, h4 {
   font-weight: bold;
   font-family: arial, helvetica, sans-serif, verdana;
   border: 0;
   margin: 0;
}


h1 {
   font-size: 24px;
   font-style: italic;
   margin-top: 5px;
   text-align: center;
}


h2 {
   font-size: 14pt;
}


h3 {
   font-size: 12pt;
   display: inline;
}


h4 {
   font-size: 10pt;
}
