HTML,BODY
{
    background-color: #E8E8E8;
    font-family: 'font004';
    font-size: 18px;
    background-image: none;
}
.select_region_h1{
	font-size: 38px;
	color:#f5842e;
	margin: 0px auto;
	font-weight: 300;
    font-family: 'font004';
	padding-top:50px;
}
.select_region_p{

	font-size: 16px;
	color:#707070;
	margin: 0px auto;
	width: 520px;
	line-height:150%;
	
}
.select_region_p a
{
    color:#00b2e5;
}
table.regionsTable {width: 100%; border-spacing: 0px; border-collapse: collapse; margin-top:70px; font-family:'font004';margin-bottom:50px; }
table.regionsTable td {width: 20%; vertical-align: top; text-align: center; font-size:20px; color:#d5dce2}
table.regionsTable td a:hover {text-decoration: underline;}
table.regionsTable td p {padding: 0px 0px 20px 0;
font-size: 16px;color: #00B2E5;font-weight: 400;
}
table.regionsTable img
{
    opacity:1;
}
table.regionsTable a
{
    display:block;
    font-size: 16px;color: #00B2E5;font-weight: 400;
}
.mouse_over{
	opacity:0.3;filter:alpha(opacity=30);
}

.mouse_out{
	opacity:1.0;filter:alpha(opacity=100);
}

table.downloadTable {width: 100%; border-spacing: 0px; border-collapse: collapse; margin-top:90px; font-family:'font005-light'}
table.downloadTable td {width: 25%; vertical-align: top; text-align: center; font-size:28px; color:#d5dce2}
table.downloadTable td a{color:#d5dce2;padding:0px;}
table.downloadTable td a:hover {text-decoration: none; color: #000;}
table.downloadTable td p {padding: 20px 0px;}
