@charset "UTF-8";
img {border:none;
}
body {
	margin-top: 0px;
	color:#1B1B1B;
	font-size:12px;
	height:100%;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	background-image:url(images_background/interior_htm_background.png);
	background-repeat:repeat;
}
a {
	text-decoration:underline;
	color: #1b1b1b;
}
 a:visited {
color:#1B1B1B;
text-decoration:underline;
}
 a:hover {
	color:#1B1B1B;
	text-decoration:none;
}
 a:active {
color:#1B1B1B;
text-decoration:underline;
}
/* htmlpages*/
#container_html {
	width:765px;
	height:auto !important;
	min-height:550px;
	padding-left:15px;
}
#left_content_pic_flash {
	width:204px;
	height:418px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #ccc;
	float:left;
	line-height: 20px;
}
#right_content_pic_flash {
	width:550px;
	height:450px;
    float:right;
}	
#right_content_pic_flash2 {
	width:550px;
	height:550px;
    float:right;
}	
#left_content_pic_flash2 {
	width:204px;
	height:550px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #ccc;
	float:left;
	line-height: 20px;
}
#left_content_pic_flash3 {
	width:204px;
	height:auto !important;
	min-height:550px;
	overflow: hidden;
	float:left;
	line-height: 20px;
}
#right_content_pic_flash3 {
	width:550px;
	height:auto !important;
	min-height:1000px;
    float:right;
}	
.list_bar2 {
	width:450px;
	padding:10px;
	border-width: 2px;
	border-style: dotted;
	border-color: #ccc;
	background:#FFF;
}
.list_bar {
	width:600px;
	padding:10px;
	border-width: 2px;
	border-style: dotted;
	border-color: #ccc;
	background:#FFF;
}

/* text*/
.header_grey2 {
color: #1b1b1b;
font-size:15px;
font-weight:bold;
padding-bottom:3px;
}
.header_grey3 {
color: #1b1b1b;
font-size:13px;
font-weight:bold;
padding-bottom:3px;
}
.header_grey {
color: #1b1b1b;
font-size:15px;
font-weight:bold;
}
.med_grey_txt {
color: #1b1b1b;
font-size:14px;
}
.sm_grey_txt {
color: #1b1b1b;
font-size:11px;
}
.sm_ltgrey_txt {
	color: #848484;
	font-size:10px;
}
a.sm_ltgrey_txt:link {
	color: #848484;
	font-size:10px;
	text-decoration:underline;
}
.med_grey_txt {
color: #1b1b1b;
font-size:14px;
}
.header_white {
color: #f2f1e5;
font-size:18px;
font-weight:bold;
}
a.header_white:link {
	color: #f2f1e5;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.header_white:hover {
	color: #f2f1e5;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.header_white:active {
	color: #f2f1e5;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
a.header_white:visited {
	color: #f2f1e5;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.grey_text_box {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-bottom:5px;
}
.horizontal_text_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2C0B1;
	padding:10px;
}
.vertical_text_box {
	border-right-width: 1px;
	border-bottom-style: none;
	padding:10px;
	border-right-style: dotted;
	border-right-color: #C2C0B1;
}
/* list*/
ul {
	margin-left:0;
	padding-left:0;
	margin-top:0px;
}
li {
	list-style:disc;
	list-style-position:inside;
}
