@charset "utf-8";
/* CSS Document */


body {
	background:url('images-08/bg.gif');
	background-repeat:repeat-y;
	background-position:center top;
	background-color:#8a8a8a;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

a
{
	text-decoration: none;
	color: #000;
}
a:hover
{
	color: #FE0404;
}
a:visited
{
	color: #000;
}
a:active
{  color: #000; 
}



.style1 {
color: #FE0404;
}

.descriptions {
font-family:Arial, Helvetica, sans-serif;
text-align:left;
color: #ffffff;
font-weight:bold;
font-size:14px;

}
