body {
		color: #000000;
		font-family: Times New Roman, serif;
		background-color: #ff0000
}

a:link {
		font-weight: normal;
		text-decoration: underline;
		color: red
}

a:visited {
		font-weight: normal;
		text-decoration: none;
		color: purple
}

a:active {
		font-weight: normal;
		text-decoration: underline;
		color: blue
}

a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: red
}

td.banner {
		height: 61;
		background-image: url(images/banner2.gif);
		background-position: 50% 100%;
		background-attachment: fixed;
		background-repeat: no-repeat;
}

td.top {
		height: 60;
		background-image: url(images/top.gif);
		background-position: 0% 100%;
		background-attachment: fixed;
		background-repeat: repeat-x;
}

td.bottom {
		height: 60;
		background-image: url(images/bottom.gif);
		background-position: 0% 100%;
		background-attachment: fixed;
		background-repeat: repeat-x;
}

td.left {
		width: 60;
		background-image: url(images/left.gif);
		background-position: 0% 100%;
		background-attachment: fixed;
		background-repeat: repeat-y;
}

td.right {
		width: 60;
		background-image: url(images/right.gif);
		background-position: 0% 100%;
		background-attachment: fixed;
		background-repeat: repeat-y;
}


