
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Code Pro Light'), local('SourceCodePro-Light'), url(http://themes.googleusercontent.com/static/fonts/sourcecodepro/v1/leqv3v-yTsJNC7nFznSMqcVNtom4QlEDNJaqqqzqdSs.woff) format('woff');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Code Pro'), local('SourceCodePro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcecodepro/v1/mrl8jkM18OlOQN8JLgasD9Hq-FFgoDNV3GTKpHwuvtI.woff) format('woff');
}

table {

text-align:right;
min-width:1010px;

}

td { 

	vertical-align:bottom;
	padding:5px
	
	}
 
 .Index {
	font-family: Source Code Pro, Courier; 
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	
}

p { margin-top: 0px; margin-bottom: 0px; }


a href {border: none;}

img {border: none;}


A:link {text-decoration: none; font-weight: 400; color:black;}
A:visited {text-decoration: none; font-weight: 400; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}

.clear {clear: both; background: #fff;}

#bg_image {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 0;
}

#title {
right:10px;
top:10px;
position:fixed;
z-index:0;
}

#ellipsis {
right:10px;
bottom: 10px;
position:fixed;
z-index:2;
}

#content {
position: relative;
z-index: 1;
}

#text-left {
left: 10px;
top: 5px;
position:absolute;
z-index:0;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position:fixed;
background-color:#eeeeee;
top: 300px;
width:600px;
height:1000px;
z-index: 9002;
