.grid
{
	width: 740px;
	height: 78px;
	border: 1px solid white;
	background-color: white;
}

.scrollstyle
{
	/* default scrollbar settings */
	position: absolute;
	left: 10px;
	top: 320px;
	width: auto;
	height: auto;
	background-color: transparent;
	border: 1px solid #aaaaaa;
	z-index: 100;
	visibility: hidden;
}

.positioned { position: absolute; }
.inline { display: inline; }
.block { display: block; }

.title,
.header
{
	position: absolute;
	left: 40px;
	z-index: 2;
	font-family: 'arial black',arial,sans-serif;
	font-weight: normal;
	font-size: 60px;
	text-decoration: none;
	color: black;
	padding: 0px 30px;
}

.title a
{
	text-decoration: none;
	color: black;
}

.header a
{
	text-decoration: none;
	color: #aaaaaa;
}

.title a:hover, 
.header a:hover
{
	text-decoration: underline;
	/*color:blue;*/
}

.text
{
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: black;
	background-color: transparent;
	padding: 10px 30px;
	display: block;
}
.caption
{
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: black;
	background-color: transparent;
	margin: 4px 0px;
	display: block;

	text-align:center;
	/*vertical-align:center;*/

}
.text a
{
	text-decoration: underline;
	color: blue;
}

.text a:hover
{
	text-decoration: none;
	color: blue;
}

.textframe
{
	position: absolute;
	left: 40px;
	width: 740px;
	background-color: transparent;
	border: 1px solid white;
	z-index: 3;
	visibility: hidden;
}



