html {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family: Arial, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	display: none
}

/* ----------------*/
/* styles for menu */
/* --------------- */

.menu_area {
	padding-left: 10px;
}

.tbl_menu {
        border: 1px solid #e6e6e6;
        background: #f9f9f9;
        border-spacing: 0px;
        margin: 0px;
        padding: 4px;
}

.tbl_menu_title {
        color: #000000;
        background: #f9f9f9;
        border-spacing: 0px;
	font-size: 70%;
        font-weight: normal;
        margin: 0px;
        padding: 4px;
}

.tbl_menu_options {
        background: #f9f9f9;
        border-spacing: 0px;
        border-bottom: 1px dashed #bebebe;
        margin: 0px;
        padding: 4px;
}

.tbl_menu_options a {
        color: #025ac6;
	font-size: 70%;
        font-weight: normal;
        text-decoration: none;
}

.tbl_menu_options a:hover {
        color: #ff0000;
	font-size: 70%;
        font-weight: normal;
}

.tbl_menu_openedoptions {
        background: #f9f9f9;
        border-spacing: 0px;
        margin: 0px;
        padding: 4px;
}

.tbl_menu_openedoptions a {
        color: #025ac6;
	font-size: 70%;
        font-weight: normal;
        text-decoration: none;
}

.tbl_menu_openedoptions a:hover {
        color: #ff0000;
	font-size: 70%;
        font-weight: normal;
}

.tbl_menu_suboptions {
        background: #f9f9f9;
        border-spacing: 0px;
        border-bottom: 1px dashed #bebebe;
        margin: 0px;
        padding-left: 25px;
        padding-bottom: 10px;
}

.tbl_menu_suboptions a {
        color: #000000;
	font-size: 70%;
        font-weight: normal;
        text-decoration: none;
}

.tbl_menu_suboptions a:hover {
        color: #ff0000;
	font-size: 70%;
        font-weight: normal;
}

.tbl_menu_bottomoption {
        background: #f9f9f9;
        border-spacing: 0px;
        margin: 0px;
        padding: 4px;
} 

.tbl_menu_bottomoption a {
        color: #025ac6;
	font-size: 70%;
        font-weight: normal;
        text-decoration: none;
}

.tbl_menu_bottomoption a:hover {
        color: #ff0000;
	font-size: 70%;
        font-weight: normal;
} 

/* ----------------*/
/* styles for body */
/* --------------- */

.body_area {
        padding-left: 10px;
        padding-right: 30px;
        margin-left: 0px;
        margin-right: 0px;
        vertical-align: top;
}

/* ----------------------*/
/* styles for everywhere */
/* --------------------- */

p {
        font-size: 12px;
	margin: 0px 0px 1em 0px;
        text-align: justify;
        line-height: 1.4;
}

.block-quote {
        display: block;
        font-size: 12px;
        text-align: justify;
        line-height: 1.4;
        background-color: #cccccc;
        padding: 10px;
        margin: 5px 5px;
}

.highlight  {
        color: red;
        margin-top: -1em;
}

.tabletext {
        margin: 0px 0px 0px 0px;
}

h1 {
	color: #025ac6;
	margin: 0px;
	padding: 0px 0px 1.3em 0px;
	font-weight: normal;
	font-size: 1.2em;
        text-align: left;
}

h2 {
	color: #008800;
	margin: 0px;
	padding: 0.5em 0px 1.3em 0px;
	font-weight: normal;
	font-size: 1.4em;
        text-align: left;
}

h3 {
	color: #637C94;
	margin: 0px;
	padding: 0px 0px 1em 0px;
	font-weight: normal;
	font-size: 1.1em;
        text-align: left;
}

h4 {
        color: #ff3300;
        font-weight: normal;
        font-size: 0.7em;
        margin-top: 0.1em;
        margin-bottom: -1.5em;
        text-align: left;
}

h5 {
	color: #008800;
	margin: 0px;
	font-weight: normal;
	font-size: 1.4em;
        text-align: left;
}

li {
        font-size: 12px;
        text-align: left;
}

a {
        color: #025ac6;
        text-decoration: none;
        font-size: 12px;
	margin: 0px 0px 1em 0px;
        line-height: 1.4;
}

a:hover {
        color: #ff0000;
}

.contact {
        font-size: 12px;
        color: #637C94;
        font-weight: normal;
        margin-top: -10px;
        margin-bottom: 10px;
        text-align: left;
}

.detail {
        font-size: 12px;
        color: #637C94;
        font-weight: normal;
        margin-top: -10px;
        margin-bottom: 10px;
        text-align: left;
}

.breadcrumb {
	font-size: 0.9em;
	color: #666666;
	margin-bottom: 10px;
}

.breadcrumb a{
	color: #025ac6;
}

.breadcrumb a:hover {
	color: #ff0000;
}

/* ---------------------------*/
/* styles for photos and maps */
/* -------------------------- */

.imageLeft {
	float: left;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 2px;
}

.mapframe {
        width: 325px;
        height: 290px;
        float: left;
        background-color: #ffffff;
}

.websiteframe {
        width: 300px;
        height: 30px;
        float: right;
        background-color: #ffffff;
        text-align: right;
}

.websiteframe a {
        font-size: 100%;
        font-weight: bold;
}