/* Author Victor Torres */
/* Date: 09-JAN-2007 */
/* This Style sheet wapply to all pages */


body	{ background-color: #000000; 
          background-image: url(../images/gifs/bg1.gif);
          background-repeat: repeat-x;
          background-attachment: fixed;
          font-family: Verdana, Tahoma, Arial;
          font-size: 10px;	  
         }
         
a:link {
	color: #FFCC99;
	text-decoration:underline;
	font-weight:bold
	}

a:hover {
	background-color:#f1f8f3;
	text-decoration: underline
	}

a:active {
	color: #ffffff
	}

a:visited {
	color: #ead38e;
	text-decoration: underline
	}

/* Combination font property order should be respected */
h1 {
	font-weight: bold;
	font-size: 15px;
	color: #CCDDFF;
	}

h2, p {
	font-size: 13px;
	font-weight: normal;
	color: #CCDDFF;
}

p.field {
    font-size: 10pt;
	font-weight: bold;
	border-style: outset;
	color:#CCDDFF; 
}

pre {
margin-left: 20px;
}

h1.banner {
        filter:alpha(opacity=25); opacity:.25;
        font-size: 20pt;
        color: yellow;
        
         }

