.test {
	background-color: #333333;
}
.gradient {
	background-attachment: scroll;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}.titleName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b70000;
	text-decoration: none;
}
.textAll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
.dotBottom {
	background-attachment: scroll;
	background-image: url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.finePrint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.dotVert {
	background-attachment: scroll;
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.dottedLine {
	background-attachment: scroll;
	background-image: url(images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.dotBlue {
	background-attachment: scroll;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.dotBlueL {
	background-attachment: scroll;
	background-image: url(images/dot_blue.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.redtext2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b70000;
	text-decoration: none;
}

a:link.c {
	color: #0066CC;
	text-decoration: none;
	text-decoration:underline;
}
a:visited.d {
	text-decoration: none;
	color: #0066CC;
	text-decoration:underline;
}
