body {
	background: url(images/gradient-bg.jpg) #336699 center repeat-y;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style1 {
	font-size: 19px;
	font-weight: bold;
}
.style2 {
    font-size: 10px
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #339999;
}
a:active {
	text-decoration: underline;
	color: #339999;
}

#popUpDiv {
	background: url(images/gradient-bg.jpg) #336699 center repeat-y;
	border:solid 10px #000000;
	height:1%;
}