.titlebackground {
	background-image: url(layout/title_stretch.jpg);
	background-repeat: repeat-x;
}
.navleftbackground {
	background-image: url(layout/nav.jpg);
	background-repeat: no-repeat;
}
.navigation {
	background-image: url(layout/nav_stretch.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;

}
a.nav:link {
	color: #000000;
	text-decoration: none;

}
a.nav:visited {
	color: #000000;
	text-decoration: none;


}
a.nav:hover {
	color: #CC0033;
	text-decoration: underline;


}
a.nav:active {
	color: #FFFFFF;
	text-decoration: none;


}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.stripedbackground {
	background-image: url(layout/striped_background.gif);
	background-repeat: repeat;
	border: 1px solid #CC6699;

}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
	text-decoration: none;

}
a:hover {
	color: #FF3300;
	text-decoration: underline;


}
a:active {
	color: #009900;
	text-decoration: none;

}
