/* CSS Document */

body {

	background-color: #000033;
	background-image: url(images/bgrnd_image.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.titlered {
	color: #990000;
	font-weight: bold;
	font-size: 11px;
}
.titleblue{
	color: #000053;
	font-weight: bold;
	font-size: 11px;
}

.heading {
	font-size: medium;
	font-weight: bold;
	color: #000053;
	
}

.smalltxt {
font-size: 10px;
}

.smallertxt {
font-size: 9px;
}

a:link {
	color: #0033CC;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}
a:active {
	text-decoration: none;
	color: #0033CC;
}
