a
{
text-decoration:none;
color:#BD0026; /*color:#0C5CBD;*/
}

body{
background-image: linear-gradient(right bottom, #D6D6D6 18%, #4D4D4D 84%);
background-image: -o-linear-gradient(right bottom, #D6D6D6 18%, #4D4D4D 84%);
background-image: -moz-linear-gradient(right bottom, #D6D6D6 18%, #4D4D4D 84%);
background-image: -webkit-linear-gradient(right bottom, #D6D6D6 18%, #4D4D4D 84%);
background-image: -ms-linear-gradient(right bottom, #D6D6D6 18%, #4D4D4D 84%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.18, #D6D6D6),
	color-stop(0.84, #4D4D4D)
);

}

body
{
font-family:Verdana,Arial;
font-size:12px;
line-height:150%;
background-position:fixed; 
}

table
{
font-family:Verdana,Arial;
font-size:12px;
line-height:160%
}


