/* CSS Document */

/* General styles  ---------------------*/
body, td, p, div, li, a {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	
}

/* link  ---------------------*/
a{	
	text-decoration:none;
	color: #000000;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
	color: #990000;
}
a.red {	
	color: #ffffff;
	text-decoration:underline;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
}
a:hover.red{
	color: #fafd01;
	text-decoration:none;
}
#bottom{
	height:5px;
	background:url(images/top.jpg) no-repeat bottom left;
}

