/*Generic classes*/
html body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	overflow: hidden;
}

a
{
	text-decoration: none;
	color: #000000;
}

img
{
	border: 0px;
}

iframe
{
	height: 100%;
	width: 100%;
	border: 0;
}

td
{
	vertical-align: top;
}

.jsas
{
	position: absolute;
	text-align: center;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

/*Header classes*/
.header
{
	height: 125px;
}

.slinkyCell
{
	height: 125px;
	width: 100%;
}

.spacer
{
	width: 20px;
}

.dash
{
	vertical-align: middle;
	width: 10px;
}

.goTitle
{
	text-align: left;
}

.goTitleSelected
{
	text-align: left;
	font-weight: bold;
	background-color: #C69C6D;
}

.goTitle a:hover
{
	background-color: #C69C6D;
}

.line
{
	width: 1px;
	background-color: #000000;
}

/*Main Table classes*/
.mainTable
{
	height: 100%;
	width: 100%;
}

.descriptionTable
{
	height: 100%;
	width: 100%;	
}

.menuCell
{
	background-color: #BCBEC0;
}

.spacer
{
	width: 25px;
}

.verticalSpacer
{
	height: 10px;
}

.descriptionCell
{
	height: auto;
}

.resourceTable
{
	width: 100%;
}

.resourceLeft
{
	text-align: right;
}

.resourceHeight
{
	height: auto;
}

.resourceThumbnail
{
	width: 100px;
	vertical-align: top;
}

.textSpacer
{
	width: 10px;
}

.title
{
	font-size: 12pt;
}

/*Footer classes*/
.footer
{
	background-color: #000000;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	height: 30px;
}

.footer img
{
	border: 0;
	vertical-align: middle;
}

.footer a
{
	color: #ffffff;
	text-decoration: none;
}
