
html, body {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	
	background-image:url(../images/title_head.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;

}

.title_head {
	background-image:url(../images/title_text.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

#fullheight {height:100%}

a:link {
	color: #666666;
    text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color:#999999;
	text-decoration: none;
}

.sub_brackets {
	color:#666666;
	font-size: 15pt;
}
.sup_text {
	color: #808080;
	font-weight: bold;
	font-size: 15pt;
}
.sub_text {
	color: #808080;
	font-size: 15pt;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	color: #999999;
}
.caption_under:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 190%;
	color: #999999;
    text-decoration: underline;
}
.caption_under:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 190%;
	color: #999999;
    text-decoration: underline;
}
.caption_under:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 190%;
	color: #999999;
	text-decoration: none;
}