@charset "utf-8";
/* CSS Document */
body{
	background: url(../images/background.gif) repeat-x #FFFFFF;
	margin:0px;
	padding:0px;
}
table,td {
	vertical-align:top;
	border:none;
}
h1{
	margin:0px;
	padding:0px 0px 12px 0px;
}
h2{
	font-size:14px;
	margin:0px;
	padding:0px 0px 15px 0px;
}
h3{
	margin:0px;
	padding:12px 0px 12px 0px;
}
a:link, a:visited{
	color:#135700;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	padding:0px;
	text-align:left;
	line-height:14px;
}
#wrapper #banner{
	margin:0px;
	padding:0px;
	height:350px;
}
#wrapper #contents{
	padding:15px 12px 12px 12px;
	border-right:solid 1px #b7b7b7;
	border-left:solid 1px #b7b7b7;
	border-bottom:solid 1px #b7b7b7;
}
.line1{
	background:url(../images/line1.gif) center repeat-y;
	width:36px;
}
.line2{
	background:url(../images/line2.gif) repeat-x center;
	height:30px;
}
.line3{
	background:url(../images/line1.gif) repeat-y center;
	width:20px;
}
.text1{
	font-family:Tahoma, Geneva, sans-serif;
	width:238px;
	border: solid 1px #b7b7b7;
	color:#616161;
	font-size:11px;
}
.text2{
	font-family:Tahoma, Geneva, sans-serif;
	width:65px;
	border: solid 1px #b7b7b7;
	color:#616161;
	font-size:11px;
	margin-top:3px;
}
.btn{
	width:60px;
	height:22px;
	color:#FFFFFF;
	background:#219101;
	font-size:11px;
	border:none;
	cursor:pointer;
}
#bottom{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background:#025986;
	color:#FFFFFF;
	bottom:0px;
	padding:12px;
}
#bottom a{
	color:#ffffff;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
.pics{
	margin-right:8px;
	padding:4px;
	background:#FFFFFF;
	border: solid 1px #000000;
}
.pics2{
	margin-left:8px;
	padding:4px;
	background:#FFFFFF;
	border: solid 1px #000000;
}
.thumb img{border:2px solid #0079b7 }
.thumb:hover img{border:2px solid #bddef5 }
