body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(../img/bak/denim.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #d04b59;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #d04b59;
}
a:hover {
	text-decoration: none;
	color: #d04b59;
}
a:active {
	text-decoration: underline;
	color: #d04b59;
}
h1 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	letter-spacing:-1px;
}
h2 {
	font-size: 16px;
	color: #d04b59;
	font-weight: bold;
	letter-spacing:-1px;
}
.question a,
.question a:hover,
.question a:active,
.question a:visited {
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	color:#000000;
}
.question a:hover {
	color: #d04b59;
}
/* tooltips: */
#tooltip {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:400px;
	height: 70px;
	z-index:9999;
	background-color:#fff;
	border:1px solid #666;
	padding:10px;
	font-size:11px;
}
@media screen { #tooltip {-moz-opacity:99%;filter:alpha(opacity=99);} }
#tooltipInner {position:relative;margin:0px;}