@charset "utf-8";
/* CSS Document */

body {
	background-color: #dbb376;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia;
}
h1{
	font-size:16px;
	color:#003366;
	font-weight:bold;
}
h2{
	font-size:14px;
	color:#990000;
	font-weight:bold;
}
.normaltext{
	font-size:12px;
	line-height:20px;
	text-align:justify;
}
.leftmenu, .leftmenu a, .leftmenu a:link{
	color:#660000;
	font-weight:bold;
	background-color:#E6E6E6;
	text-decoration:none;
}
.leftmenu a:hover{
	text-decoration:underline;
	color:#0066FF;
}
.gallery, .gallery a, .gallery a:link{
	color:#999999;
	font-weight:bold;
	background-color:#F9F9F9;
	text-decoration:none;
	font-size:12px;
}
.gallery a:hover{
	text-decoration:underline;
	color:#0066FF;
}
.btmline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66FFCC;
}
.grline {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00FFCC;
}
.gline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
