body            { 
                  margin-top: 0px;
			      		  margin-left: 0px; 
	                font-family: Verdana, Arial, Helvetica, sans-serif; 
        	        font-size: 12px; 
        	        font-style: normal;
        	        color: White;
        	        background-color: Black;
					  /* background-image: url(../images/bg_blackstar.gif);
					  background-attachment: fixed; */
        	        scrollbar-arrow-color:#FFFFFF;
        	        scrollbar-base-color:#0000FF;
        	        scrollbar-3dlight-color:#0000FF;
        	        scrollbar-face-color:#0000FF;
        	        scrollbar-highlight-color:#C8ECFF;
        	        scrollbar-shadow-color:##FFFFFF;
        	        scrollbar-track-color: #FFFFFF
        	        
	             }
table { 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-style: normal;
  color: White
}
.title-cell {
  text-align: center;
	vertical-align: top;
	background-image: url(../images/bg-title-cell-75.jpg);
	width: 100%;
	height: 75px;
}
.subtitle-cell {
  text-align: center;
	vertical-align: top;
	width: 100%;
	height: 8px;
}
.header {
  margin-top: 15px;
  font-size: 26px;
	font-weight: bold;
	color: #FFCCCC;
}
.subheader {
  font-size: 10px;
	color: #FFCCCC;
}
.bottom-cell {
  text-align: center;
	vertical-align: top;
	background-image: url(../images/bg-title-cell-75.jpg);
	background-position: bottom;
	width: 100%;
	height: 39px;
}
.footer {
  margin-top: 5px;
  font-size: 10px;
	color: #FFCCCC;
}
.left-cell {
  width: 150px;
	vertical-align: top;
	text-align: left;
	margin: 2px;
}
.nav-table {
  width: 125px;
	margin-left: 3px;
	margin-right: 5px;
}
.nav-top-cell {
  height: 15px;
  background-image: url(../images/bg-nav-top-cell.jpg);
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.nav-middle-cell {
  background-image: url(../images/bg-nav-middle-cell.jpg)

}
.nav-bottom-cell {
  height: 15px;
  background-image: url(../images/bg-nav-bottom-cell.jpg)
}
.menu {
  margin-left: 10px;
	color: #FFCCCC;
}
.content-cell {
  width: 100%;
	vertical-align: top;
	margin: 2px;
}
.right-cell {
  width: 150px;
	vertical-align: top;
	text-align: center;
	margin: 2px;
}
.context-table {
  width: 125px;
	margin-left: 3px;
	margin-right: 5px;
}
.ctx-top-cell {
  height: 15px;
  background-image: url(../images/bg-nav-top-cell.jpg);
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.ctx-middle-cell {
  background-image: url(../images/bg-nav-middle-cell.jpg)

}
.ctx-bottom-cell {
  height: 15px;
  background-image: url(../images/bg-nav-bottom-cell.jpg)
}
.context {
  margin-right: 10px;
	color: #FFCCCC;
}

h1 {
  margin-top: 1px;
  font-size: 24px;
	font-weight: bold;
	color: #663366;
	text-align: center;
}
h2 {
  margin-top: 5px;
  font-size: 20px;
	font-weight: bold;
	color: #FFCCCC;
}
.title {
  font-size: 24px;
	font-weight: bold;
	color: #FFFF99;
}
.subtitle {
  font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFFF99;
}
a { 
  color: #FFCCCC; 
  text-decoration: underline;
}
a:hover { 
  font-weight: bold;
  text-decoration: underline 
}
.left-cell a:link, .left-cell a:active, .left-cell a:visited , .left-cell a:hover{
	color: #663366;
	text-decoration: none;
	font-weight: bold;
  }

.left-cell a:hover {
	color: #FFCCCC;
	text-decoration: none;
	font-weight: bold;
  }
.box-100 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #FFFF00;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 3px;
	text-align: justify;
	width: 75px;
  }
  
.box-100-hover {
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #FFFF00;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	margin: 3px;
	text-align: justify;
	width: 75px;
  }
/*
.box-100 a:link, .box-100 a:active, .box-100 a:visited {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	background-color: #FFFF00;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 1px;
	text-align: justify;
	width: 85px;
}
*/

.style1 {
	font-style: italic;
	color: #FFCCCC;
}