@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bk.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bk_line {
	background-image: url(images/line_bk.gif);
}

.100height {
	height:100%;
}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#010101;
}
.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#010101;
}
.titlelink a{	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#010101; text-decoration:none;}
.titlelink a:link { color:#010101; }
.titlelink a:active { color:#010101; }
.titlelink a:visited { color:#010101; }
.titlelink a:hover { color:#429fca; }

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#429fca;
}

.cursor {
	cursor:pointer;
}
.no_repeat {
	background-repeat:no-repeat;
}
.repeatX {
	background-repeat:repeat-x;
}
.repeatY {
	background-repeat:repeat-y;
}
.text_padding {
	padding-left:15px;
	padding-right:10px;
}
.history_line {
	border-style:solid;
	border-bottom:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-color:#dbdbdb;
	vertical-align:baseline;
	padding-top:2px;
	padding-bottom:2px;
}
.photo_description {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#295570;
}
.photo_filter {
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	opacity:0.3;
}
.contactus_filter {
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	opacity:0.7;
}

.no_filter {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	opacity:1.0;
}
