/* CSS Document */

body {
	background: url(images/background.jpg) repeat-x;
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color:#000000;
	margin: 0px;
}

a {
	text-decoration:none;
	color: #F14A41;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* content */
td.content {
	color:#000000;
	padding: 10px;
}

td.content h3 {
	font-family: Tahoma, Verdana;
	color: #F14A41;
}

/* footer */
td.footer {
	font-size: 10pt;
	font-weight: bold;
	background-color: #F14A41;
	color: #fff;
}
td.footer a {
	color:#CC99FF;
}

td.footer a:hover {
	color:#eeeeee;
	text-decoration:none;
}