/* CSS Document */

a:link,a:visited,a:active
	{
	color: #687877; 
	text-decoration: none; 
	font-weight:bold;
	}
	
a:hover,a:active 
	{
	color: #AAA7A0; 
	text-decoration: none;
	font-weight: bold;
	}

body
	{
	background-color:#000000;
	text-align:center;
    overflow-x: auto; 
	overflow-y: auto;
	}

.tables
	{
	margin-left: auto;
	margin-right: auto;
	width:930px;
	}
	
.border
   {
    border-width:1px; 
    border-style:solid;
	border-bottom-color:#7f8386;
	border-left-color:#7f8386;
	border-right-color:#7f8386;
	border-top-color:#7f8386;
	}

.box1
   {
   border-width:1px; 
   border-style:solid;
   border-bottom-color:#7f8386;
   border-left-color:#7f8386;
   border-right-color:#7f8386;
   border-top-color:#7f8386;
   background-image:url(image/gradient01.png);
   background-repeat:repeat-x;
   background-position:bottom;
   }
   
.iframe
   {
   width:930px;
   height:590px;
   scrollbar-face-color:#505069;
   crollbar-arrow-color:#D1D0CE;
   scrollbar-track-color:#505069;
   scrollbar-shadow-color:#ACAAA7;
   scrollbar-highlight-color:#D1D0CE;
   scrollbar-3dlight-color:#505069;
   scrollbar-darkshadow-color:#505069;
   background-image:url(image/gradient01.png);
   background-repeat:repeat-x;
   background-position:bottom;
   overflow-y: auto;
   overflow-x: hidden;
   filter:chroma(color=#505069);
   allowtransparancy:true;
   }

.index
    {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 08pt;
	color: #D1D0CE;
	font-weight: bold;
	text-align: center;
	}
