.textlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}

a:link { text-decoration: none; color: #999999 }
a:visited { text-decoration: none; color: #999999 }
a:active { text-decoration: none; color: #999999 }
a:hover { text-decoration: underline; color: #999999 }

li {
	list-style-position: outside;
	list-style-image: url(images_site/bullitt.gif);

}

.tileleft {
	background-attachment: scroll;
	background-image: url(images_site/tile_left.gif);
	background-repeat: repeat;
}
.tiletopright {
	background-attachment: scroll;
	background-image: url(images_site/tile_right_top.gif);
	background-repeat: repeat;
}

.tileright {
	background-attachment: scroll;
	background-image: url(images_site/tile_right.gif);
	background-repeat: repeat;
}

.bg {
	background-attachment: fixed;
	background-image: url(images_site/bg_gradient.gif);
	background-repeat: repeat-x;
}
.textwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D4D5D4;
}
