.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

.left {
	background-image: url(./img/left.gif);
	background-repeat: repeat-y;
}

.right {
	background-image: url(./img/right.gif);
	background-repeat: repeat-y;
}

.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #000088;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.bg {
	background-attachment: fixed;
	background-image: url(./img/striped_bg.gif);
	background-position: center top;
	background-color: #666666;
	background-repeat: repeat-x;
}
.list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent : 10px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
}

td.td1 {
	padding-left: 8px;
	padding-right: 8px;
}

