body,td,th {
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	color: #777;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#abs
{
	position: absolute;
}
.frameIt
{
	position:absolute;
	top:0;
	left:0;
	z-index:3;
}
a:link {
	text-decoration: none;
	color:#f77;
}

a:visited {
	text-decoration: none;
	color:#f55;
}

a:hover {
	text-decoration: underline;
	color:#faa;
}

a:active {
	text-decoration: none;
	color:#aaa;
}
.openMenu {
	padding-left:8px;
}
h3 {
	font-variant: small-caps;
}
.infoPad {
	float:left;
	width:200px;
	text-align: justify;
    text-justify: inter-word;
}