@charset "utf-8";

a {
	text-decoration: none;
	color: #36639E;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

h3 {
	font-size: 16px;
}

h1 {
	font-size: 24px;
}

.Copyright {
	font-size: 10px;
	color: #FFFFFF;
}

.header {
	font-size: 16px;
	font-weight: bold;
	color: #36639E;
	
}

.square_button {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	vertical-align: middle;
	color: #666;
}

.square_button_td {
	background:url(../images/square_button.gif) center no-repeat;
}