body {

	COLOR: #ffffff;
	background-color : #B92A2A;
	background-image:url('./images/bg.jpg');
	background-repeat: repeat-y; 
	background-position: center top; 
	FONT-SIZE: 12px;
	FONT-FAMILY:  tahoma;

}
  html { 
scrollbar-face-color: #4E4C4C; 
scrollbar-track-color: #B92A2A; 
scrollbar-arrow-color: #B92A2A; 
}

img {

  border : 0px;

}

td {

	FONT-SIZE: 12px;
	
	color:#000000

	FONT-FAMILY:  tahoma;

}

.copyright {

    color : #000000;

    font-size: 10px;

}

a:link, A:visited, A:active {

    color: #BA2A2A;

	text-decoration : none;

 }

	

a:hover {



text-decoration : none; 

color: #EFE5E5;



}