/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/bg.jpg);
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #A81211;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #eeeeee;
	font-weight: bold;
}
a.grey:link {
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.grey:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.grey:active {
	text-decoration: none;
	color: #CCCCCC;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #999999;
}
a.menu:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.menu:active {
	text-decoration: none;
	color: #CCCCCC;
}
.style1 {color: #eeeeee}
.style2 {
	color: #CCCCCC;
	font-weight: bold;
}
.style3 {
	font-size: 14px;
	font-weight: bold;
}