/*
-----------------------------------------------------
Jeff Dizon  Revamp CSS Color Palette
FileName:    wnScreenBase.css
Version:     2004.11.24
Color1:      #fff (dark gray)
Color2:      #ccc (light gray)
BaseColor:   #000 (black)
-----------------------------------------------------
*/

/* General Elements */
/* ----------------------------------------------------- */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
    background: url("images/bg.jpg") repeat-x;
	text-align: center;
	/* part 1 of 2 centering hack */
	}
#content {
	width: 800px; 
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	text-align:left; 
	/* part 2 of 2 centering hack */
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #content {
	width: 800px; /* ie5win fudge ends */
	}
	
body,td,p {
	font-size: 11.5px;
  	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
  }
	
input {
	font-size:9.5px;
  	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;	
  }
  
/* Links */
/* ----------------------------------------------------- */
a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#f00;}
a img {border-style:none;}

/* Titles */
/* ----------------------------------------------------- */
h1 {
  color:#666;
  letter-spacing: -1.5px;
  font-size:25px;
  font-weight:100;
  margin-top: 10px;
  margin-bottom: -5px;
  padding-bottom: 0px;
  }
h2 {
  color:#333;
  font-size:15px;
  border-bottom:1px dashed #999;
  margin:30px 0 5px 0;
  padding-bottom:5px;
  }
h3 {
  font:bold 100% Verdana,Sans-serif;
  font-size:12px;
  text-transform:uppercase;
  padding-bottom:5px;
  
  }
img{
	border: none;
  	text-decoration: none;
  }
.tBg{
	background-color:#fff
  }
.textContent{
	margin-left: 10px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	margin-top: 10px; 
	padding-left: 0px;
	padding-right: 0px;
	height: 350px;
	width: 250px;
	overflow:auto;

  }
  
  
  
