/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B6121B;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #1E0105;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a.white:link {
	text-decoration: none;
}
a.white:visited {
	text-decoration: none;
	color: #EEEEEE;
}
a.white:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.white:active {
	text-decoration: none;
	color: #333333;
}
body {
	background-image: url(images/bg1.jpg);
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #000000;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #666666;
}
.style1 {color: #FFFFFF}
