/* CSS Document */

body { 
    margin: 0;
    padding: 0;
	font-size: 11px; 
    font-family: Verdana, Tahoma, Arial, sans-serif;
    color: #333;
    line-height: 16px;
    background:  url(images/bg.gif) top center repeat-y ;
}



innerpage {
    background:  url(images/inner.gif);
    color: #ff0000;
}

a {
    outline: none;
    color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
	color:#4ec6e1;
}

p {
    padding: 0px 40px 0px 40px;
}

sup {
    font-size: 7px;
    color: #E0E0E0;
	background:  url(images/inner.gif);
}

copyright {
   font-size: 14px; 
    color: #999;
	font-weight: bold;
	
	
}


li {
margin-left: 60px;
margin-right: 60px;

	
}



