@charset "utf-8";
/* CSS Document */

body {
 background-image:url('images/background.jpg');
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:top;
 background-color: #000000;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b395f;
}
a:link {
	color: #c3b02e;
}
a:visited {
	color: #c3b02e;
}
a:hover {
	color: #B14826;
}
a:active {
	color: #c3b02e;
}

.style1 {font-size: 10px}
.style2 {color: #999999}
