@charset "utf-8";
.style1 {	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

.style3 {
	color: #3A6575;
	font-weight: bold;
}


/* CSS Document */

.home_table_border {
	border: 2px solid #FFB550;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.interior_table_mid_border {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB550;
	border-right-color: #FFB550;
	border-bottom-color: #FFB550;
	border-left-color: #FFB550;
}

.interior_table_top_border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFB550;
	border-right-color: #FFB550;
	border-bottom-color: #FFB550;
	border-left-color: #FFB550;
}
.interior_table_bottom_border {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFB550;
	border-right-color: #FFB550;
	border-bottom-color: #FFB550;
	border-left-color: #FFB550;
}

A.type2:link{color:#3A6575; text-decoration:none;}
A.type2:visited {color:#3A6575; text-decoration:none;}
A.type2:active{color:#3A6575; text-decoration:none;}
A.type2:hover{color:#3A6575; text-decoration:none;}

A.type3:link{color:#3A6575; text-decoration:underline;}
A.type3:visited {color:#3A6575; text-decoration:underline;}
A.type3:active{color:#3A6575; text-decoration:underline;}
A.type3:hover{color:#3A6575; text-decoration:none;}

A.type4:link{color:#FFE4AF; text-decoration:underline;}
A.type4:visited {color:#FFE4AF; text-decoration:underline;}
A.type4:active{color:#FFE4AF; text-decoration:underline;}
A.type4:hover{color:#FFE4AF; text-decoration:none;}
