td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
p {
	line-height: 140%;
}


body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.topnav {
	font-size: 14px;
}
.topnav a:link {
	color: #262C79;
	text-decoration: none;
}
.topnav a:visited {
	color: #262C79;
	text-decoration: none;
}
.topnav a:hover {
	color: #E9001C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.leftPane {
	background-image: url(images/inside.gif);
	background-repeat: no-repeat;
}
ul {
	line-height: 150%;
	list-style-image: url(images/bullet.gif);
}
.copyright {
	font-size: 70%;
	color: #CBCCC2;
}

.copyright a:link {
	color: #CBCCC2;
	text-decoration: underline;
}
.copyright a:visited {
	color: #CBCCC2;
	text-decoration: underline;
}
.copyright a:hover {
	color: #CBCCC2;
	text-decoration: none;
}
.rightPane {
	background-image: url(images/inside2.gif);
	background-repeat: no-repeat;
}
