﻿table {
	border: none;
	padding: 0 60px;
}

table tr#top_title {
	height: 90px;
}

#top_title p {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
    font-family: Times New Roman, Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 
		2px 2px 8px #666;
	-webkit-text-shadow: 
		2px 2px 8px #666;
	-moz-text-shadow: 
		2px 2px 8px #666;
	-ms-text-shadow: 
		2px 2px 8px #666;
	-o-text-shadow: 
		2px 2px 8px #666;

}

table tr#tr_margin { 
	height: 630px; 
}

table td#left { 
	width: 460px;
	height: 78px; 
}

table td#right { 
	width: 520px;
	height: 78px; 
}

a, a:visited {
	height: 78px;
	display: block;
	text-decoration: none;
	text-align: center;
	border: none;
	color: #000;
    font-family: Times New Roman, Times, serif;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 
		2px 2px 4px #A0522D;
	-webkit-text-shadow: 
		2px 2px 4px #A0522D;
	-moz-text-shadow: 
		2px 2px 4px #A0522D;
	-ms-text-shadow: 
		2px 2px 4px #A0522D;
	-o-text-shadow: 
		2px 2px 4px #A0522D;
}

a:hover, a:active {
	text-decoration: none;
	font-size: 27px;
	color: #000;
}