.cssstyle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bluesky_back.gif);
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #6596EF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#6596EF;
}
a:hover {
	text-decoration:underline;

	color: #1B3664;
}
a:active {
	text-decoration: none;
	color: #6596EF;
}
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: medium;
}
h5 {
	font-size: small;
}
h6 {
	font-size: small;
}
.copyright {
font-size: 10px
}
.date {
color: #FFFFFF
}
.heading {
	font-size: 14px;
	font-weight: bold;
}
.redtxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1B3664;
	text-decoration: line-through;
}
#scrollingcontent {
	overflow: auto;
	height: 450px;
	width: 528px;
}
