a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.navbar:link, a.navbar:hover, a.navbar:active, a.navbar:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.navbar2:link, a.navbar2:hover, a.navbar2:active, a.navbar2:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;

}
a.navbar3:link, a.navbar3:hover, a.navbar3:active, a.navbar3:visited {
	color: #CC9966;
	text-decoration: none;
	font-weight: bold;

}
a.navbar4:link, a.navbar4:hover, a.navbar4:active, a.navbar4:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}
a.navbarB:link, a.navbarB:active, a.navbarB:visited {
	text-decoration: none;
}
a.navbarB:hover {
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.bg {
	background-image: url(images/bg_curve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgr {
	background-repeat: no-repeat;
	background-position: right top;
}
.copyright {
	font-size: 12px;
}
.h1 {
	font-weight: bold;
	font-size: 18px;	
}
.h2 {
	font-weight: bold;
	font-size: 20px;	
}
a.copyright:link, a.copyright:hover, a.copyright:active, a.copyright:visited{
	color: #000000;
}