/* Headings and Text */
#button input {
	font-weight: normal;
	color: #666666;
	background-color: #DCE4E9;
	border-color: #cccccc;
	border-style: normal;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #013674;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 9pt;
	color: #013674;
	margin-bottom: 5px;
}

h3 {
	font-size: 8pt;
}

h4 {
	font-size: 7.5pt;
	color: #013674;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 7.5pt;
	color: #336677;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

table tr {
	background-image: none;
	background-position: top left;
	background-repeat: repeat-x;
}

table th {
	background-color: white;
}

#surftravel table td, table th {
	padding: 5px;
}

#surfstats table td, table th {
	padding: 1px;
	text-align: center;
}

#regionsearch table td, table th
{
    padding: 5px;
    margin-top: 5px;
    overflow: auto;
}

#summary table td, table th {
	text-align: left;
}

