@charset "utf-8";
/* CSS Document */


.ccs_background {
	background-image: url(http://www.newwavegraphix.com/images/css_backgrounds_02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ccs_background_right {
	background-image: url(http://www.newwavegraphix.com/images/css_backgrounds_04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.ccs_background_repeating {
	background-image: url(../images/repeating_css_background_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.text_titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
	text-decoration: underline;
}
.text_X {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-variant: small-caps;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #CC0000;
}
