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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
body {
	background-image: url(images/bg.jpg);
}
a:link {
	color: #f17b10;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #C0620C;
}
a:hover {
	text-decoration: none;
	color: #FFB62D;
}
a:active {
	text-decoration: underline;
	color: #f17b10;
}
.header {
	color: #f17b10;
	font-weight: bold;
}
.bold {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #f17b10;
}