/* CSS Document */

h1 {
	color: #FF9900;
	font-size: 12px;
}

body {
	background: url(img/bg.jpg) repeat-x;
}

body, table, td, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height: 18px;
	text-align: justify;
}

a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF9900;
	text-decoration: underline;
}