.grad1 {
	background-image: url(common/grad1.jpg);
	background-repeat: repeat-x;
}
.grad2 {
	background-image: url(common/grad2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.grad3 {
	background-image: url(common/grad1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13pt;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	}
.text3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.link1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 color: #FF0000;
 text-decoration: none;
}
.link1:hover {
 color: #000000;
 text-decoration: underline;
}
.link2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 text-decoration: none;
}
.link2:hover {
 color: #FF0000;
 text-decoration: underline;
}
 .bg {
	background-image: url(common/bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
