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

body,td,th {
	align="center" ;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/box.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #b3292c;
	text-decoration: none;
}
a:visited {
	color: #b3292c;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #b3292c;
	text-decoration: none;
}
#box {

	color: #333;
/*		background-color: #FFF;
filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	margin-top: 20px;*/
}
h1 {
	font-size: 60px;
	color: #b3292c;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bolder;
}
h2 {
	color: #b3292c;
	font-size: 2em;
}
h3 {
	font-size: 12px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #555;
}