/* main styles for screen only */

html,body	{
	background: url(paper.jpg);
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-top: 0px;
    height:100%;
    border:none
}
	

	


#links {
vertical-align: middle; 
	padding-top: 10px;
}

/*/////// Table styles /////////*/

#main {
	vertical-align: middle; 
	border: 0px;
	height:100%
}


#content {
font-family: Arial, Helvetica, verdana, sans-serif;
color: #8BAFAB;
font-size: 11px;
	vertical-align: middle; 
	border: 0px;
	height: 540px
}


/*/////// Table styles ends /////////*/






img {
	border: 0px;
	padding: 0px
}




a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #ffffff;
	background: transparent; 
	}
	
a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #ffffff;
	background: transparent; 
	}
	
a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: #cccccc;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: #ffffff;
	background: transparent;  
}