body, 
td, 
p  {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px; 
		font-weight: bold; 
		text-align: left; 
		color: #ffffff; 
		}
		
a { 
		color: #e20e1d;
		}

/* ---------- Start of Home page ------------*/		
#outer {
		position:relative;
		width:800px;
		height:586px;
		background-color:transparent;
		}

#image {
		position:relative;
		width:800px;
		height:586px;
		background: url(img/wc_home.jpg);
		background-color:#312F30;
		}

#links {
		position:absolute;
		top:95px;
		left:452px;
		width:300px;
		height:250px;
		font-size:22px;
		font-weight:bold;
		text-decoration:none;
		text-align:center;
		color:white;
		background-color:transparent;
		}


#links a:visited,
#links a:link,
#links a:active {
		text-decoration:none;
		color:white;
		}

#links a:hover {
		text-decoration:none;
		color:#538CBF;
		}

#released {
		position:absolute;
		top:342px;
		left:440px;
		width:135px;
		height:20px;
		background-color:transparent;
		background: url(img/released.jpg);
		}
		
/* ---------- End of Home page ------------*/

/* ---------- Start of normal pages ------------*/		

#outerpage {
		position:relative;
		width:760px;
		text-align:center;
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-color:#1363A9;
		}

ul.thead {
		font-family: arial, Helvetica, sans-serif;
		font-size: 14px; 
		font-weight: bold;
		white-space:nowrap; 
		margin:0;
		padding:4px;
		text-align: center; 
		width:100%;
		list-style:none;
		overflow:hidden;
		background-color:#312F30;
		}
		
ul.thead li {
		float:left;
		text-align:center;
		width:33.3%;
		}
		
ul.thead a {
		display:block;
		background-color:transparent;
		zoom:1;
		}
		
ul.thead a:visited, 
		a:link, 
		a:active { 
		text-decoration: none; 
		color: #ffffff; 
		}
		
ul.thead a:hover {
		text-decoration: none; 
		color:#1363A9;
		}

div.tfoot {
		white-space:nowrap; 
		margin:0;
		padding:0;
		text-align: center; 
		width:100%;
		overflow:hidden;
		background-color:transparent;
		}
		
div.tfoot a {
		text-align:center;
		background-color:transparent;
		zoom:1;
		}
		
div.tfoot a:visited, 
		a:link, 
		a:active { 
		text-align:center;
		text-decoration: none; 
		color: #ffffff; 
		}
		
div.tfoot a:hover {
		text-align:center;
		text-decoration: none; 
		color:#a2a2a2;
		}

.cred { 
		font-size: 10px; 
		text-align: center; 
		}

/* ---------- End of normal pages ------------*/		

/* ---------- Start of Results page ------------*/		
#tdiframe {
		position:relative;
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:100%;
		height:500px;
		text-align:center;
		background-color:#1363A9;
		color:white;
		}
		
#iframe {
		position:relative;
		padding:0 0 0 0;
		margin:0 0 0 0;
		left:0px;
		top:0px;
		width:760px;
		height:500px;
		background-color:#312F30;
		color:white;
		}
/* ---------- End of Results page ------------*/		

