@charset "utf-8";
#container #Content #table1 {
	background-image: url(../images/background.png);
	background-repeat: repeat-y;
}
#tabletop {
	background-image: url(../images/titbits1.png);
	background-repeat: no-repeat;
	height: 70px;
}
#tablebottme {
	background-image: url(../images/background-bottme.png);
	background-repeat: no-repeat;
	height: 30px;
}
#container #Content #table1 #t1 {
	border: thin solid #A25100;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.style1 {
	font-size: 13px
}
.style4 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.style3 {	font-size: 24px;
	color: #000066;
}