@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-image: url(images/bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

#header {
	position: relative;
	background-image: url(images/bg_header.png);
	height: 215px;
	width: 100%;
}

#menu {
	position: relative;
	width: 200px;
	padding: 20px 0px 0px 60px;
}

.menu_title, .menu_title a, .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	font-size: 18px;
	line-height: 200%;
}

.menu_subtitle, .menu_subtitle a, .subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	line-height: 140%;
}

.down {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: default;
}

.up {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content {
	position: absolute;
	height: 475px;
	width: 500px;
	margin-left: 325px;
	padding-top: 95px;
	margin-top: -215px;
	background-image: url(images/watermark.png);
	background-repeat: no-repeat;
	line-height: 175%;
	text-align: justify;
}

#content a {
	text-decoration: underline;
	color: #666666;
}

#content a:hover {
	text-decoration: none;
}

.title {
	line-height: 150%;
	padding-left: 15px;
	font-size: 28px;
}

.subtitle {
	padding-left: 30px;
	line-height: 200%;
	font-size: 16px;
}

.picture {
	display:inline;
	border: 1px solid #FF6600;
	position: relative;
}
.picture_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
	position: relative;
	top: 5px;
}

.picture_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #FF6600;
	position: relative;
	top: 5px;
}

.content_hl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.recipient_link {
	font-size: 9px;
	line-height:110%;
	padding-left:5px;
}

.recipient_box {
	font-size: 9px;
	line-height:150%;
	padding: 3px 0px 0px 5px;
}

#footer {
	font-size: 10px;
	padding-top: 25px;
	text-align: right;
	color: #666666;
}

.tooltip {
	width: 200px;
	color:#333333;
	font-size: 9px;
	text-align: justify;
	line-height: 135%;
}

.tooltip span.top {
	padding: 30px 12px 0;
    background: url(images/bubbletooltips.gif) no-repeat top;
}

.tooltip b.bottom {
	padding:3px 12px 10px;
	color: #000066;
	background: url(images/bubbletooltips.gif) no-repeat bottom;

}

.horiz_line {
	height: 10px;
	width: 100%;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}