@charset "utf-8";

a {
	color:#666666;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
body
{
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	overflow:hidden;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #DDDDDD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}
#box {
	background-image:url(graphics/horizontal_bottom.gif);
	background-repeat:repeat-x;
	/*top:-15px;*/
}
#content {
	height:100%;
	overflow:auto;
	position:absolute;
	width:100%;
}
h2 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-weight:bold;
	margin:0px 0px 4px;
	padding:0px;
	width:100px;/* prevent text from expanding the box */
	overflow:hidden;
}
img {
	height:70px;
	margin-right:32px; /* 'WIDTH' this pushes the block outward. */
	margin-top:9px;
	width:70px;
	border:1px solid #999999;
}
.intro {
	background-color:#FFFFFF;
	background-image:url(graphics/horizontal_start.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
.intro_inside {
	background:transparent url(graphics/title.gif) no-repeat scroll 51px 17px;
	font-size:16px;
	margin:0;
	padding-left:50px;
	padding-top:54px;
	width:400px;
}
.link {
	color:#005500;
	font-size:16px;
	text-decoration:underline;	
}
.maker {
	clear:both;
	display:block;
}
.message_middle {
	background-image:url(graphics/project_end_right_middle.gif);
	background-position:-21px 50%;
	background-repeat:repeat-y;
	margin-top:27px;
	width:150px;
}
.message_top {
	background-image:url(graphics/project_end_down_top.gif);
	background-position:-21px top;
	background-repeat:no-repeat;
}
.message_bottom {
	background-image:url(graphics/project_end_right_bottom.gif);
	background-position:-21px bottom;
	background-repeat:no-repeat;
	padding-left:41px;
	padding-bottom:10px;
}

