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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-image: url(../images/bg-gradient.JPG);
	background-repeat: repeat-x;
	background-color: #ffffff;
}
a: {
text-decoration: none;
	color: #000000;
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 24px;
	color: #900500;
}
h2 {
	font-size: 18px;
	color: #900500;
}
h3 {
	font-size: 16px;
	color: #900500;
}
h4 {
	font-size: 14px;
	color: #900500;
}
h5 {
	font-size: 10px;
	color: #900500;
}
.style3 {
	font-size: 30px;
	color: #666600;
}
.style1 {font-size: 12px}
.style4 {color: #FFFFFF}

a.white:link {color: #ffffff; }
a.white:active {color: #ffffff;}
a.white:visited {color: #ffffff; }
a.white:hover {color: #ffffff; }


