* { 

}

body {
	background:#2d3575 url(images/home_bg.jpg) repeat-x center top;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* line-height: 18px; */
	margin: 0; 
	padding: 0;
}

td, div {
	font-family: Arial; 
	font-size: 12px;
	/* line-height: 15px; */
}

a:active, a:link, a:visited {
	text-decoration: none; 
	color:#0000FF;
	border-bottom: 1px none;
}
a:hover {
  	text-decoration: none;
	/* border-bottom: 1px dashed; */
	color:#000000;
}