	body,a,td,div {
		font-family: "Times New Roman";
	}

	#buttons {
		position : absolute;
		left : 51px;
		top: 200px;
	}
	#main {
		position : absolute;
		left : 187px;
		top: 210px;
	}
	#top_corner {
		position : absolute;
		left : 57px;
		top: 60px;
	}
	#top {
		position : absolute;
		left : 187px;
		top: 44px;
	}
	h3 {text-decoration: underline}
	td.title {
		/*background-image : url("img/button.gif");*/
		color: #ffffff;
		font-size: 30px;
		font-weight: bold;
		text-align : center;
	}
	td.button {
		/*background-image : url("img/button.gif");
		height: 40;*/
		width: 95;
		text-align : center;
		vertical-align : middle;
	}
	td.spacer {
		height: 10;
		width: 95;
		text-align : center;
		vertical-align : middle;
	}
	.bold {
		height: 50;
		color: #000000;
		font-size: 20px;
		font-weight: bold;
		text-align : center;
		vertical-align : top;
	}
	.sbold {
		height: 45;
		color: #000000;
		font-size: 20px;
		font-weight: bold;
		text-align : center;
		vertical-align : top;
	}
	a {
		text-decoration:none;
		font-size: 16px;
		font-weight:bold;
	}
	a:link {
		color:#ffffcc;
	}
	a:active {
		color:#ffffcc;
	}
	a:hover {
		color:#ffffcc;
		font-size: 17px;
	}
	a:visited {
		color:#ffffcc;
	}
